/* GENERAL */
/*#loading { display: none;   position: absolute;    top: 2px;     left: 90%;    padding: 4px;    color: #fff;    background: #1849B5;    border: 1px solid #1849B5;    z-index: 4;    font-size: 11px;    font-weight: normal; }
*/
#loading {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 49px;
	height: 52px;
	background-image: url('image/header/poxend-animated.gif');
}
#loaded {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 49px;
	height: 52px;
	background-image: url('image/header/poxend-static.gif');
}
#warnings{ display: none;   position: absolute;    top: 28px;    left: 90%;    padding: 4px;    color: #fff;    background: #1849B5;    border: 0px solid #1849B5;    z-index: 4;    font-size: 11px;    font-weight: normal; }
.error {color: red;  font-size:12px;}
p#error {color: red; font-size:12px;}
#popup_error{ 
	display: none;   
	position: absolute;    
	top: 30%;    
	left: 35%;  
	width:35%;  
	background: #ffffff;    
	border: 5px solid darkorange;   
	z-index: 4;   
	height: 100px;
	text-align: center;
}
.div_error{ 
	position: relative;
	top: 40%;
	text-align: center;
   	color: red; 
	font-size:12px;
	font-weight:bold;
}

#popup_update{ 
	display: none;   
	position: absolute;    
	top: 30%;    
	left: 25%;  
	width:60%;  
	background: #ffffff;    
	border: 5px solid darkorange;   
	z-index: 3;   
	text-align: center;
}

#content_update{
	margin-top:20px;	
}

#main_menu { 
	position: absolute;
	left: 0px;
	top: 52px;
	width: 120px;
  	z-index: 0;
}

#popup_container {
	position: absolute;
	top: 52px;
	left: 2%;
	text-align: center;
	width: 98%;
	z-index: 50;
	display: none;
}
#main_popup {
	background-color:#CC3300;
	border:2px solid #000000;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	width:630px;
	z-index:100;
}
#popup_messages {
	position: absolute;
	right:75px;
	width:200px;
	top: 6px;
	color: white;
	
}
#popup_alert {
	position: absolute;
	left: 700px;
	right: 300px;
	width:400px;
	top: 6px;
	color: white;	
}
#popup_content {
	position:absolute;
	left: 15%;
	width:70%; 
	background-color: lightgrey; 
	display:none;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	border: 5px solid darkorange;
}
#popup_elem{
	margin-top: 20px; 	
}
#popup_transparent {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 150;
	padding-top:300px;
	padding-bottom:300px;
	text-align: center;
	background-color: #CCCCCC; 
	filter: alpha(Opacity=50);
	opacity:.50;
	display: none;	
}
#topimage {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 52px;
}

#topimagebackground {
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 52px;
	background-image: url('image/header/poxbg.gif');
}

#topicons{
	position: absolute;
	top:6px;
	left:200px;
	width: 400px;
}

.icon{
	cursor:pointer;
	cursor:hand;
}

#showhidebuttontop {
	background-image: url('image/poxleftbartop.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 21px;
	display: block;
}

#showhidebuttonbottom {
	background-image: url('image/poxleftbarbottom.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	display: block;
}

div { margin: 0px; }

div.showhidebutton {
	display: block;
	background-image: url('image/poxleftbarmiddle.gif');
	background-repeat: repeat;
	height: 25px;
	text-align: center;
	top: 52px;
	left:0px;
}

div.showhidebutton span {
	position: relative;
	bottom: -10%;
	font-size: 20px;
	font-weight: bold;
	left: -1px;
}

.hidden {
	display: none;	
}

#menu {
  	border-style: solid;
  	border-right-width: 2px;
  	border-top-width: 2px;
	border-bottom-width: 2px;  
  	border-left-width: 2px;
  	border-color: #777777;
 	background-color: #EEFFFF;
  	padding-left: 8px;
	padding-bottom: 8px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 140px;
  	z-index: 100;
}

#menu.a {
  font-family: arial, "arial", sans-serif;
}

#content {
	position: absolute;
    left: 2%;
	top: 52px;
	width: 96%;
    z-index: 1;
}
body{
	margin: 0;
	padding: 0;
	background-color: #9EC4DC;
	font-family: Verdana, Arial, Aharoni, sans-serif;
	font-size: 12px;
	color: #222222;
}
p{
	font-size: 12px;
	color: black;
}
#white{
	color: white;
}
td{
	color:white;
	font-size: 12px;
	font-family: Verdana, Arial, Aharoni, sans-serif;
}




