/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    font-weight : normal;
    font-size : 8pt;
    word-spacing : normal;
    text-transform : none;
    color : white;
    font-family : Tahoma;
    letter-spacing : normal;
    background-color : rgb(153 , 153 , 153);
}
.normal
{
    font-size : 8pt;
}
UL LI
{
    list-style-type : square;
}
UL LI LI
{
    list-style-type : disc;
}
UL LI LI LI
{
    list-style-type : circle;
}
OL LI
{
    list-style-type : decimal;
}
OL OL LI
{
    list-style-type : lower-alpha;
}
OL OL OL LI
{
    list-style-type : lower-roman;
}
.greenbold
{
    font-weight : bold;
    font-size : 10pt;
    color : rgb(0 , 0 , 153);
    background-color : white;
    Font : Verdana;
}
.greybold
{
    font-weight : bold;
    font-size : 10pt;
    color : rgb(153 , 153 , 153);
    font-family : Tahoma;
}
.whitebold
{
    font-weight : bold;
    font-size : 8pt;
    color : white;
    font-family : Tahoma;
}
.redbold
{
    font-weight : bold;
    font-size : 9pt;
    color : red;
    font-family : Tahoma;
}
.bluehighlight
{
    font-weight : bold;
    font-size : 8pt;
    color : white;
    font-family : Tahoma;
    background-color : rgb(0 , 102 , 204);
}
.datalist
{
    font-weight : normal;
    font-size : 8pt;
    word-spacing : normal;
    text-transform : none;
    color : white;
    font-family : Tahoma;
    letter-spacing : normal;
    background-color : rgb(153 , 153 , 153);
}
.verticalTable
{
    padding-top : 10px;
    padding-bottom : 10px;
}
.greybackground
{
    font-weight : bold;
    font-size : 8pt;
    color : gray;
    font-family : Tahoma;
    background-color : rgb(204 , 204 , 204);
}
A:visited
{
    font-weight : bold;
    font-size : 8pt;
    color : white;
    font-family : Tahoma;
}
A:link
{
    font-weight : bold;
    font-size : 8pt;
    color : white;
    font-family : Tahoma;
}
.Level1TabGroup
{
    font-weight : bold;
    font-size : 8pt;
    font-family : Arial;
    background-color : transparent;
}
.Level1TabBreak
{
    background-color : silver;
    cursor : default;
}
.Level1Tab
{
	color: gray;
	font-family: Arial;
	font-size: 11px;
	border-color: rgb(128 , 128 , 128);
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	background-color: WHITE;
	Background-image: url(images/tab1.jpg);
}
.Level1TabOver
{
	color: gray;
	font-family: Arial;
	font-size: 11px;
	border: 1px;
	border-color: black;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	background-color: silver;
	text-decoration: underline;
	Background-image: url(images/tab2.jpg);
}
.Level1TabSelected
{
	border-right: 1px solid black;
	padding-right: 10px;
	border-top: 1px solid black;
	padding-left: 10px;
	font-size: 11px;
	z-index: 1;
	border-left: 1px solid black;
	cursor: default;
	color: black;
	font-family: Arial;
	position: relative;
	Background-color: white;
	Background-image: url(images/tab2.jpg);
	Padding: 4px;
}
.Level1TabSelectedOver
{
	border-right: 1px solid rgb(128 , 128 , 128);
	padding-right: 10px;
	border-top: 1px solid rgb(128 , 128 , 128);
	padding-left: 10px;
	font-size: 11px;
	z-index: 1;
	border-left: 1px solid rgb(128 , 128 , 128);
	cursor: default;
	color: black;
	font-family: arial;
	position: relative;
	text-decoration: none;
	background: none;
	Background-color: transparent;
	Background-image: url(images/tab2.jpg);
	Padding: 4px;
}
.Level2TabGroup
{
    background-color : white;
    border : 1px;
    border-style : solid;
    border-color : rgb(128 , 128 , 128);
    cursor : default;
    border-left : black;
    border-top : black;
    border-top-width : 1;
}
.Level2Tab
{
    color : black;
    font-family : verdana;
    font-size : 10px;
    text-decoration : bold;
    padding : 2px;
    padding-left : 5px;
    padding-right : 10px;
    cursor : hand;
    background : none;
    Background-color : white;
}
.Level2TabOver
{
    color : gray;
    font-family : verdana;
    font-size : 10px;
    text-decoration : underline;
    padding : 2px;
    padding-left : 5px;
    padding-right : 10px;
    cursor : hand;
}
.Level2TabSelected
{
    color : Black;
    font-family : verdana;
    font-size : 10px;
    padding : 4px;
    padding-left : 20px;
    padding-right : 20px;
    cursor : hand;
    border-top : thin Black;
    Background-color : rgb(0 , 0 , 153);
    Border-color : white;
}
.Level2TabSelectedOver
{
    color : gray;
    font-family : verdana;
    font-size : 10px;
    text-decoration : underline;
    padding : 2px;
    padding-left : 5px;
    padding-right : 10px;
    cursor : default;
}
.Placeholder
{
    background-color : black;
    border : 1px;
    border-style : solid;
    border-color : black;
    cursor : default;
}
