/* Default Theme */

/* Generic */
body {
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
  background: #22211a url("images/background.png");
  background-repeat: repeat-x;
  font: normal 13px "Lucida Sans Unicode",sans-serif;
  color: #cccccc;
}

a {
	text-decoration: none;
	color: #93a2bd;
	cursor:pointer;
}     

a:hover {
	text-decoration: underline;
	color: #f5e2a8;
}

pre {
	font-size: 9px;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #FFCC33;
	margin-top: 4px;
	margin-bottom: 4px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #DD7711;
	margin-top: 2px;
	margin-bottom: 2px;
}

select {
	background-color: #191919;
	color: #CCCCCC;
	font-size: 11px;
}

input {
	background-color: #191919;
	background: #191919;
	color: #CCFFDD;
	/* border: 1px #999999 solid; */
	border-bottom: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;	
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	font-size: 14px;
}

textarea {
	background-color: #191919;
	background: #191919;
	color: #CCFFDD;
	/* border: 1px #999999 solid; */
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;	
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-size: 11px;
}

.button {
	color: #CCFFDD;
	background-color: #2a2a2a;
	border-top: 1px #444444 solid;
	border-left: 1px #444444 solid;	
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;		
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 6px;	
	padding-right: 6px;		
	font-size: 11px;
}

.highlight {
	color: #ffffff;	
	font-size: 11px;	
}

.imphenziasections {
	font-size: 11px;
}

.miniheader {
	color: #ffffff;	
	font-weight: bold;	
}

.error {
	color: #FF6633;
}

.validateok {
	color: #00CC00;
}

.validatefail {
	color: #FF6600;
}

.notifyframesuccess {
	background: #000000;
	color: #00AA33;
	padding: 2px;
	border: 2px solid #33FF66;
}

.notifyframefail {
	background: #000000;
	color: #AA3300;
	padding: 2px;
	border: 2px solid #FF6633;
}


/* Elements */
#menu, #sidebar, #footer, #content   {
	border-left: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;	
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;	
}

#wrapper {
	width: 960px;
/*	max-width: 960px;		Tooo buggy!!!
	min-width: 760px; */
	border: 1px solid #AAAAAA;
/*	background: #191919; */
	background: #222222;
    margin: 0px auto;
    text-align: left;	
	padding: 1px;
}


#header {
	width:100%;
	height: 100px;
	background: #191919 url("images/headerlogo.jpg");
}

#topbar {
	background: #191919;	
	text-align: left;
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#leftbar {
	width: 120px;
	float: left;
	background: #222222;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto; 
}

#rightbar {
	float: right;
	width: 180px;
	background: #222222;
	padding: 5px;	
	overflow: auto;
}

#content {
	background: #000000;
	float: left;
 	width: 618px;  
/*	margin-left: 135px;
	margin-right: 195px; */
	padding: 10px;	
	overflow: auto;
}

#footer {
	height: 15px;
	color: #555555;
	font-size: 80%;
	text-align: center;
	background: #2a2a2a;	
	clear:both;						/* Tells the footer it cant have any elements next to it */
}

/* --- Modules  --------------------------------------------------------------*/

/* Menu Begin */
.menu_title {
  font-size: 11px;
  color: #FFCC66;
  text-align: left;
  font-weight: bold;
  background: #323c53;
  padding-left: 5px;
  border: 1px solid #999999;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url("images/menuleft_li_item.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
}

li.subitem {
	background-image: none;
	padding-left: 23px;
}


/*
li.menu_item, li.menu_subitem {
	list-style: none;
	background-image: url("images/menuleft_li_item.gif");
	background-repeat: no-repeat;
	background-position: 0 4px; 
	font-size: 12px;
	color: #93a2bd;
	text-align: left;
	padding-left: 0px; 
	margin-left: 5px;  
}

li.menu_subitem {
	background-image: none;
	list-style-image: none;
	margin-left: 25px;
	font-size: 90%;
}
*/
/* Menu End */

/* Tables */
td.title {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 2px solid #444444;
	border-bottom-style: groove;
	padding-left: 5px;
}

td.subtitle {
	font-size: 11px;
	color: #FFCC33;	
	padding-left: 5px;
}

td.cellcontent {
	font-size: 11px;
	color: #cccccc;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Text */
.trackinfo {
	color: #c5f76b;
}

.trackicon {
	margin-top: 3px;
	margin-right: 5px;
	border: 1px solid #000000;
}

/* Validation Script */
.LV_validation_message{
    /* font-weight:bold; */
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#divloader {
	display:inline;
}

#ajaxloader {
	padding: 0px;
	display:inline;
	background: #000000;
}
