
/* -----------------------------------*/
/* ---------- GLOBAL -----------*/
/* -----------------------------------*/

hr{	color: #c0c0c0; border: dotted ;height: 1px ;width: 100%}
body{font-family: Verdena, Arial, Helvetica; font-size: 12px;}

table, tbody, tr, td {font-family:inherit; font-size:inherit;}
a img{border: 1px solid gold; margin:2px;}
img{border: 1px solid gold; margin:2px;}


.table_css{
	font-family: Verdena, Arial, Helvetica;
	font-size: 12px;
	margin:0;
    padding:5;
	width: 100%
	}
.table_css th {
	background:#ccc;
	text-align: left;
	font-weight:bold;
	padding:5px;
	border-top: 1px solid #eee;	
	}
.table_css td {
   border-top: 1px dotted #CCC;	
   padding:5px;
	}

.highlight, .highlight a { 
    font-weight:normal;
  background-color: #FFFFCC;
  cursor : hand; }
  
.alternating_row_color1 {
	background-color: #FFFFFF;
	}
.alternating_row_color2 {
	background-color: #EAEAEA;
	}
/* -----------------------------------*/
/* ---------- GLOBAL CONTAINER -----------*/
/* -----------------------------------*/


#global_container{
width:758px;
margin:10px auto;
padding:1px 0;

}

/* -----------------------------------*/
/* ---------- GLOBAL NAVIGATION CONTAINER-----------*/
/* -----------------------------------*/
#global_navigation_container{
height:2.0em;
line-height:2.0em;
margin:0 1px;
background:#003366;
color:#ffffff;

}

#global_navigation_container li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#global_navigation_container li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#global_navigation_container a:hover,
#global_navigation_container a:active {
background:#000000;
color:#ffffff;
text-decoration:underline;
}

/* -----------------------------------*/
/* ---------- PAGE CONTAINER -----------*/
/* -----------------------------------*/


#page_container{
width:100%;
margin:10px auto;
padding:10px;
text-align:left;
border:2px solid gold;
background-color:#efefef

}

/* -----------------------------------*/
/* ---------- ACTION PANEL SETTINGS ROW -----------*/
/* -----------------------------------*/
#action_panel_settings_row{
height:2.0em;
line-height:1.50em;
margin:0 1px;
background:#ffff;
color:#000;

}

#action_panel_settings_row li{
float:left;
list-style-type:none;
padding:10px 0 0 10px;
border-right:1px dotted #003366;
border-top:3px solid #fff;
white-space:nowrap;
}

#action_panel_settings_row li a{
display:block;
padding:10px 0 0 10px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #f02025;
}

#action_panel_settings_row a:hover,
#action_panel_settings_row a:active {
text-decoration:underline;
}

/* -----------------------------------*/
/* ---------- FOOTER -----------*/
/* -----------------------------------*/

#footer{
padding:5px;
margin:5px;
font-size:10px;
text-align:center;
}

/* -----------------------------------*/
/* ---------- MISC STYLES -----------*/
/* -----------------------------------*/

.image_thumbnail
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid red;
	margin:2px;
	padding:2px;
}

.image_thumbnail_left
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid red;
	float: left;
	margin:0px 10px 0px 0;
	padding:5px;
}


#container_left{float:left; padding:10px;}
#container_right{float:right; padding:10px; }
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;color:#666;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit;font-size:0.8em;}
.notification{
color:#f02025; 
background-color:#fafbfc;
font-size:14px; 
text-align:center;
padding:15px;
border:1px dashed #c0c0c0;
width: 100%;
}
.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#003366;
line-height:1.5em;
}

/* -----------------------------------*/
/* ---------- SHOW/HIDE DIVS -----------*/
/* -----------------------------------*/

.hide {
  display: none;

}
.show {
  cursor: hand; 
  font-weight:normal;
}

