/* ================================
    CSS STYLES FOR Snapsis BlueTabs 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/csshover.htc");
    height:100%;
    color:#000000;
}
html{height:100%%}
html>body #PortalBorder {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 */

#ParentTabsContainer {
   position:relative;
   top:1px;
   z-index:5;
   height:20px;
   vertical-align:top;
   clear:both;
   padding-top: 55px;
   padding-right:25px;
   padding-left: 150px;
}

#ParentTabs a {
    float:left;
    display:block;
    width:75px;
    text-align:center;
    padding:5px 10px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#f1f1ff;
    background:url("TabRightLevel0.gif") no-repeat right top;
}

#ParentTabs a:hover {
    text-decoration:none;
    background-position:100% -150px;
    color:#FFFFFF;
}

#ParentTabs li {
    background:url("TabLeftLevel0.gif") no-repeat left top;
    border-bottom: black 1px solid;
} 

#ParentTabs li:hover {
    background-position:0 -150px; 
}

#ParentTabs .SelectedTab {
    background-position:0 -150px;
    border-width:0;
}
#ParentTabs .SelectedTab a {
    background-position:100% -150px;
    padding-bottom:5px;
    color:#FFFFFF;
}

#ChildTabsContainer {
   background-color:#336699;
   padding-top:5px;
   padding-bottom:5px;
   border-top: black 1px solid;
   vertical-align:middle;
   text-align:center;
   height: 20px;
   padding-left: 300px;
}

#ChildTabsLevel1 a {
    padding-left:5px;
    padding-right:5px;
    text-decoration:none;
    font-weight:bold;
    /* font-size:80%; */
    color:#CCCCCC;
}    

#ChildTabsLevel1 .SelectedTab a {
    color:#FFFFFF;
}    

#ChildTabsLevel1 a:hover {
    color:#FFFFFF;
    text-decoration:none;
}    

#ChildTabsLevel1 .LinkLeft {
    position:relative;
    float:left;
    height:20px;
    border: 1px ;
    padding-right:1px;
    padding-left:1px;
    background:url("BreadCrumbPipe.gif") no-repeat left bottom;
}

#PortalContainer {
    border: 0;
    border-collapse: collapse ;
    height:100%;
    min-height:100%;/*for mozilla*/
    width:100%;
}
#LogoContainer{
    position:absolute;
    left:10;;
    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:12;
    color:#0;
	padding-left:5;
}
A.BannerLinks:hover
{
    color:#FF0000;
    text-decoration:none;
}
#ContentContainer{
    clear:both;
    padding: 5px;
    height:100%;
}
A.Content:Link, A.Content:Active, A.Content:Visited{
    color:steelblue;
    height:auto;
}
A.Content:hover {
    color:blue;
}
.LeftPane {
    width:100px;
	padding-top:0;
	padding-left:10px;
	padding-right:0;
}
.ContentPane {
    width:100%;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
}
.RightPane {
    width:100px;
    padding-top:0;
    padding-right:10px;
}

#Footer {
    clear:both;
    height: 18px;
    width:100%;
    font-weight: bold;
    font-size: 8pt;
    background:url(FooterBack.gif) repeat-x top;
    color: #FFFFFF;
    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;
right:550px;
}
#CSSEditorContainerTab
{
top:2px;
right:425px;
}
#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:#336699;
	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;
	background-position: center center;
}
.SignInbtnRegister
{
	background:url(btnRegister.gif) no-repeat;
	background-position: center center;
}
.SignInbtnEmailPassword
{
	background:url(btnEmailPassword.gif) no-repeat;
	background-position: center center;
}