/* USER_LOGIN */
table#login_table{
	margin: auto;
	font-size: 12px;
	width: 100%;
}
div#login_messages{
	margin-left: 10px;
	font-size: 12px;
}
	
/* CHATUI */

table{
	width:96%;
	vertical-align: top;
	border: 0;
}
td#chatui_persona, td#chatui_profile{
	vertical-align: top;
	width: 50%;
}
td#outgoing{
	width: 50%;
	vertical-align: top;	
}
label{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
td.incoming{
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
}
div#header
	{
	background-color: #003366;
	border-bottom: 3px solid #ff9900;
	margin: 0px 0px 10px 0px;
	padding: 10px 0 5px 10px;
	}

div.poxfieldset{
	margin: 1px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
    background-image: url("image/poxfieldsettexture.gif");
    background-repeat: repeat-x;
    background-color: #6db4ca;
    text-align: center;
}

div.poxlegend{
	color: #f0a920;
	font-weight: bold;
	background-color: #34388c;
   	font-size: 14px;
    margin-bottom: 12px;
    padding-left: 10px;
    text-align: left;
}
div#form_chat{
	margin-top: 20px;
	margin-left: 10px;
}
h1
	{
	margin: 0;
	color: #000000;
	font-size: 1.9em;
	display: inline;
	text-align: center;
	}
h4
	{
	margin-left: 10px;
	color: #ffffff;
	background-color: #003366;
	font-size: 1em;
	display: inline;
	}
img
	{
	border: none;
	}
div#form_container
	{
	position: relative;
	padding: 0px 20px 440px 20px;
	}
div.relative_container
	{
	position: relative;
	}
span.persona_title{
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
}
dl
	{
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	}
dd
	{
	margin-bottom: 5px;
	margin-left: 100px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	}
dt
	{
	margin-bottom: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	float: left;
	}
input.smallinput
	{
	border: 1px solid #666666;
	}
textarea
	{
	border: 1px solid #666666;
	width: 80%;
	}
div#box_persona
	{
	border: 1px solid #666666;
	margin-top: 5px;
	height: 150px;
	width: 98%;
	background-color: #eeeeee;
	overflow: auto;
	position: relative;
	}

div#box_profile
	{
	border: none;
	overflow: auto;
	margin: auto;
	height: 150px;
	width: 98%;
	background: transparent;
	padding-top: 2px;
	position: relative;
	}

div#history_container
	{
	height: 200px;
	width: 100%;
	overflow: auto;
	}
	
/* ALL MESSAGES UI */ 
div#allmessagesui_messages{
	height: 100%;
	width: 100%;
	overflow: auto;
	margin:0px;	
}
div#allmessagesui_messages_box{
	margin:0px;	
}
span.paging{
	font-size: 11px;
	margin-left:10px;
}

/* BULLETINS */ 
div#bulletins_allbulletins_box{
	overflow: auto;
	width: 100%;
	margin:0px;	
}
div#bulletins_urgent_box{
	overflow: auto;

	width: 100%;
	height:320px;
	margin:0px;	
	padding: 0px;
}

/* ADMINUI */
table.data_table{
	font-size: 12px;
	/*width:99%;*/
	margin: auto;
}
table.data_table th{
	background-color: #9c86ac;
	color: #ffffff;
}
table.data_table tr.closing_row td{
	height: 6px;
	background-color: #9c86ac;
	
}
table.data_table tr{
	background-color: #b9bee9;
	padding-left: 4px;
}
table.data_table td{
	color:black;
}
table.data_table tr:hover{
	background-color: #eeeeee;
	padding-left: 4px;
}

a:link{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#884000;		
}
a:visited{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#884000;
}

a:hover{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#DCAE08;
}

a:active{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#DCAE08;
}

.activelink{
	color:#DCAE08;	
}

div.reportui_stats_data{
	overflow: auto;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

div.accordian_headings
{
    padding:5px;
    color:#884000;
    cursor:pointer;
    font-weight:bold;
    text-align: left;
    
}
div.accordian_headings:hover
{
    color:#DCAE08;
}
div.header_highlight
{
    color:#DCAE08;
}

div.accordion_child
{
    text-align: left;
    padding-left:25px;
}
