/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background:#1F1F1F;
}

body, tr,
td, input,
select, textarea 	{font:normal small/1.3 Arial,sans-serif}

a				{outline: none;}
a:link 			{color:#000; text-decoration:underline;}
a:visited 		{color:#333; text-decoration:underline;}
a:hover 		{color:#666; text-decoration:none;}
a:active 		{color:#999; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:29px; margin:0 0 12px;font-family: "Lucida Grande","Bitstream Vera Sans",Helvetica,Verdana,Arial,sans-serif;}
h2 					{font-size:18px; margin:8px 0;}
h3 					{font-size:16px; margin:6px 0 5px;}
h4 					{font-size:14px; margin:4px 0;}
h5					{font-size:12px; margin:3px 0;}
h6 					{font-size:11px; margin:0;}
hr 					{}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Standard Layout */

#wrapper {
	position: relative;
	background:#fff;
	width: 100%;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	background:#FF6600 url("../images/header-bg.jpg") repeat-x 0 0;
	margin: 0;
	padding: 0px;
	padding-right: 50px;
	height: 148px;
}

#header h1 {
	float: left;
	padding: 19px 10px 0 40px;
	color: #fff;
	font-size: 50px;
	font-family: Georgia, Helvetica,Verdana,Arial,sans-serif;
}


#header h2 {
	float: left;
	margin: 0;
	color: #fff;
	padding: 51px 10px 0 10px;
	
}

#content {
	position: relative;
	margin: 0;
	height:100%;
	min-height: 400px;
	background: #fff;
	padding: 20px;
	padding-top: 0px;
	min-width: 700px;
}

#breadcrumbs {	
	clear: left;
	display: block;
	margin: 10px 0 10px 20px;
	font-size: 12px;
	width: 100%;
	font-family: "Lucida Grande","Bitstream Vera Sans",Helvetica,Verdana,Arial,sans-serif
}

#content-main {
	position: relative;
	width: 60%;
	min-width: 400px;
	height: 100%;
	padding: 15px;
}

#content-side {
	float:right;
	width: 30%;
	min-width: 160px;
	margin-top: 66px;
	margin-right: 30px;
	margin-bottom: 0px;
	height:100%;
}

.sidebar-box {
	padding: 15px;
	margin-bottom: 20px;
	background: #EAEAEA;
	border: 1px solid #ccc;
	height:100%;
}

#footer {
	clear:both;
	height: 47px;
	padding:0px;
	color: #fff;
	background:#FF6600;
}

#footer .footerlinks {
	float: left;
	margin: 15px 0 0 35px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #333;
}

#footer #threeam {
	float: right;
	margin-right: 35px;
	width: 244px;
	height: 47px;
	text-indent: -9000px;
	background: url("../images/3am-footer-orange.gif") no-repeat 0 0;
}

ul#subnav {
	margin-left: 0;
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	background: #EAEAEA;
	font-family: "Lucida Grande","Bitstream Vera Sans",Helvetica,Verdana,Arial,sans-serif;
}

ul#subnav li {
	display:inline;
	list-style: none;
	margin: 0px;
}

ul#subnav li a {
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}

ul#subnav li a:hover {
	color: #fff;
	background: #444;
}

ul#subnav li.selected a {
	background: #ccc;
}

ul#subnav li.selected a:hover {
	color: #fff;
	background: #444;
}

/* ----------------------------------------------- 
		FORM STYLING
----------------------------------------------- */

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
  display: none;
}



form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

label.longlabel {
	width:120px;
}

label.shortestlabel {
	width:30px;
}

label.radiolabel {
	width: 150px;
}

