/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	
	/*
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	*/
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}



.container_hruleTitle {
	background: url(h_rule_title.jpg) repeat-x;
	padding-left:3px;
	padding-right:3px;
}

.container_hrule {
	background: url(h_rule.jpg) repeat-x;
	padding-left:3px;
	padding-right:3px;
}


/************** Override heading information ******************/
.container_title .head{
	color: #ffffff;
}


.container_title .head EM
{
	color: #ff9900;
	font-style: normal;
	font-family:  Tahoma, Arial, Helvetica;
}
/************** Override heading information ******************/


/************** Override Content colours ******************/
.ContainerContent
{
	color:#ffffff;
}

.ContainerContent .head
{
	color:#ffffff;
}

.ContainerContent .subhead
{
	color:#ffffff;
}

.ContainerContent .normal
{
	color:#ffffff;
}

.ContainerContent Table
{
	color:#ffffff;
}

.ContainerContent Table
{
	color:#ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;

}


.ContainerContent A:link
{
	color: #ffd800;
	text-decoration: underline;
}

.ContainerContent A:visited  {
    text-decoration:    underline;
    color:#ffd800;
}

.ContainerContent A:active   {
    text-decoration:    none;
    color:#ffd800;
}

.ContainerContent A:hover
{
	color: #ffd800;
	text-decoration: none;
}

.ContainerContent H2
{
	color: #ff9900;
	text-decoration: none;
}



/************** Override Content colours ******************/


/*************************** Admin Style ******************************/

/* Main Container for the admin area */
.illumexTitle
{
	padding-left: 30px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	color: #ffffff;
	line-height: 60px;
	font-family: Tahoma;
	height: 60px;
}


.illumexContainer
{
	/*
	border-right: #6e84ad 1px solid;
	border-top: #6e84ad 1px solid;
	border-left: #6e84ad 1px solid;
	border-bottom: #6e84ad 1px solid;

	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 2px;
*/
	width: 100%;

	
	background-color: #ffffff;
}

.illumexBorder
{
	border-right: #6e84ad 1px solid;
	border-top: #6e84ad 1px solid;
	border-left: #6e84ad 1px solid;
	border-bottom: #6e84ad 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*
	
	
	
	background-color: #ffffff;
	*/
}

.illumexContent
{
	border-right: #6E84AD 1px solid;
	border-top: #6E84AD 1px solid;
	border-left: #6E84AD 1px solid;
	border-bottom: #6E84AD 1px solid;
	background-color: #FFFFFF;
}

.illumexRow
{
	
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #6e84ad;
}

.illumexFranchiseRow
{
	background-color: #6E84AD;
}

.illumexPix
{
	border-right: white thin solid;
	background-image: url(illumex.jpg);
	width: 60px;
	background-repeat: no-repeat;
	height: 60px;
	text-align: center;
}

/*************************** Admin Style ******************************/