/* ================================
    CSS STYLES FOR Snapsis VerticalTabs Skin
   ================================
 *  CSSHover.htc behavior in Body tag is for IE/WIN since it doesn't 
 *  support the :hover pseudoclass on anything except anchor elements
 *   Credit: Peterned - http://www.xs4all.nl/~peterned/
 */
 
body{
    behavior:url("DesktopModules/Snapsis/NavMenu/csshover.htc");
    height:100%;
    color:#000000;
}
html{height:100%}
html>body #PortalContainer {height:auto}/*for mozilla */

.TabList {
    float:left;
    horizontal-align:center;
}
.TabList ul {
    clear:both;
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    display: inline;
}

.TabList li {
    float:left;
    margin:0;
    display: inline;
    padding:0 0 0 2px;
}

.TabList li a {
   font-family:Tahoma,San-Serif;
   font-size:10pt;
   voice-family: "\"}\""; voice-family:inherit;
   line-height:normal;
}

select.TabList {
    border-left: #003366 1px solid;
    border-right: #003366 1px solid;
    border-top:  #003366 1px solid;
    border-bottom: #003366 1px solid;
    background-color: #003366;
    color:#FFFFFF;
    font-weight:bold;
    font-size:80%;
}

/* IE-PC doesn't see these child selectors but CSS2 compliant browsers can make use of them
#ParentTabs > ul a {width:auto;}
#ChildTabsLevel1 > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float:none;}
#ChildTabsLevel1 a {float:none;}
/* End IE5-Mac hack */

#PortalBanner {
	height:135px;
	width:100%;
	padding:0;
    background:url("PortalBanner.gif") no-repeat top left;
}
#PortalBannerRepeat {
    background:url("PortalBannerRepeat.gif") repeat-x top left;
}
#BreadCrumbContainer
{
    position:relative;
	height:23px;
    font-family: Verdana, tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#000000;
    z-index:0;
    padding-left:20px;
	background-color: #40d8ff;
	vertical-align: middle;
}

#ParentTabsContainer {
   z-index:5;
   vertical-align:bottom;
   clear:both;
   padding-top: 1px;
   padding-right:25px;
   padding-left: 68px;
   background:url("MainNavLeft.gif") no-repeat bottom left;
}

#ParentTabs a {
    float:left;
    display:block;
    width:75px;
    text-align:center;
    padding:10px 10px 8px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#f1f1ff;
    background:url("TopTabRight.gif") no-repeat right top;
}

#ParentTabs a:hover {
    text-decoration:none;
    background-position:100% -77px;
    color:#FFFFFF;
}

#ParentTabs li {
    background:url("TopTabLeft.gif") no-repeat left top;
    border-bottom: black 1px solid;
} 

#ParentTabs li:hover {
    background-position:0 -77px; 
}

#ParentTabs .SelectedTab {
    background-position:0 -77px;
    border-width:0;
}
#ParentTabs .SelectedTab a {
    background-position:100% -77px;
    padding-bottom:10px;
    color:#FFFFFF;
}
.LeftNavContainer {
   padding:5px 5px 0px 5px;
   height:100%;
   width:150px;
}
#LeftNav ul {
    width:150px;
    clear:none;
    margin:0px;
    padding:0px;
    text-align:center;
    list-style:none;
}

#LeftNav li {
    width:150px;
    padding-top:3px;
    padding-left:0px;
    background:url("VerticalTabTop.gif") no-repeat top left;
}
#LeftNav li:hover {
    background-position: -200px 0px;
}
#LeftNav li. SelectedTab  {
    background-position: -200px 0px;
}
#LeftNav a {
    width: 150px;
    height:14px;
    font-size: 12px; 
    whitespace: nowrap;
    font-family: Verdana,Tahoma,San-Serif; 
    vertical-align:middle;
    text-align:center;
    background:url("VerticalTabBottom.gif") no-repeat bottom left;
    text-decoration:none;
    margin-bottom:0px;
    padding-bottom:4px;
    font-weight:bold;
    color:white;
}    

#LeftNav .SelectedTab a {
    background-position:-200px bottom;
    color:#black;
}

#LeftNav a:hover {
    text-decoration:none;
    background-position:-200px bottom;
    color:black;
}