label.error {color:#FF0000;}
form span {color: #FF0000;}

select {float: left;}

select option {
	padding-right: 10px;
}

input{
	border: 1px solid #0F0F0F;
}



input:hover, textarea:hover {
  	border: 1px solid #F57E3D;
}

input.button {
	width:auto;
	height: 28px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #ccc;
}

input.button:hover {
	background: #bbb;
}

input.inline {float: left; margin-top: -20px;margin-left: 20px}

input.noborder {border: none;} 

input.radio {
	width: 20px;
	margin-left: 100px;
	border: 0;
}

input.longinput {width: 300px;}
input.shortinput {width: 100px;}
input.extrashortinput {width: 50px;}

textarea{
 	border: 1px solid #0F0F0F;
  	width: 390px;
  	height: 220px;
}

.fieldWithErrors input{
	background-color: #FCC;
}

#login-section form a {
	display: block;
	padding-top: 5px;
}

form#search-form {
	position: absolute;
	top: 10px;
	right: 0px;
}

form#search-form input {
	border: 2px solid #000;
}

form#search-form input:hover {
	border: 2px solid #FF6600;
}

form#search-form input#search-field {
	font-size: 18px;
	width: 155px;
}

form#search-form input#go {
	margin-left: 3px;
	padding: 0;
	font-size: 14px;
	height: 30px;
	font-weight: bold;
	font-family: arial;
}

form .checkboxes {margin-left: 92px;margin-top: 10px}
form .checkboxes input {margin-right: 4px;}
form .checkboxes label {margin-top: -4px;}

form span.inline {float: left;display: inline; color: #000;margin: 0 5px 0 5px;}

/*forgot password form*/

form.forgot-password-form a {
	display: block;
	padding-top: 5px;
}

form.forgot-password-form label {
	width: 200px;
}

form.forgot-password-form input {
	width: 260px;
}

form.forgot-password-form input.button {
	margin-left: 0px;width: auto;
}

/* ----------------------------------------------- 
		BOXES
----------------------------------------------- */

.small-buttons {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px 0 0 0;
	vertical-align: center;
}

.small-buttons img {
	float: left;
	margin-right: 4px;
}

/* ----------------------------------------------- 
		TABLE STYLING
----------------------------------------------- */

table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse:collapse;
	
}

.hidden {
	display: none;	
}

td, th {
	vertical-align: center;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

td.center, th.center {
	text-align: center;
}



td.bold {
	font-weight: bold;
	/*color: #F57E3D;*/
}

td.top-level {
	color: red;
}

td.second-level {
	padding-left: 30px;
}

tr.second_row {
	background: #edfff8;
}
tr.third_row {
	background: #b4e3d2;
}



thead tr:hover {
	background: none;
}

tr:hover {
	background: #EFEFEF;
}

table#data td a {
	text-decoration: none;
}

table a.hidden-page {
	color: #aaa;
}


/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

/* green */
#notice {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* red */
#errorExplanation,
#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* orange */
#warning {
	background: #ff9900;
	border: 3px solid #FF7722;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#flash.alert #notice {
	background: #FF7402;	
	border: 3px solid #FBA45D;
}

#notice .error h2,
#notice .error p,
#notice .error li,
#errorExplanation h2,
#errorExplanation p,
#errorExplanation li {
	color: #333;
}

#notice.warning {
	background: #FF7402;	
	border: 3px solid #FBA45D;
}

#notice.success {
	background: #BBEECC;	
	border: 3px solid #7AC593;
}

#flash.alert #notice {
	background: #FF7402;	
	border: 3px solid #FBA45D;
}

/* ----------------------------------------------- 
	DOCUMENT LISTS
----------------------------------------------- */

dl {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

dt {
	font-weight: bold;
   	clear:left;
  	width:120px;
  	height: 100%;
   	float:left;
   	text-align:right;
   	display: block;
  	margin: 0px;
  	margin-bottom: 10px;
  	padding-right: 10px;
}

dd {
	margin: 0px;/*margin-left: 140px;*/
	width: auto;
}

dt label {width: auto;padding-right: 0px;margin:0px}
dd input, dd textarea {margin: 0px;margin-right: 10px;}
dd input.button {margin: 0 10px 0px 0px;}

dd textarea {margin-bottom: 10px;}
dd.textarea-dd {float: left;}
