/**********************************
** Global Styles		 **
***********************************/

/**** Body ****/

body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:69%;
	margin: 0;
	padding: 0;
}

/**** Paragraphs ***/

p {
	line-height: 1.3em;
	padding: 0;
	margin: 2ex 1ex;
}

strong {
}

em {
}

hr {
	width: 60%;
	text-align: center;
	height: 1px;
	color: #eef;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #ddd;
}

blockquote, q {
	color: #447;
	text-align: justify;
}

cite {
	color: #000;
	text-align: right;
}

cite.block {
	display: block;
	margin: 1ex;
}

cite:before {
	content: "-- ";
}

/**** Headings ****/

h1 {
	font-size: 1.9em;
	color: #008;
	margin: 0 0 0.5ex 0;
	padding: 2px;
}

h2 {
	font-size: 1.3em;
	color: #008;
	margin: 0 0 1ex 0;
	padding: 0;
	position: relative;
}

h2 strong {
	color: #f00;
}

h3 {
	font-size: 1.1em;
	color: #008;
	background: #e4e8f0;
	padding: 0.2ex 0.8ex;
	padding: 2px 6px;
	position: relative;
}

h4 {
	font-size: 1em;
	margin: 3ex 1ex 0ex 1ex;
}

/**** Links ****/

a:link {
	color: #F6C;
}

a:visited {
	color: #787880;
}

a:hover {
	color: #e00 !important;
}

a:active {
	color: #f21;
}

a img {
	border: 0;
}

/**** Lists ****/

/* Unordered Lists */
ul {
	margin-top: 1ex;
	margin-bottom: 3ex;
}

ul li {
	line-height: 1.3em;
}

/* Ordered Lists */
ol {
}

ol li {
}

/* Definition Lists */
dl {
}

dl dt {
}

dl dd {
}

/**** Tables ****/


/**********************
** Common Classes    **/


/**********************
** Styles Rob made uh oh    **/
.red
{
	  color: #C00;
}
#columns {
  margin-top: 15px;
}
#sidebar {
	position: relative;
	margin-left: 640px
}
#mainbar 
{
  float: left;
  width: 580px;
}

/* form used to make controls on each line like a form */

.form 
{
	margin-left: 10px;
	position: relative;
}

.form em {
	display: block;
}
.form label {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
}
.form span
{
	display:inline;
}
/* for making part in a form div go inline */
.inline
{
	position: relative;
}
.inline label 
{
	display: inline;
}
.buttons
{
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	
}
/* date control class*/
.date
{
	display: inline;
	position: relative;
}
.date input
{
	display: inline;
	width: 85px;
	border-style:none;
	margin-left: 10px;
}

.ticklist
{
	list-style-type: none;
	line-height: 0pt;
}
.errortext
{
	color: Red;
}


/**** Boxes ****/

.bluebox {
	background: #eff6f8;
	border: 1px solid #c8d9df;
	border-left: 0;
	border-right: 0;
	padding: 15px 10px;
}

/**** Text Styles ****/

.example {
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}


/**** Notices & Errors ****/



/**** Clearings ****/

.clear {
	clear: both;
	height: 1px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}


/**** Clickers ****/

.clickers {
	display: inline;
	cursor: pointer;
}

.clickers a {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 300;
	text-decoration: none;
	
}

.clickers a span {
	display: none;
	z-index: 500;
}

.clickers a:hover {
	font-size: 99%;
	
}

.clickers a:hover span {
	display: block;
	
	position: absolute;
	left: 35px;
	top: 0;
	
	margin-top: 30px;
	padding: 3px;
	
	background: #FFF;
	color: #000;
	border: 1px solid black;
	
	
}
.clickers input
{
	display: none;
	visibility:hidden;
}

.clickers .unselected {
	display: none;
	
}

.clickers selected {
	display: inline;
}



/**********************
** Basic Layout      **/

#container {
	font-size: 1.2em;
	min-width: 900px;
text-align: center;
}

/* Set the width */
#header, #nav, #content {
  margin: 0 auto;
  width: 900px;
	text-align: left;
}

#page {
	clear: both;
	background: url('../images/pagebg.png') repeat-x top;
	padding-top: 15px;
}


/**********************
** Header            **/

#header-container {
	background: #333333;
	color: #FFF;
}

#header {
	position: relative;
	height: 95px;
}


#branding {
	position: absolute;
	top: 25px;
	left: 22px;
	width: 125px;
}

/*************************
** Login Box		**/

#minilogin {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.8em;
	text-align: right;
}

#minilogin input {
	vertical-align: middle;
	margin-left: 5px;
}

#minilogin .itext {
	font-size: 1em;
	padding: 2px;
	width: 80px;
	border: 1px solid #999;
	margin: 0;
	margin-left: 2px;
	margin-right: 2px;
}

#minilogin p {
	margin: 1em 0;
}

#minilogin .h1 {
	font-size: 1.1em;
	font-weight: bold;
}

#minilogin ul li {
	display: inline;
	margin-left: 1em;
}


/**********************
** Navigation        **/

#nav-container {
	float: left;
	background: #2289BD url("../images/nav/mainbg.gif") repeat-x bottom;
	width: 100%;
}

#nav-topbg {
	background: url("../images/nav/topbg.gif") repeat-x top;
	height: 8px;
}

#nav {
	/* not too sure about this one, works for now tho: -8px top margin */
	margin-top: 0px;
	font-size:0.9em;
	line-height:normal;
}

#nav ul {
	padding:0;
	margin: 0;
	list-style:none;
}

#nav li {
	position: relative;
	float:left;
	background:url("../images/nav/normal_left.png") no-repeat left top;
	margin:0 2px;
	padding:0 0 0 4px;
}

#nav-container .inactive {
	margin-bottom: 2px; /* SWITCH: no margin */
	padding-top: 1px;
}

#nav-container .inactive li {
	margin-bottom: 2px;
}

#nav a {
	float:left;
	display:block;
	background:url("../images/nav/normal_right.png") no-repeat right top;
	padding:4px 20px 4px 16px;
	text-decoration:none;
	font-weight:bold;

}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:link {
	color:#9EC7DB;
}

#nav a:visited {
	color: #6696AE;
}

#nav a:hover {
	color:#FFC !important;
}


#nav .active {
	background-image:url("../images/nav/active_left.png");
}

#nav .active a {
	background-image:url("../images/nav/active_right.png");
	padding-bottom:5px;
}

#nav .active a:link {
	color: #666;
}

#nav .active a:visited {
	color: #666;
}

#nav .active a:hover {
	color: #000 !important;
}






/************************
** Footer              **/

#footer {
	position: relative;
	clear: both;
	font-size: 0.9em;
	margin-top: 6em;
	background: url('/images/patterns/dotted_horizontal.png') repeat-x top;
	padding-top: 1em;
}

#footer a {
	color: #999;
}

#footer ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
	padding: 0 10px 2px 10px;
	display: inline;
	border-left: 1px solid #CCC;
}

#footer ul .first {
	border-left: none;
	padding-left: 0;
}

#footer .backtop {
	position: absolute;
	right: 0;
	top: 1em;
}

#footer #copyright {
	color: #AAA;
}


/**********************
** Other Elements    **/