#PortalContainer {
    border: 0;
    border-collapse: collapse ;
    height:100%;
    min-height:100%;/*for mozilla*/
    width:100%;
}
#LogoContainer {
    position:absolute;
    left:10px;
    top:20px;
}
#LoginUserContainer {
    horizontal-align:right;
    padding-right:25px;
}
A.BannerLinks:Link, A.BannerLinks:Active, A.BannerLinks:Visited
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    font-weight:bold;
	height:12px;
    color:#0;
	padding-left:5px;
}
A.BannerLinks:hover
{
    color:#FF0000;
    text-decoration:none;
}
.LeftPane {
    width:150px;
    background:url(LeftPaneBG.gif) no-repeat top left;
	padding-right:10px;
}
.ContentPane {
    width:100%;
    height:100%;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.RightPane {
    width:100px;
    text-align:left;
    padding-top:5px;
    padding-right:10px;
}

#Footer {
    clear:both;
    height: 18px;
    width:100%;
    font-weight: bold;
    font-size: 8pt;
    background-color:#0185da;
    color: #F1F1FF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.FooterLinks:Link, A.FooterLinks:Active, A.FooterLinks:Visited
{
    font-family: Tahoma, Verdana;
    font-size: 8pt;
    font-weight:bold;
	height:12;
    color:#f1f1f1;
	padding-left:5;
}
A.FooterLinks:hover
{
    color:#FF;
    text-decoration:none;
}
#copyright{
    text-align:left;
    width:35%;
    float:left;
    padding-left:20px;
}
#terms{
    float:left;
    width:35%;
    text-align:center;
}
#host{
    text-align:right;
    padding-right:20px;
}
.Head{
    font-family: Georgia,Serif;
    font-size: 14px;
    font-weight: bold;
    color: slate;

}
.NormalSmall
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000
}
.NormalSmallRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #CC0000;
}
#AdminMenuContainerTab
{
top:2px;
left:350px;
}
#CSSEditorContainerTab
{
top:2px;
left:445px;
}
#AdminHostList
{
position:absolute;
top:2px;
left:525px;
}
#SearchBox {
   position:absolute;
   z-index:5;
   top:112px;
   right:25px;
}
#SignInContainer
{
	position:absolute;
	right:200px;
	top:5px;
	border-top: white 1px solid; 
	border-left: white 1px solid; 
	border-right: black 1px solid; 
	border-bottom: black 1px solid; 
	width: 350px;
	height: 20px;
	background-color:#D8EDFB;
	padding:2px;
}
.SignInBackTop
{
	width: 300px;
	height: 116px;
	vertical-align:top;
}
.SignInBackTile
{
    height:1;
    width:300px;
}
.SignInBackBottom
{
	width:300px;
	height: 12;
}
.SignInbtnLogin
{
	background:url(btnLogin.gif) no-repeat center center;
}
.SignInbtnRegister
{
	background:url(btnRegister.gif) no-repeat center center;
}
.SignInbtnEmailPassword
{
	background:url(btnEmailPassword.gif) no-repeat center center;
}
.CC01
{
 padding:5px;
}
#RightPane .CCO1
{
 display:block;
}
.CC01 #TopLeft
{
    padding-left:9px;
    border-left: #0185DA 1px solid;
    background:url(CC01_TopLeft.gif) no-repeat top left;
    
}
.CC01 #Top
{
    height:34px;
    background:url(CC01_Top.gif) repeat-x top center;
    
}
.CC01 #TopRight
{
    padding-right:9px;
    border-right: #0185DA 1px solid;
    background:url(CC01_TopRight.gif) no-repeat top right;
    
}
.CC01 #Content
{
   width:100%;
   background-color:#D8EDFB;
}
.CC01 #LeftMid
{
    background:url(CC01_LeftMid.gif) repeat-y top center;
    border-left: #0185DA 1px solid;    
}
.CC01 #RightMid
{
    padding-right9px;
    border-right: #0185DA 1px solid;
    background:url(CC01_RightMid.gif) repeat-y top right;
    
}
.CC01 #BottomLeft
{
    background:url(CC01_BottomLeft.gif) no-repeat bottom left;
    border-left: #0185DA 1px solid;
    border-bottom: #0185DA 1px solid;
    
}
.CC01 #Bottom
{
    padding-top:5px;
    height:25px;
    border-bottom: #0185DA 1px solid;
    background:url(CC01_Bottom.gif) repeat-x bottom center;
    
}
.CC01 #BottomRight
{    
    background:url(CC01_BottomRight.gif) no-repeat bottom right;
    border-right: #0185DA 1px solid;
    border-bottom: #0185DA 1px solid;
}


