@import url("css/menu.css");

/* HTML ATRIBUTES */
html, body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background:#FFFFFF;	
	margin:0px;
	padding:0px;		
}
.mainbg {
	background: #FFF url(images/2MS_S_01.png);
	background-position:left top;
	background-repeat: repeat-x;
	width:100%;
	height:100%;
	vertical-align:top;
}

/* Logo Style */

.logo_headercontrol {
	height:90px;
	padding:0px;
	margin:0px;
}

/* Nav Style */
.solpart {
   width:100%;
   vertical-align:top;
}
.solpart_ltcor {
    width:10px;
	height:43px;
	vertical-align:top;
}
.solpart_cen {
    background-image: url(images/2MS_S_10.png);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
}
.solpart_rtcor {
    width:10px;
	height:43px;
	vertical-align:top;
}


/* Container Inside Style */
.container_frame {
   width:100%;
   height:100%;
   vertical-align:top;
}

/* Footer Style */
.footer_frame {
    width:100%;
	vertical-align:top;
}

/* Footer Pane Style */
.footer_pane {
    width:100%;
	vertical-align:top;
}


/* SKIN ATRIBUTES */
/*-- Banner Pane                   --*/ .BannerPane { padding:0px; margin:0px; vertical-align: top; text-align: left; width:100% }
/*-- Header Pane                   --*/ .HeaderPane { padding-top:5px; margin-top:5px; vertical-align:middle; text-align:right; }

/*-- Left Top Ad Pane              --*/ .LeftTopAdPane { padding-top:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; width: 50%; }
/*-- Right Top Ad Pane             --*/ .RightTopAdPane { padding-top:5px; padding-right:6px; }

/*-- Top Pane                      --*/ .TopPane { padding-top:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; width:100%; }

/*-- Left Content Pane             --*/ .LeftContentPane { padding-top:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; width: 50%; }
/*-- Right Content Pane            --*/ .RightContentPane { padding-top:5px; padding-right:6px; margin-top:5px; margin-right:6px; }

/*-- content2 pane                 --*/ .ContentPane2 { padding-top:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; }
/*-- Right Pane                    --*/ .RightPaneHolder { width: 221px; }
/*-- Right Pane                    --*/ .RightPane2 { padding-top:5px; padding-right:6px; margin-top:5px; margin-right:6px width: 221px;; }

/*-- Left Bottom Ad Pane           --*/ .LeftBottomAdPane { padding-top:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; width: 50%; }
/*-- Right Bottom Ad Pane          --*/ .RightBottomAdPane { padding-top:5px; padding-right:6px; margin-top:5px; margin-right:6px; }

/*-- Footer Left Pane              --*/ .FooterLeftPane { padding-top:5px; padding-left:4px; padding-right:6px; margin-top:5px; margin-left:6px; margin-right:6px; width: 50%; }
/*-- Footer Right Pane             --*/ .FooterRightPane { padding-top:5px; padding-right:4px; margin-top:5px; margin-right:6px; }

/*-- Copy Right Pane               --*/ .CopyRightPane { padding-top:5px; padding-bottom:5px; padding-left:6px; padding-right:6px; margin-top:5px; margin-bottom:5px; margin-left:6px; margin-right:6px; vertical-align:middle; text-align:center; padding-bottom:5px; }

/* END Containers */


/* Skin Styles */

.UserPadding {
     vertical-align:middle;
	 text-align:right;
	 padding-right:3px;
}

.NormalBold {
    color:#333333;
	font-size:12px;
	font-weight:bold;
}
.Normal {
    color:#333333;
	font-size:12px;
	font-weight:normal;
}
 
/* Table Styles */
form {
	margin: 0;
}
tbody {
	font: 12px Tahoma, Geneva, sans-serif;
}
td {
	font: 12px Tahoma, Geneva, sans-serif;
}
div {
	font: 12px Tahoma, Geneva, sans-serif;
}
p {
	font: 12px Tahoma, Geneva, sans-serif;
}
table {
	font: 12px Tahoma, Geneva, sans-serif;
}
input, textarea, select {
	font: 12px Tahoma, Geneva, sans-serif;
}

