/*********************************
	UNIVERSAL DEFINITIONS
**********************************/

@import "tabs.css";


html { 
	/* IE hack */
	font-size: 100%; 
	}
body {
	/* This sets the default font size to be equivalent to 10px */
	font-size: 62.5%;	
	}

/* General markup styles
---------------------------------------- */
* { margin: 0; padding: 0;  }

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	background: #000000;
	text-align: center;
	}
img { border: 0; }
p {
	margin-bottom: 1em;
	color: #ffffff;
	}
a {
	color: #eeeeee;
	text-decoration: none;
	}
a:hover {
	color: #99b506;
	text-decoration: none;
	}

hr {
	font-size: 1px;
	border: 0px none transparent;
	border-top: 1px dotted #666666;
	margin: 10px 0;
	height: 1px;
	}

h4 {
	font-size: 110%;
	font-weight: bold;
}

/* Holly hack */
/* Hides from IE5-mac \*/
* html #body {
	height: 1%;
	}
/* End hide from IE5-mac */

.clear {
	clear: both;
	}
	
h1.sectionheading {
	font-size: 150%;
	color: #ffffff;
	margin: 20px 0 5px 0;
	}
.grad {
	width: 100%;
	height: 6px;
	background: #333333 url(../images/grad_sm.gif) repeat-x;
	margin-bottom: 10px;
	}

fieldset {
  padding: 10px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #DDD;
  margin-bottom:30px;
	}
legend {
  font-weight: bold;
  color: #ffffff;
	}
* html legend {
  margin-bottom:10px;
	}
	
	


/* General blocks
---------------------------------------- */
#surround {
	width: 100%;
	background: #333333;
	text-align: left;
	}
#wrapper {
	width: 97%;
	background: #333333;
	text-align: left;
	margin:0 10px;
	}
#head-cont {
	width: 100%;
	background: #000000;
	padding-left: 10px;
	}
#head_branding {
	float: left;
	width: 200px;
	height: 65px;
	background: #000000 url(../images/cmslogo.gif) no-repeat 0 10px;
	padding: 10px 0 0 250px;
	}
#head_logout {
	font-weight: bold;
	float: right;
	width: 70px;
	height: 35px;
	padding: 35px 0 0 30px;
	background: #000000 url(../images/buttons/icon_logout.gif) no-repeat 0 30px;
	}
#head_help {
	font-weight: bold;
	float: left;
	width: 40px;
	height: 35px;
	padding: 35px 0 0 30px;
	background: #000000 url(../images/buttons/icon_support.gif) no-repeat 0 30px;
	}
.expand {
	background: #222222;
	padding: 3px 0 3px 5px;
	margin-top:15px;
	}
.down {
	padding-left: 20px;
	background: transparent url(../images/down_arrow.gif) no-repeat 0 0;
	}
.up {
	padding-left: 20px;
	background: transparent url(../images/up_arrow.gif) no-repeat 0 0;
	}
.wrap {
	border: 1px solid #222222;
}
.innerwrap {
	padding-bottom:1px; 
	padding: 10px;
}
#summary {
	background: #1a1a1a;
	padding: 3px;
	height: auto;
	}
#summary h4 {
	padding: 5px;
}
#summary h4 a {
	font-weight: normal;
}
#summary a {
	text-decoration: underline;
	font-weight: bold;
}
#summary a:hover {
	text-decoration: none;
}
#footer {
	width: 100%;
	height: 50px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #666666;
	padding-left: 10px;
	background: #000000;
	font-size: 90%;
	}
	
/* mainNav
=======================*/
ul#mainnav  {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: #000000;
  list-style: none;
  margin-left: -10px;
  padding-left: 10px;
  font-size: 90%;
}

ul#mainnav  li {
  float: left;
}

ul#mainnav  a {
	font-weight: bold;
  padding: 0 1.0em;
  line-height: 2.1em;
  text-decoration: none;
  color: #aaaaaa;
  float: left;
  display: block;
  background: #333333 url(../images/nav_bg.gif) repeat-x;
}


ul#mainnav  a:hover  {
  color: #ffffff;
  background: #333333;
}

body#menu ul#mainnav .menunav a,
body#cms ul#mainnav .cmsnav a,
body#users ul#mainnav .usernav a,
body#news ul#mainnav .newsnav a,
body#events ul#mainnav .eventsnav a,
body#links ul#mainnav .linksnav a,
body#settings ul#mainnav .settingsnav a,
body#log ul#mainnav .lognav a {
  color: #ffffff;
  background: #333333;
}





/* fieldset styling
=======================*/

fieldset {
	margin: 2em 0;
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#333333;
	font-size: 110%;
}



legend{ position:absolute; top: -.5em; left: .5em;
	*position: static;
}
fieldset{ position: relative; margin-top:2em; padding-top:2em;
	*padding-top:0; 
	*position: static;
}


legend {
	font-weight: bold;
	padding: 0 10px;
	font-size: 110%;
}	

label {
	display: block;
	padding-bottom: 3px;
}


/* form styling
=======================*/

textarea {
	font-size: 130% !important;
}
select {
	font-size: 110% !important;
}
input[type="text"],input[type="password"],select, textarea {
	background: #cccccc !important;
	border: 1px solid #666666;
}
input.file {
	background: #cccccc !important;
	border: 1px solid #666666 !important;
}
input.submit {
	border: 1px solid #ffffff;
	background: #99b506;
	color: #000000;
	cursor: pointer;
	}
