/* ================================ CSS STYLES FOR DotNetNuke================================
*/   

/* text style for the selected tab */
.SelectedTab 			{ font-weight:bold; font-size:8.5pt; color:#AAAAAA; font-family:Verdana; text-decoration:none; }

/* text style for the unselected tabs */
.OtherTabs 					{ font-weight:bold; font-size:8.5pt; color:#AAAAAA; font-family:Verdana; text-decoration:none } 
a.OtherTabs:link		{ font-weight:bold; font-size:8.5pt; color:#AAAAAA; font-family:Verdana; text-decoration:none } 
a.OtherTabs:visited	{ font-weight:bold; font-size:8.5pt; color:#AAAAAA; font-family:Verdana; text-decoration:none } 
a.OtherTabs:active	{ font-weight:bold; font-size:8.5pt; color:#AAAAAA; font-family:Verdana; text-decoration:none } 
a.OtherTabs:hover		{ font-weight:bold; font-size:8.5pt; color:#EC8721; font-family:Verdana; text-decoration:none } 

/* GENERAL */
/* style for module titles */
.Head   					{ font-family:Verdana; font-size:18px; font-weight:bold; color:#EC8721 }

/* style of item titles on edit and admin pages */
.SubHead    			{ font-family:Verdana; font-size:11px; font-weight:bold; color:#003366 }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 			{ font-family:Verdana; font-size:11px; font-weight:bold; color:black }

/* text style used for most text rendered by modules */
.Normal 					{ font-family:Verdana; font-size:10px; font-weight:normal; color:#666666 }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox		{ font-family:Verdana; font-size:12px; font-weight:normal }

.NormalRed				{ font-family:Verdana; font-size:12px; font-weight:bold; color:#ff0000 }
.NormalBold				{ font-family:Verdana; font-size:11px; font-weight:bold }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton		{ font-family:Verdana; font-size:11px; font-weight:normal }     
/* GENERIC */
H1  							{ font-family:Verdana; font-size:20px; font-weight:normal; color:#666644 }
H2  							{ font-family:Verdana; font-size:20px; font-weight:normal; color:#666644 }
H3  							{ font-family:Verdana; font-size:12px; font-weight:normal; color:#003366 }
H4  							{ font-family:Verdana; font-size:12px; font-weight:normal; color:#003366 }
H5, DT  					{ font-family:Verdana; font-size:11px; font-weight:bold; color:#003366 }
H6  							{ font-family:Verdana; font-size:11px; font-weight:bold; color:#003366 }
TFOOT, THEAD    	{ font-family:Verdana; font-size:12px; color:#003366 }
TH  							{ vertical-align:baseline; font-family:Verdana; font-size:12px; font-weight:bold; color:#003366 }

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 	{ border-bottom:blue 0px solid; border-left:blue 0px solid; border-top:blue 0px solid; border-right:blue 0px solid; background-color:transparent }
.ModuleTitle_MenuBar 				{ cursor:pointer; cursor:hand; height:16; background-color:Transparent }
.ModuleTitle_MenuItem 			{ cursor:pointer; cursor:hand; color:000000; font-family:Verdana; font-size:9pt; font-weight:bold; font-style:normal; border-left:white 0px solid; border-bottom:white 1px solid; border-top:white 1px solid; border-right:white 0px solid; background-color:Transparent }
.ModuleTitle_MenuIcon 			{ cursor:pointer; cursor:hand; background-color:#EEEEEE; border-left:#EEEEEE 1px solid; border-bottom:#EEEEEE 1px solid; border-top:#EEEEEE 1px solid; text-align:center; width:15; height:21 }
.ModuleTitle_SubMenu 				{ z-index:1000; cursor:pointer; cursor:hand; background-color:#FFFFFF; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom:#FFFFFF 0px solid; border-left:#FFFFFF 0px solid; border-top:#FFFFFF 0px solid; border-right:#FFFFFF 0px solid }
.ModuleTitle_MenuBreak 			{ border-bottom:#EEEEEE 1px solid; border-left:#EEEEEE 0px solid; border-top:#EEEEEE 1px solid;  border-right:#EEEEEE 0px solid; background-color:#EEEEEE; height:1px }
.ModuleTitle_MenuItemSel 		{ cursor:pointer; cursor:hand; color:black; font-family:Verdana; font-size:9pt; font-weight:bold; font-style:normal; background-color:#C1D2EE }
.ModuleTitle_MenuArrow 			{ font-family:webdings; font-size:10pt; cursor:pointer; cursor:hand; border-right:#FFFFFF 1px solid; border-bottom:#FFFFFF 1px solid; border-top:#FFFFFF 0px solid }
.ModuleTitle_RootMenuArrow 	{ font-family:webdings; font-size:10pt; cursor:pointer; cursor:hand }

/* Main Menu */
.MainMenu_MenuContainer 		{ background-color:Transparent }
.MainMenu_MenuBar 					{ cursor:pointer; cursor:hand; height:18 }
.MainMenu_MenuItem 					{ cursor:pointer; cursor:hand; color:#AAAAAA; font-family:Verdana,Arial,sans-serif; font-size:10px; font-weight:bold; font-style:normal; border:0px }
.MainMenu_MenuItemSel 			{ cursor:pointer; cursor:hand; color:#EC8A27; font-family:Verdana,Arial,sans-serif; font-size:10px; font-weight:bold; font-style:normal; background-color:#F0F0F0 }
.MainMenu_MenuIcon 					{ cursor:pointer; cursor:hand; background-color:#F0F0F0; text-align:center; width:15; height:21; border:1px solid #F0F0F0 }
.MainMenu_SubMenu 					{ z-index:1000; cursor:pointer; cursor:hand; background-color:#F0F0F0; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border:1px solid #000000 }
.MainMenu_MenuArrow 				{ font-family:webdings; font-size:10pt; cursor:pointer; cursor:hand; border:1px solid #F0F0F0 }
.MainMenu_RootMenuArrow 		{ font-family:webdings; font-size:10pt; cursor:pointer; cursor:hand }
.MainMenu_MenuBreak 				{ border-bottom:#404040 1px solid; border-left:#FF8080 0px solid; border-top:#FF8080 1px solid;  border-right:#404040 0px solid; background-color:White; height:1px }

/* Synnex Specific Styles */

body												{ font-family:Verdana,Arial,sans-serif; font-size:11px; background-color:#FFFFFF; color:#666666 }
td													{ font-family:Verdana,Arial,sans-serif; font-size:11px }

.primaryBg									{ color:#AAAAAA; font-weight:bold; background-color:#F0F0F0; border-top:1px solid #C0BFBE; border-bottom:1px solid #C0BFBE }
.toolsBg										{ color:#AAAAAA; font-weight:bold; background-color:#F9F9F9; border-top:0px; border-bottom:1px solid #C0BFBE }
.orange 										{ color:#EC8721; font-family:Verdana,Arial,sans-serif; font-size:10px}
.content										{ padding:25px; padding-top:15px; text-align:left }

a:link											{}
a:visited										{}

a.footer										{ color:#AAAAAA; font-weight:bold; text-decoration:none }
a.footer:link								{ color:#AAAAAA; font-weight:bold; text-decoration:none }
a.footer:visited						{ color:#AAAAAA; font-weight:bold; text-decoration:none }
a.footer:hover							{ color:#EC8A27; font-weight:bold; text-decoration:none }


.unnamed1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#999999}
.orange_bold {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#EC8721}
.regular666666 {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666}
.regular666666bold {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#666666}
.whitebold {  font-weight:bold; color:#FFFFFF}
.darkgrey {  color:#454545}
.lightgrey {  color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px}
.lightgrey_bold {  font-size:10px; font-weight:bold; color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif}
.blue {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#0391D1}
.green {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#A0C662}
.dark_blue {  color:#003955; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold}





