/* 
global settings
----------------------------------------------------------- */

BODY {
  font-family: Arial, Tahoma, Helvetica;
  font-weight: bold;
  font-size: 12px;
  font-color: white;
  SCROLLBAR-FACE-COLOR:#3399cc;
  SCROLLBAR-HIGHLIGHT-COLOR:#9966CC;
  SCROLLBAR-SHADOW-COLOR:#000099;
  SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
  SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-TRACK-COLOR:#003366;
  SCROLLBAR-DARKSHADOW-COLOR:#000099;
  margin:0px 0px 0px 0px;
  background:#CCCCCC;
  background: url(bg_main.gif);
  height:100%;
}
td{
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	font-weight: normal; 
}
img{border: #FF0000 0px solid;}
hr {
	background:#FF0099;
	height:1px;
}
A{text-decoration: none;} 
A:link{color: #305d05; text-decoration: none;}
A:visited{color: #305d05; text-decoration: none;} 
A:hover {color: #000000; text-decoration:underline; }

A.mainmenu:link{color: #FFFFFF; text-decoration: none;}
A.mainmenu:visited{color: #FFFFFF; text-decoration: none;} 
A.mainmenu:hover {color: #FFFF00; text-decoration:underline; }

p{
      color: white;
}
thumb{
      width:140px;
      height:114px;
}

form{
	margin:0px;
	padding:0px;
}
SELECT {
	border: #000000 1px solid;
	color: #000000;  
	font-family: Arial, Tahoma; 
	font-size: 11px; 
	font-weight: normal;
	padding:0px;
	background-color: #FFFFFF;
	width: 120px;
}

ul{
	text-align:left;
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-left:25px;
	padding-right:10px;
}
ul li {
	list-style-image: url("bullet.gif")
}
input
{
	color: #000000;
	background: #FFFFFF;
	border: #781351 1px solid;
}
.toplink {
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
}

.mainmenu_panel{
	padding-top:2px;
	text-transform: uppercase;
	font-weight: bold; 
}
#title_left{
	background:url(panel_left_title.gif);
	width:129px;
	height:39px;
}
#title_right{
	background:url(panel_right_title.gif);
	width:129px;
	height:39px;
}
#title_msg{
	color: #305d05;
	font-family: Arial, Tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left:12px;
	padding-top:8px;
}
#sidebar_text{
	padding-left:5px;
	padding-right:10px;
	text-align:justify;
}
#sidebar_text_right{
	padding-left:8px;
	padding-right:0px;
	text-align:justify;
}
#sidebar_banner_right{
      align:center;
	padding-left:6px;
	padding-right:4px;
}
#sidebar_banner_left{
      align:center;
	padding-left:3px;
	padding-right:6px;
}
#chat_title{
	color: #305d05;
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align:center;
}
.chat_image{
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
#some_title_left{
	background:url(some_title_left.jpg);
	width:129px;
	height:31px;
}
#some_title_msg{
	color: #1c3603;
	font-family: Arial, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left:20px;
	padding-top:5px;
}
#some_small_title_left{
	background:url(some_small_title_left.jpg);
	width:129px;
	height:27px;
}
#some_small_title_msg{
	color: #1c3603;
	font-family: Arial, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left:25px;
	padding-top:4px;
}

#txt_pink_top,#txt_pink_bottom,#txt_blue_top,#txt_blue_bottom{
	width:458px;
	height:24px;
}
#txt_pink_top{background:url(txt_pink_top.jpg);}
#txt_pink_bottom{background:url(txt_pink_bottom.jpg);}
#txt_blue_top{background:url(txt_blue_top.jpg);}
#txt_blue_bottom{background:url(txt_blue_bottom.jpg);}

#txt_msg{
	color: #1c3603;
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left:55px;
	padding-top:5px;
}
#txt_body{
	background:#EEEEEE;
	border-left:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
	padding:4px;
}