input.submit_secondary {
	color: #333333;
	background: #C5CF8E;
	cursor: pointer;
	}
input.submit_cancel {
	border: 1px solid #FFF;
	color: #FFF;
	background: #9F1D13;
	cursor: pointer;
	}
input.grey {
	color: #444;
	background: #999;
	}
/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}
input.submit:focus {
	background: #99b506;
}
input.submit_secondary:focus {
	background: #DAE4A7;
}
input.submit_cancel:focus {
	background: #9F1D13;
}

#relatedlinks label {
	width: 100px;
}

div.radio-cont {
	float: left;
	width: 30px;
}
div.radio-cont input[type="radio"] {
	*margin-top: -5px;
}


/* messages styling
=======================*/

.msg, .alert, .error {
  padding: 12px 10px 15px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  font-size: 100%;
  margin: 10px;
	}
.msg {
  background: #000000 url(../images/buttons/icon_info.gif) no-repeat 10px 10px;
	}
.alert {
  background: #000000 url(../images/buttons/icon_alert.gif) no-repeat 10px 10px;
	}
.error {
  background: #000000 url(../images/buttons/icon_error.gif) no-repeat 10px 10px;
	}
	
	

/* tables
===================================================*/



/*--- standard table ---*/
table#standard {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  width: 100%;
}
table#standard thead {
  background: #ef5500;
  color: #ffffff;
}
table#standard th {
  font-weight: bold;
	border-top: 4px solid #AF3E00;
}

table#standard th, td {
  padding: 0.4em 0.7em;
  vertical-align: top;
  border-bottom: 1px solid #333333;
}
table#standard tr.odd {
  background: #222222;
}

table#standard th a {
	text-decoration: underline;
}
table#standard th a:hover {
	color: black;
}


/* misc styling
===================================================*/

#contents h3 {
	font-size: 110%;
}
#contents h4 {
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 10px;
}
#contents h2 {
  background: transparent url(../images/buttons/icon_alert.gif) no-repeat 10px 10px;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 35px;
}
#contents h2.info {
  background: transparent url(../images/buttons/icon_info.gif) no-repeat 10px 10px;
}
#contents h2.print {
  background: transparent url(../images/buttons/icon_print.gif) no-repeat 10px 10px;
	padding: 15px 40px;
}
#contents h2 span {
	color: #9F1D13;
}
#contents h2.info span {
	color: #99B506;
}
#contents div.heading {
	float: left;
	width: 170px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents div.text {
	float: left;
	width: 350px;
	margin-bottom: 10px;
	font-size: 110%;
}

#contents div.menu-cont {
	float: left;
	color: #99B506;
	width: 250px;
	height: 70px;
	padding: 10px 0 0 0;
	cursor: pointer;
	cursor: hand;
}
#contents div.menu-cont h3 {
	font-size: 120%;
}
#contents div.menu-cont div h3, #contents div.menu-cont div p {
	cursor: pointer;
	cursor: hand;
}
#contents div.menu-line-cont {
	float: left;
	border-left: 1px dotted #666;
	height: 50px;
	width: 30px;
}
#contents div.menu-cont img {
	float: left;
	margin-right: 10px;
}

#contents div.menu-cont div {
	float:left; 
	width:200px;
}


div.cb-cont {
	float:left; 
	width:200px;
}


/* tooltip styling
===================================================*/
a.tooltip{
  position:relative; /*this is the key*/
  z-index:24; 
  text-decoration:none
}
a.tooltip:hover{
	z-index:25; 
}
a.tooltip span{
	display: none
}
a.tooltip:hover span{ /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top:1em; left:1em; width:15em;
  border:1px solid #ffffff;
  background-color:#000000; color:#ffffff;
  text-align: left;
  padding: 2px;
}
a.wide:hover span{ /*the span will display just on :hover state*/
  width:35em;
}



textarea.textile {
	width: 100%;
	border: 1px solid #b2b2b2;
	font-size: 140%;
}


a.preview-im {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 2px;
}
a:hover.preview-im {
	background-color:#222;
	border:1px solid #888;
}
/*///////////////////////////////////////////
-----------Textarea Resizing Styles----------
///////////////////////////////////////////*/
.tbSizeChanger{
	margin-top:3px;
}
.tbSizeText{
	margin-top:3px;
	text-align:right;
}
.tbLarger, .tbSmaller{
	width:1.3em;
	height:1.3em;
	font-size:1.3em;
	text-align:center;
	border:1px solid #FFF;
	margin-left:3px;
}
.tbLarger:hover, .tbSmaller:hover{
	background-color:#222;
	border:1px solid #888;
}


/*	lists
=============================================*/
ul.helplist, ol.helplist {
	font-size: 110%;
	margin-left: 25px;
	margin-bottom: 7px;
}
ul.helplist li {
	margin-bottom: 3px;
}

ul.helplist ul {
	margin-left: 15px;
}

.dottop {
	border-top : 1px dotted #777; 
	padding-bottom:3px; 
	padding-top:3px;
	}

.linetop {
	border-top : 1px solid #777;
	padding-bottom:3px; 
	padding-top:3px;
	}	

pre {
	font-family: monospace;
	color: #070606;
	background-color: #eef0eb;
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #b7c4d3;
	border-width: 1px 0;
	font-size: 150%;
	line-height: 120%;
	zoom: 1;
}




span.radiotext {
	position:relative;
	top: -2px;
	margin-right: 10px;
	*position: static;
}
span.radiotext_comments {
	position:relative;
	top: -2px;
	margin-left: 10px;
	*position: static;
}


