/*************************
* HTML Elements
*************************/
html
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
	background-color: #000000;
}

#Body
{
	/* position:relative; */
	width:100%;
	height:100%;
}
#Form
{
	/* position:relative; */
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

/**************************
*   Skin Specific Styles
**************************/ 
.Normal
{
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #202020;
}

.NormalBold
{
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #202020;
}

.Normal H1
{
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.Normal H2
{
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.Normal H3
{
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.Normal A:link
{
	color: blue;
	text-decoration: underline;
}

.Normal A:visited  {
	color: blue;
	text-decoration: underline;
}

.Normal A:active   {
	color: blue;
	text-decoration: underline;
}
.Normal A:hover
{
	color: royalblue;
	text-decoration: underline;
}
.Normal A IMG
{
	text-decoration: none;
}


#TSM-Main
{
	position: relative;
	min-height: 100%;
}

#TSM-Splash 
{
	/* position: static; */
	background-image:url(TSM-Cloud_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	height: 580px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#TSM-Footer
{
	position:relative;
	margin: -100px auto 0 auto;
	height: 100px;
	width: 800px;
	text-align: justify;
	background-image:url(FooterLine.png);
	background-repeat: repeat-x;
	padding-top:10px;

}


#McC-Container
{
	position:relative;
	height:100%;
	width:100%;
	
	background-image:url(menu_back.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	
}
#McC-Container TABLE
{
	padding: 0;
}
#McC-Container TD
{
	text-align: left;
	vertical-align: top;
}
#McC-Container P
{
	padding: 0;
	margin: 0;
}
#McC-Container IMG
{
	border:none;
}

#McC-RightBlue
{
	position:static;
	height:100%;
	width:100%;
	background-image:url(specialsBG.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#McC-Header
{
	position:static;
	height: 117px;
	background-image:url(header_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



#McC-TopRight
{
	position: static;
	background-image:url(BlueTop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:117px;
}

#McC-HeadCenter
{
	background-image: url(header_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:120px;
}

.menuNav
{
	width: 115px;
}

.menuColumn
{
	background-image: url(menu_back.jpg);
	background-repeat:repeat-y;
}



.vScrollDiv
{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.vLine
{
    background-image: url(vLine.gif);
    background-repeat: repeat-y;
}

.controlpanel
{
	width: 100%;
	background-color: papayawhip;
}



.promoTitle
{
	font-size: 9pt;
	padding-top: 10px;
	letter-spacing: 2pt;
	/* background-color: #00B3E6; */
	text-align: center;
	font-variant: small-caps;
}
.promoText
{
	font-size: 9pt;
	color: gainsboro;
	/* background-color: #00B3E6; */
	text-decoration: none;
	line-height: 13px;
}
.promoText a:link
{
	font-size: 9pt;
	color: gainsboro;
	text-decoration: none;
}
.promoText a:visited
{
	font-size: 9pt;
	color: gainsboro;
	text-decoration: none;
}
.promoText a:active
{
	font-size: 9pt;
	color: gainsboro;
	text-decoration: none;
}
.promoText a:hover
{
	font-size: 9pt;
	color: yellow;
	text-decoration: underline;
}


















/****************************
* LIVE CONTENT Popup Window *
****************************/
.LC_Popup
{
	background-color: #fef5dc;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: #660000 1px dashed;
	border-top: #660000 1px dashed;
	border-left: #660000 1px dashed;
	border-bottom: #660000 1px dashed;
}





/**************************** 
*  SOLPART MENU CLASSES 
****************************/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuContainer TABLE 
{
	/* table-layout:fixed; */
}

.MainMenu_Root TD
{
	/* all tabs - wraps each tab other than selected */
	text-align: center;
	vertical-align: middle;
	height: 23px;
	border-right: #717171 1px solid;
	padding: 0 15px 0 10px;
}
.MainMenu_RootActive TD
{
	/* currently selected tab */
	text-align: center;
	vertical-align: middle;
	height: 23px;
	background-color: #ffffff;
	border-bottom: #ff6600 1px solid; 
}
.MainMenu_RootSelected TD
{ 
	/* hover tab */
	text-align: center;
	vertical-align: middle;
	height: 23px;
}


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:23px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	border-right: #bcd8f7 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #717171;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	background-color: Transparent;
}
.MainMenu_Separator
{
	background-color: Transparent;
	color: #ffffff;
	font-weight: bold;
	
}
.MainMenu_MenuIcon {
	background-color: #3D6486; 
	border-left: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu 
{
	background-color: #b0a652;  
	/* width: 140px; */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {  
	height: 1px;
	color: #ffffff;
	
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
	background-color: Transparent;	/* this overrides the default #EEEEEE */
; font-weight: bold; }


.MainMenu_MenuItemSel {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #a0a0a0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #bcd8f7 0px solid; 
	border-bottom: #bcd8f7 0px solid; 
	border-top: #bcd8f7 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}







.StandardButton     
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}






/* Custom Tags */



/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.DateText 
{
	font-weight: bold;
    font-size: 8.5pt;
    color: navy;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.DateStyle {
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
    text-decoration: none;
}

.MediaTabs
{
	color: #717171;
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:visited  {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:active   {
    text-decoration: none;
	color: #717171;
}

A.MediaTabs:hover
{
	color: #000000;
	text-decoration: none;
}

.pageHeaderCell
{
	background-attachment: fixed;
	background-image: url(header.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 100px;
}

.pageMenuCell
{
	background-attachment: fixed;
	background-image: url(menuBackground.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 20px;
}

.x
{
	background-image: url(about-i_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	left: 100px;
	position: relative;
}






/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	background-color:transparent;
	height: 24px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem, .main_dnnmenu_rootitem_hover, .main_dnnmenu_rootitem_selected
{
	display: block;
	width: 105px;
	/* 
	float: left;
	*/
	color: #d3d3d3;
	font-family: 'Trebuchet MS' , Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 10px;
	margin: 0; 
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color: #c5c5c5;
	background-color: #00B3E6;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	/* background-color: #ffffff; */
	color: #ffffff;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}
.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	position:relative;
	left: 0;
	top: 0;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	/* background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left; */
	/* color:#ffffff; */
	background: #ffce71;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
	position:relative;
	left: 0;
	top: 0;
}
.main_dnnmenu_break
{
	height: 2px;
	/* background-color: #D5E0FF; */
	background-color:Fuchsia;
}


/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td
{
	background-color:#F8FAFF;
	white-space: nowrap;
} 
.ModuleTitle_MenuIcon 
{
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


