/***** Page Elements Styles *****/

BODY { 
background-color : #363227;
background-image : url(/assets/images/background.gif);
background-repeat : repeat-x;
margin : 0;
}



H1 {
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 24px;
font-weight : bolder;
line-height : 20px;
}



UL#navigation {
background-color: #025daf;
color: #ffffff;
float: left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
margin: 0;
padding: 0;
width: 100%;
}
UL#navigation li { 
display: inline;
}
UL#navigation li a {
background-color: #025daf;
border-bottom: solid 1px #025daf;
border-top: solid 1px #025daf;
color: #ffffff;
float: right;
padding: .20em .75em;
text-decoration: none;
}
UL#navigation li a:hover {
background-color: #ffffff;
color: #025daf;
}



.chatbox_master {
border-right : 1px solid #e1e1e1;
border-top : 1px solid #e1e1e1;
border-left : 1px solid #e1e1e1;
border-bottom : 1px solid #e1e1e1;
}









/***** Text Elements Styles *****/

.chatrooms_link {
color : #025daf;
line-height : 20px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 20px;
font-weight : bolder;
text-decoration : underline;
}
.chatrooms_link A:link {
color : #d78100;
font-weight : bolder;
text-decoration : underline;
}
.chatrooms_link A:visited {
color : #025daf;
text-decoration : underline;
}
.chatrooms_link A:hover {
color : #d78100;
text-decoration : underline;
}



.chatroomtitle-orange { 
color : #d78100;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bolder;
line-height : 14px;
} 



.dirlinks {
color : #000000;
line-height : 6px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0px;
text-transform : none;
}
.dirlinks A:link {
color : #000000;
font-weight : normal;
text-decoration : none;
}
.dirlinks A {
text-decoration : none;
}
.dirlinks A:visited {
color : #000000;
text-decoration : none;
}
.dirlinks A:hover {
color : #d78100;
text-decoration : none;
}



.footer {
color : #000000;
line-height : 12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
text-transform : none;
}
.footer A:link {
color : #000000;
font-weight : bolder;
text-decoration : underline;
}
.footer A {
text-decoration : none;
}
.footer A:visited {
color : #000000;
text-decoration : underline;
}
.footer A:hover {
color : #d78100;
text-decoration : underline;
}



.announcement-header { 
color : #025daf;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bolder;
line-height : 14px;
text-decoration : none;
}



.subheader-blue { 
color : #025daf;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bolder;
line-height : 14px;
text-decoration : underline;
}



.subheader-orange { 
color : #d78100;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bolder;
line-height : 14px;
} 



.text_main {
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
line-height : 14px;
text-align : justify;
}
.text_main A {
text-decoration : none;
}
.text_main A:link {
color : #025DAF;
text-decoration : underline;
}
.text_main A:visited {
color : #666666;
text-decoration : underline;
}
.text_main A:hover {
color : #000000;
text-decoration : underline;
}


.text_chatbox {
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
line-height : 14px;
}
.text_chatbox A {
text-decoration : none;
}
.text_chatbox A:link {
color : #025DAF;
text-decoration : underline;
}
.text_chatbox A:visited {
color : #666666;
text-decoration : underline;
}
.text_chatbox A:hover {
color : #000000;
text-decoration : underline;
}









/*****   Undefined Styles   *****/

.borders {
border-right : 1px solid #e1e1e1;
border-top : 1px solid #e1e1e1;
border-left : 1px solid #e1e1e1;
border-bottom : 1px solid #e1e1e1;
background-color : #ffffff;
}