/* BROWSER RESET */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 125%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1; 
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
*/

/* Main Layout*/
body
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #cdcdcd;
	font-size: 11px;
	margin: 0;   
}

body.body_with_bg {
  background: #000000 url(/images/layout/body-bg.jpg) repeat-x;
}

#wrapper {
	width: 95%;
	margin: 0px auto 0px auto;
	border-left: solid 1px #252525;
	border-right: solid 1px #252525;
	border-top: solid 1px #252525;
	background-color: #1a1a1a;
}

#simplewrapper {
	margin: 3px;
}

#header 
{
	margin:0; 
  padding:0;  
	height: 60px;
	overflow: hidden;
	background: #1a1a1a url(/images/layout/header-bg.png) repeat-x;  
}

#main1
{
	margin: 10px 10px 0 0; 
  padding:0;	
}

#main2
{
	margin:0; 
  padding:0;	
}

#left 
{
	float: left;
	width: 310px;
	margin: 0; 
  padding: 0;
}

/*
#right 
{
	float:right;
	width:310px;
	margin:0; 
  padding: 0 0 10px 15px;
}
*/

#full 
{
	margin:0 0 0 0px;
	line-height: 125%;
}

#middle 
{
	margin:0 0 0 315px;
	line-height: 125%;
}

#widemiddle 
{
	margin:0 0 0 10px;
	line-height: 125%;
}

.column-in 
{
	margin:0; 
  /*padding:0.5em 1em;*/
}

.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* Layout elements */
#logo {
	width: 100%;
	height: 60px;
	background: url(/images/layout/header.jpg) no-repeat;
	background-position: top right;
}

#logotext {
  margin-left: 10px;
	color: white;
	font-size: 42px;
	text-decoration: none;
}

#logotext_small {
  margin-left: 10px;
	color: white;
	font-size: 32px;
	text-decoration: none;
}

#logotext_sub {
  margin-top: 2px;
  margin-left: 10px;
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#logotext_sub a {
	color: #aaaaaa;
}

/* Toolbar */
#toolbar {
	height: 35px;
	background: url(/images/layout/toolbar-bg.png) repeat-x;

}

#toolbarcontent {
	margin: 0 0 0 10px;
	padding: 0;
	height: 35px;
	text-align:center;
	background: url(/images/layout/toolbar-div.png) 0 0 no-repeat;
}

#toolbarcontent2 {
	margin: 0 10px 0 0;
	padding: 0;
	height: 35px;
	text-align:center;
	background: url(/images/layout/toolbar-div.png) 100% 0 no-repeat;
}

#toolbarcontent a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	
	height: 35px;
	line-height: 35px;
	padding: 0 15px;	
}

#toolbarcontent span.tlblogotext {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	
	height: 35px;
	line-height: 35px;
	padding: 0 15px;	
}

#toolbarcontent span.tlbselected {
	font-weight: bold;
	color: #444;
	
	height: 35px;
	line-height: 35px;
	padding: 0 15px;	
}

#toolbarcontent a:hover {
	color: #444;
}

#toolbarcontent ul {
	padding: 0;
	margin: 0;
}

#toolbarcontent li.tlblogo {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(/images/layout/toolbar-div.png) 100% 0 no-repeat;
}

#toolbarcontent li.tlbleft {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(/images/layout/toolbar-div.png) 100% 0 no-repeat;
}

#toolbarcontent li.tlbright {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	background: url(/images/layout/toolbar-div.png) 0 0 no-repeat;
}

/* Warning box */
#warningbox
{
  margin: 0 0 10px 0px;
	background: #ffffe1;
	color: #000;
}

#warningbox b
{
	color: #000;
}

#warningbox_content img
{
	vertical-align:middle;
	padding-left:0;
	padding-right:2px;
}

#warningbox_content a
{
	color: black;
}

#warningbox div#warningtext {
  margin: 0 5px 0 10px;
}

#warningbox table {
  margin: 0;
  padding: 0;
}

#warningbox span
{
	vertical-align:middle;
	margin-left:3px;
}

#warningbox_top div
{
	background:url(/images/layout/roundedcornr_tl.png) no-repeat top left;
}

#warningbox_top
{
	background:url(/images/layout/roundedcornr_tr.png) no-repeat top right;
}

#warningbox_bottom div
{
	background:url(/images/layout/roundedcornr_bl.png) no-repeat bottom left;
}

#warningbox_bottom
{
	background:url(/images/layout/roundedcornr_br.png) no-repeat bottom right;
}

#warningbox_top div,#warningbox_top,#warningbox_bottom div,#warningbox_bottom
{
	height:8px;
	font-size:1px;
}

#warningbox_content
{
	font-size:11px;
}

#warninglinks {
  margin-top: 3px;
  margin-left: 10px;
}

/* Content style */
a:link {
	color: #869927;
/*	text-decoration: none;*/
}

a:visited {
	color: #869927;
/*		text-decoration: none;*/
}

a:hover {
	color: #5f6b22;
}

/* Boxes */
.boxborder {
      border: 1px solid #303030;
}

