body {
background: #990000;
}

td {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {

    color: #5a768d;
    margin: 0px;
}


h1 {
    font-size: 43px;
}

h2 {
    font: normal tahoma, arial 32px;
}

h3 {
    font-size: 22px;
}


a {
	color: yellow;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 20px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 30px 50px 30px 30px;
}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#8c247b;
font: bold 18px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #990000;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


/*CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 300px;
/*border: 1px solid black;*/
padding: 5px;
/*background-color: lightyellow;*/
}

#pscroller2{
width: 200px;
height: 100px;
/*border: 1px solid black;*/
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
/*end of CSS for the two demo scrollers*/

/*CSS for tooltip*/
#dhtmltooltip{
position: absolute;
left: -300px;
color:white;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #5a768d;
visibility: hidden;
z-index: 100;


font:  bold 11px tahoma, Arial;
color: #ffffff;
text-decoration: none;
padding: 15px;
margin: 0px;


/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*end of CSS for tooltip*/

/*Admin tab style spec starts*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}*/

#basic-accordian{
/*	border:5px solid #EEE;*/
	padding:3px;
	width:250px;
	/*position:absolute;*/
/*	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;*/
}

.accordion_headings{
	padding:5px;
	background:#f98a0f;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#990000;
	color:ffffff;
	text-decoration: none;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:121px;
	clear: none;

	
}
