/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
    background:#ffffff url(_i/bodybg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.SolpartBG {
	background-image:url(_i/electrotechcp_nav.gif);
	height: 30px;
	border-bottom: solid 2px #00457c;
}
/*.HomeCol1 {
	width: 124px;

}*/
.HomeCol2 {
	
	width: 339px;
	padding-right: 14px;

}
.HomeCol3 {
	background:url(_i/paneseperator.gif) repeat-y; padding-left:14px;
	width: 277px;
	
}
.HomeCol4 {
	background:url(_i/paneseperator.gif) repeat-y; padding-left:14px;
	width: 278px;
	
}
.TopPad {
	margin-top: 25px;
}
.paneSeperator{background:url(_i/paneseperator.gif) repeat-y; padding-left:14px;}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#FFFFFF;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */
.Head {
color:#1c3564;

}
/* style of item titles on edit and admin pages */
.SubHead {
color:#35668B;
}


.SubHead1{
	color:#65afb2;
	text-transform:uppercase;
	font-weight:bold;
}

.SubHead2{
	color:#65afb2;
	font-weight:bold;
}

.SubHead3{
	color:#65afb2;
	font-weight:bold;
	font-size:14px;
}

/*.Header1{
	color:#35678c;
	font-size:1.1em;
	font-weight:bold;
}*/
.Header1{
	color: #1C3564;
	font-family:Tahoma,Arial,Helvetica;
font-size:20px;
font-weight:normal;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color:#35668b;

}
/* text style used for most text rendered by modules */
.Normal,p {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */
H1 {

}
H2 {

}
H3 {

}
H4 {

}
H5, DT {

}
H6 {

}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration: none;
    color: #35668b;
	font-weight: bold;
	font-size: 11px;
}
A:visited {
    text-decoration: none;
    color: #35668b;
	font-weight: bold;
	font-size: 11px;
}
A:active {
    text-decoration: none;
    color: #35668b;
	font-weight: bold;
	font-size: 11px;
}
A:hover {
    text-decoration: none;
    color:#e51b24;
	font-weight: bold;
	font-size: 11px;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL{
	/*margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 14px;*/
}

UL LI {
   /* padding-left: 10px;
	background: url(_i/bullet.gif) no-repeat left top;*/
	list-style-type:    disc;
}
UL LI LI {
    list-style-type:    circle;
}
UL LI LI LI {
    list-style-type:    disc;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */

/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding: 0px;
	
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #35668b solid;
	padding: 0px 5px 0px 5px;
	background-color: #b81019; 
	height:24px;
	border-bottom:1px solid #06568a;
}
.MainMenu_MenuItemSel {
	background-color: #00457c; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #FFFFFF solid;
	padding: 0px 5px 0px 5px;
	height:24px;
	border-bottom:1px solid #06568a;
	}
	
.MainMenu_MenuIcon {
	display: none;
}

.rootmenuitem {	
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid;
	padding: 0px 15px;
	
	display:table-cell;
}
.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid; 
	padding: 0px 15px;
	

	display:table-cell;	
}
.rootmenuitembreadcrumb{
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid; 
	padding: 0px 15px;
	

	display:table-cell;	
}

.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #35668b solid;
	padding: 0px 5px 0px 5px;
	background-color: #0767a6; 
	height:24px;
	border-bottom:1px solid #06568a;
}
.submenu {
	z-index: 1000;
	background-image:   url(_i/bg_MainMenu.gif);
	background-color: transparent; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #06568a solid;
	margin-left:2px;
	margin-top:2px;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	/*height: 1px;*/
}


.MainMenu_MenuArrow {
	/*display:none;*/
	border: 0px #FFFFFF solid;
	padding: 0px 5px 0px 5px;
	border-bottom:1px solid #06568a;
	height:24px;
}

.MainMenu_RootMenuArrow {
	display: none;
}

/*___________________________________________________________________________________________*/

.toplinks{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  11px;
    color: #474747;
	text-decoration:none;
	line-height:1.5em;
}
a.toplinks:link,a.toplinks:visited,a.toplinks:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  11px;
    color: #474747;
	text-decoration:none;
}
a.toplinks:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #8b8b8b;
	text-decoration:none;	
}


.breadcrumb{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #4f4e4b;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
}
a.breadcrumb:link,a.breadcrumb:visited,a.breadcrumb:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #4f4e4b;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
}
a.breadcrumb:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #797979;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;	
}


.breadcrumbC{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #4f4e4b;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
a.breadcrumbC:link,a.breadcrumbC:visited,a.breadcrumbC:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #4f4e4b;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
a.breadcrumbC:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  10px;
    color: #797979;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}


.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #999999;
	text-transform:uppercase;
}

a.Copyright:link,a.Copyright:visited,a.Copyright:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #999999;
	text-transform:uppercase;
	text-decoration:none;
}

a.Copyright:hover{
    color: #DDDDDD;
}

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
	font-weignt:bold;
    color: #FFFFFF;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
	font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
	font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
	font-weight:bold;
    color: #E7E7E7;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
	font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;
}

.contentPane{
padding:6px;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; width: 95px; margin-left:3px; margin-top:3px; margin-bottom: 3px; padding: 0px 0px 0px 0px; border: 1px solid #efeedc; cursor:text;}
.SearchButton { background: transparent; padding: 0px 0px 0px 0px; cursor: hand; margin: 2 0 -1 0px;}

.bn{padding:0px 25px 0px 25px; color:White; font-weight:bold;}

.bn a:link, .bn a:active, .bn a:hover, .bn a:visited{ color:White; text-decoration:none; }

a.rundown:link, a.rundown:active,a.rundown:visited,a.rundown:hover{text-decoration:none;}

.PageTitle{ padding:0px 10px 10px 10px; margin-bottom:10px; background:url(_i/pageNameBG.gif) no-repeat left bottom; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#7a7a7a;}
.PageTitle .Head{font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#7a7a7a;}
.sidebarimage{padding:5px 5px 5px 5px; display: inline;}


table#dnn_ctr769_SearchResults_dgResults td {
	vertical-align: top;
}
table#dnn_ctr769_SearchResults_dgResults td span.SubHead {
	padding-top: 6px;
	display: block;
}