.boxheader , tr.boxheader td 
{
	background: #869927 url(/images/layout/catbg.png) repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.boxheader 
{
	border-bottom: solid 1px #353535;
	font-size: 9pt;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.boxheader a:link, .boxheader a:visited 
{
	color: white;
/*	text-decoration: none;*/
}

.boxheader a:hover
{
	color: #cdcdcd;
}

.boxbody {
	padding: 5px;
	background-color: #303030;
}

.boxbody_pad {
	padding: 5px;
	background-color: #303030;
}

.boxbody_pad td {
	padding: 10px;
}

/* Form elements */
input[type=submit], input[type=button]
{
   color: #ffffff;
   background-color: #1a1a1a;
   border: double;
   border-color: #869927;
}

input[type=text], input[type=password], input[type=checkbox], select, textarea
{
   color: #ffffff;
   background-color: #1a1a1a;
   border: solid 1px #869927;
   padding: 2px;
}

/* Footer */
#footer {
	padding: 8px 40px 10px 40px;
	background: #1d1d1d url(/images/layout/footer-bg.png);
	border-top: solid 1px #252525;
	font-size: x-small;
	color: #b2b2b2;	
}

#footer a:link , #footer a:visited {
	color: #869927;
	text-decoration: none;
}

#footer a:hover {
	color: #5f6b22;
}

#pagecontent {
  font-size: 12px;
  color: #DDDDDD;
}

/* Popup menus */
ul.popupmenu {
    display: none;
    position: absolute;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top: 1px solid #869927;
    border-left: 1px solid #869927;
    border-right: 1px solid #869927;
}

ul.popupmenu li {
  border-bottom: 1px solid #869927;
  background-color: black;
}

ul.popupmenu li.poupmenutitle {
  border-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #869927;
  padding: 2px 20px;
}

ul.popupmenu li a {
  display: block;
  color: #DDDDDD;
  text-decoration: none;  
  padding: 2px 20px 2px 5px;
}

ul.popupmenu li .help_icon
{
	display: inline
}

ul.popupmenu li a.popupitemdisabled {
  color: #666666;
}

ul.popupmenu li a.popupitemdisabled span.darkgreen {
  color: #666666;
}

ul.popupmenu li a:hover {
  color: black;
  background-color: #869927;
}

ul.popupmenu li a.popupitemdisabled:hover {
  color: #666666;
  background-color: #869927;
}

.popupmenulink {
  cursor: pointer;
  white-space: nowrap;
}

.hiddenblock {
  display: none;
  margin: 0;
  padding: 0;  
}

.greenborder {
  margin: 0;
  padding: 5px;
  border: solid 1px #869927;
}

/* DHTML POPUP WINDOW */
.dhtmlwindow{
  position: absolute;
  border: 2px solid #869927;
  visibility: hidden;
  background-color: black;
}

.drag-handle{ /*CSS for Drag Handle*/
  padding: 1px;
  text-indent: 3px;
  /*font: bold 14px Arial;*/
  font-weight: bold;
  font-size: 14px;
  background-color: #869927;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: hand;
  cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
  width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
  border-top: 1px solid #869927;
  background-color: #1a1a1a;
  color: white;
  height: 150px;
  padding: 2px;
  overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
  border-top: 1px solid gray;
  background-color: #F8F8F8;
  height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
  float: right;
  width: 13px; /*width of resize image*/
  height: 13px; /*height of resize image*/
  cursor: nw-resize;
  font-size: 0;
}

/* TABS */

.tabs{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
  display: inline;
  margin: 0;
}

.tabs li a{
  text-decoration: none;
  position: relative;
  z-index: 0;
  padding: 3px 7px;
  margin-right: 3px;
  color: #2d2b2b;
  background: black url(/images/layout/toolbar-bg-disabled.png) top left repeat-x;
  /*border: 1px solid #869927;*/
}

.tabs li a:visited{
  color: #2d2b2b;
}

.tabs li a:hover{
  color: white;
}

.tabs li a.selected{ /*selected main tab style */
  background-image: url(/images/layout/toolbar-bg.png);
  color: white;
}

.tabcontent{
  width: 98%;
  border: 1px solid #869927;
  padding: 0;
}

.maintab {
  min-height: 420px;
  overflow: auto;
  padding: 5px;
}

.maintab_smaller {
  min-height: 376px;
  overflow: auto;
  padding: 5px;
}

.maintab_smallerer {
  min-height: 361px;
  overflow: auto;
  padding: 5px;
}

.mainsubtab {
  height: 420px;
  overflow: auto;
}

.mainsubtab_smaller {
  height: 376px;
  overflow: auto;
}

.mainsubtab_smallerer {
  height: 361px;
  overflow: auto;
}

.tabs li a:focus{
  -moz-outline: none;
  outline: none;
}

.tabular td, .tabular th {
  padding-left: 10px;
}

/* DATA TABLE */

.datatable {
  border: solid 1px #869927;
  border-collapse: collapse; 
}

.datatable th {
  height: 20px;
  background: url(/images/layout/toolbar-bg.png) repeat-x;  
  color: #fff;
  padding: 4px 10px 4px 4px;
}

.datatable td {
  padding: 4px 10px 4px 4px;
  border: solid 1px #869927;
}