/* Control Panel Styles */
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #115b66;
	border-right: #128a89 0px solid;
	border-top: #128a89 0px solid;
	border-left: #128a89 0px solid;
	border-bottom: #128a89 0px solid;
}
/* Normal Text Box */
.NormalTextBox { color: #115b66; font-size: 12px; font-weight: normal; vertical-align: middle; background-color: #FFFFFF ; border: #115b66 1px solid; }

/* Normal Text Box TD*/
.NormalTextBox TD { color: #115b66; font-size: 12px; font-weight: normal; vertical-align: middle; background-color: #FFFFFF; border: #115b66 1px solid; }




/* Links */

a:Link, a:visited, a:active {
	color: #115b66;
	text-decoration: none;
}
a:hover {
	color: #128a89;
	text-decoration: underline;
}
.RedLink, a.RedLink, a.RedLink:visited, a.RedLink:active{
	color: #FF0000;
	text-decoration: none;
}
a.RedLink:hover {
    color: #128a89;
	text-decoration: underline;
}
.linkWhite, a.linkWhite, a.linkWhite:Visited, a.linkWhite:Active {
	color: #115b66;
	text-decoration: none;
}
a.linkWhite:hover {
	color: #128a89;
	text-decoration: underline;
}
a.linkRedWithGray:Link, a.linkRedWithGray:Visited, a.linkRedWithGray:Active {
	color: #115b66;
	text-decoration: underline;
}
a.linkRedWithGray:hover {
	color: #128a89;
	text-decoration: underline;
}

#WhiteText {
   color:#ffffff;
   font-size:11px;
   font-weight:bold;
}
#WhiteText a:link{color:#ffffff; font-weight:bold;}
#WhiteText a:visited{color:#ffffff; font-weight:bold;}
#WhiteText a:hover{color:#CCCCCC; font-weight:bold; text-decoration:underline;}
#WhiteText a:active{color:#ffffff; font-weight:bold; text-decoration:underline;}

#WhiteText2 {
   color:#ffffff;
   font-size:12px;
   font-weight:bold;
}
#WhiteText2 a:link{color:#ffffff; font-weight:bold;}
#WhiteText2 a:visited{color:#ffffff; font-weight:bold;}
#WhiteText2 a:hover{color:#CCCCCC; font-weight:bold; text-decoration:underline;}
#WhiteText2 a:active{color:#ffffff; font-weight:bold; text-decoration:underline;}


/* style for module titles */
.Head  {
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	color: #333333;
	               
}

div.hr {
    margin: 4px 0 4px 0;
    padding: 0;
    height: 1px;
    font-size: 1px;
    background:#CCCCCC;
}

/* Default Values*/

.SubHead    {
      font-family: Tahoma, Geneva, sans-serif; 
	  color: #333333;
      font-size: 8pt; 
               
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
     font-family: Tahoma, Geneva, sans-serif; 
	 color: #333333;
     font-size: 8pt;        
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Tahoma, Geneva, sans-serif; 
    color: #333333;
	font-size: 8pt;

}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {

    font-family: Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;
	text-decoration: none;
                
}

A.CommandButton:visited  {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;
	text-decoration: none;
                
}

A.CommandButton:active   {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;
	text-decoration: none;

}

A.CommandButton:hover {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #128a89;
	font-size: 8pt;
	text-decoration: underline;
}


/* text style for buttons and link buttons used in the portal admin pages */
.LinkStyle1     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.LinkStyle1 :link {

    font-family: Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;
                
}

A.LinkStyle1 :visited  {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;
                
}

A.LinkStyle1 :active   {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #115b66;
	font-size: 8pt;

}

A.LinkStyle1 :hover {
    font-family:  Tahoma, Geneva, sans-serif;
    color: #128a89;
	font-size: 8pt;
}


/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/

/* H1 */
H1 { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 15px; font-weight: bold; }
A.H1:Link,A.H1:Visited,A.H1:Hover,A.H1:Active { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 15px; font-weight: bold; text-decoration: underline; }

/* H2 */
H2 { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: bold; }
A.H2:Link,A.H2:Visited,A.H2:Hover,A.H2:Active { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; }

/* H3 */
H3 { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
A.H3:Link,A.H3:Visited,A.H3:Hover,A.H3:Active { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H4 */
H4 { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
A.H4:Link,A.H4:Visited,A.H4:Hover,A.H4:Active { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

/* H6 */
H6 { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; font-weight: bold; }
A.H6:Link,A.H6:Visited,A.H6:Hover,A.H6:Active { color: #115b66; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; }

img { border: 0; }
