/** GLOBAL *******************************************************************/
* {
	
	margin:0; 
	padding:0;
}

a img {
	
	border:0; 
	text-decoration:none;
}

body, div, td, pre {

	font-size:16px; 
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
}

#page_main_content ul {

	margin-left:20px;
}

/* OVERRIDE LEFT MARGIN FOR YUI TABS */
#page_main_content ul.yui-nav {
	
	margin-left:0px;
}

/** ELEMENTS AND TAGS ********************************************************/
html, body {

	behavior: url("csshover3.htc"); 
}

strong {

	font-weight:bold; 
}

small {

	font-size: 11px;
}

p {

	margin-bottom:8px;
}

object,embed {
	
	position:relative;
	z-index:2;
}

/** CLASSES ******************************************************************/	
div.pagebreak{

	page-break-after:always;
}

.hidden{

	display:none;
}

.clear{

	clear:both; 
	height:0px;
	width:0px;
}

.msg_error {

	margin:30px 0 30px 0;
}

.msg_error strong {

	color:#BA082A;
}

.msg_notice {

	margin-bottom:10px;
}

.msg_notice strong {

	color:#000;
}

.msg_success {

	margin-bottom:10px;
}

.msg_success strong {

	color:#7AB2B1;
}

.small {

	font-size: 11px;
}

small.copyright {

	font-size: 11px;
}

img.img_link {

	border:0;
}

img.nav_spacer {

	height:auto;
}

.big {

	font-size: 14px;
}

.title {

	background-color: #FFF; 
	border:0; 
	height:22px; 
	line-height:22px;
}

.title strong {

	color:#000;
}

.page_title {

	margin-bottom:10px;
}

.inline_block {

	display:inline-block;
}

a.select_all {

	font-size:11px; 
	text-decoration:underline;
}
a:hover.select_all {

	cursor:pointer; 

}

/** DEFINED OBJECTS **********************************************************/
#popup {

	margin:10px; 
}

#page_split_left {

	float:left; 
	width:470px; 
	padding:0 12px 0 0; 
	border-right:1px solid #CCC;
}

#page_split_right {

	float:left; 
	width:385px; 
	padding:0 0 0 12px;
	color:#000;
}

#digital_media {

	text-align:left;
}

#digital_media li {

	list-style-type: none;
}

/** IMAGE STUFF **************************************************************/
.image_thumb_16 {

	vertical-align:middle;
	position:relative;
	bottom:1px;
	border:1px solid #CCC;
}

/** FORM STUFF ***************************************************************/
input, select, textarea {
	
	margin-bottom: 0px;
}

select option, select optgroup {

	padding-right:5px;
}

textarea {
	
	font: normal normal normal 15px/120% Arial, sans-serif; color:#000;
}

.select_big {

	height:300px;
}

.human_check_field{

	width:20px;
}

option{

	padding-right:5px;
}

.form_field_container {

	background-color: #F6F6F6; 
	width:1000px; 
	min-height:23px; 
	height:auto; 
	overflow:hidden; 
	clear:both; 
	margin-bottom:9px; 
	padding:2px;
	border:1px solid #999; 
	/*
	background-image:url('../images/bg_form_field_container.gif'); 
	background-repeat:repeat-x; 
	background-position:center left;
	*/
}

.form_field_container_full {

	background-color: #F6F6F6;
	padding:2px;
	width:1000px; 
	min-height:23px; 
	height:auto; 
	overflow:hidden; 
	clear:both; 
	margin-bottom:9px; 
	border:1px solid #999; 
	/*
	background-image:url('../images/bg_form_field_container.gif'); 
	background-repeat:repeat-x; 
	background-position:center left;
	*/
}

.form_field_caption {

	color:#1d6ca5;
	text-transform: uppercase; 
	font:normal normal bold 13px/130% arial, helvetica, sans-serif; 
	float:left; 
	padding:4px 0 3px 3px;
}

.form_field_textfield {

	padding:2px; 
	float:right; 
	display:inline;
}

.form_field_caption_full {

	color:#1d6ca5; 
	text-transform:uppercase;
	font:normal normal bold 15px/130% arial, helvetica, sans-serif; 
	width:100%; 
	padding:4px 0 0 3px;
}

.form_field_textfield_full {

	text-align:center; 
	margin:auto; 
	padding:0; 
	width:1000px; 
	position:relative; 
	left:-8px;
}

.form_field_error_msg {

	font-style:italic; 
	font:italic normal normal 12px/100% arial, helvetica, sans-serif; 
	color:#FFFF00;
	font-size:10px;
}

.form_submit {

	font-size:13px;
	float:left;
}

.form_submit_container {

	margin-bottom:15px; 
	margin-top:9px;
}

.form_processing {

	display:inline;
	display:none;
	width:100%;
}
