WCS_CSS
body
{
margin:0,0,0,0;
padding:0;
}
#Header
{
background-color:white;
float:right;
width:100%;
height:100px;
padding-right:0px 0px 0px 0px;
margin:0,0,0,0;
}
#TopLeftPath
{
background:White;
float:left;
width:15%;
height:40px;
text-align:center;
vertical-align:bottom ;
}
#TopRightPath
{
background:white;
float:right;
width:15%;
height:40px;
text-align: right;
}
#TopMidPath
{
background-color:White;
height:40px;
width:70%;
float:left
}
#Left
{
background-color:white;
float:left;
width:15%;
height:380px;
padding:10px 10px 2 px 2px;
}
#LeftLower
{
background-color:Navy;
clear:right;
width:15%;
height:300px;
}
#Content
{
position:absolute;
background-color:White;
float:left;
width:85%;
height:380px;
padding: 0px 0px 0px 0px;
vertical-align:top;
}
#RightTemp
{
position:relative;
background:#E3EAEB;
float:right;
clear:both;
width:15%;
height:380px;
vertical-align:top;
}
#Footer
{
background-color:#A6B7BF;
clear:both;
Width:100%;
Height:30px;
color:White;
font-weight:bold;
font-size:medium;
}
h3
{ color:White;
font-size:200%;
}
#navigation a
{
color: #000;
background: #fb0 url("~/Images/left-tab.gif") left top no-repeat;
text-decoration: none;
padding-left:2px;
}
#navigation a span
{
background: url("~/Images/right-tab.gif") right top no-repeat;
padding-right:10px;
}
#navigation a:hover
{
color: #fff;
background: #fb0 url("~/Images/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}
#navigation a:hover span
{
background: url("~/Images/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}
#navigation
{
list-style: none;
padding: 0;
margin: 0;
}
#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0;
}
html {
overflow: auto;
}
|