@page
{
	margin: 0%;
	width:98%;
	padding:0%;
	background: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	orphans: 4;
	text-align: center;
	overflow:visible;
    white-space:normal;
    outline-color: Black;
    border:  1px solid Black;

}
/*--------------------------------- Printing ---------------------- */
.PrintWrapper
{
	display:none;
}

fieldset 
{
	top:auto;
	border: 1px solid #aaa;
	padding: 10px;  /* padding in fieldset support spotty in IE */
	margin: 0;
	background: #e7e7e7;
}

fieldset legend {
	font-weight: bold;
	color: #666;
	font-size: .9em; /* bump up legend font size, not too large or it'll overwrite border on left
                         be careful with padding, as it'll shift the nice offset on top of border  */
}



.rgAdvPart 
    { 
        display: none; 
    } 
.hidden {
	display: none;
}

.clearer {
	clear: both;
}

.testleft {
	clear: left;
}
.left {
	float: left;
	
}
.right {
	float: right;
	text-align: right;
}

input.left {
	margin-right: 10px;
}
input.right {
	margin-left: 10px;
}


.col_left {
	float: left;
	width: 48%;
}
.col_right {
	float: left;
	width: 48%;
	margin-left: 20px;
}
/* color change from black type to gray */
p {
	margin-bottom: 20px;
	color:#525252;
}

h5 {
   font-size: 13px;
}

ol, ul {
	padding: 0px 20px 0px 30px;
}
li {
	margin-bottom: 10px;
}

.notes, .small {
	font-size: 80%;
}
th.notes {
	font-weight: normal;
	text-align: center;
}

.label {
	font-weight: bold;
}

a img {
	border: none;
}

img.portrait {
   padding: 1px;
   border: 2px solid #ffa12c;
   margin: 0px 0px 10px 10px;
}

.media {
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 20px;
}
.media img {
	border: 1px solid #aaa !important;
}
.media input.button {
	margin-top: 6px;
}

.caption {
	font-size: 80%;
}

table.chart {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbb;
	border-spacing: 0px;
}
table.chart th {
	background-color: #cecece;
	text-align: left;
	border-bottom: 1px solid #909090;
	padding: 3px 3px 3px 10px;
	font-size: 13px;
}
html>body table.chart th {
	padding: 0px 0px 0px 10px;
}
table.chart td {
	padding: 3px 3px 3px 10px;
}
html>body table.chart td {
	padding: 2px 2px 2px 10px;
}
table.chart tr {
	background-color: #f7f7f7;
}
table.chart tr.alt {
	background-color: #e5e5e5;
}
table.pagination td {
	font-size: 9px;
	width: 33%;
}






/* ----------------------------- CONTENT ----------------------------- */
#content {
	font-size: 13px;
	padding: 0px 7px;
}

#content a {
	color: #7492b3;
}
#content a:hover {
	color: #002e4f;
}


/* ----------------------------- COLUMN_CENTRAL ----------------------------- */
#column_central { 
	float: left;
	padding-top: 10px;
	padding-right: 0px;
}

html body #column_central {
padding-top: 10px;
}

#column_central div.box {
	margin-bottom: 10px;
}
#column_central div.box h3 {
	height: 19px;
	padding-left: 9px;
	font-size: 13px;
	line-height: 19px;
	color: white;
}
#column_central div.box .inner {
	padding: 4px 2px 2px 4px;
	border-top: none !important;
	font-size: 10px;
}
#column_central div.box ul {
	list-style: none;
	padding: 0px;
}
#column_central div.box li {
	margin-bottom: 4px;
}

#column_central h2 {
	font-size: 14pt;
	margin-bottom: 8px;
}
#column_central h2 span.small {
	font-size: 8pt;
}
#column_central h3 {
	font-size: 11pt;
	margin-bottom: 8px;
}
#column_central p {
	font-size: 10pt;
}
#content.full #column_central {
	width: 876px;
	padding: 12px;
}
/* added these four to handle report layout  */
#content_header {
	width: 80%;
	padding-left: 80px;
	text-align: center;
}
#content_mainbox {
	float: left;
	width: 92%;
	margin-left: 20px;
	padding: 8px;
/*	border: 1px solid #909090;  */
}
#content_boxleft {
	float: left;
	width: 44%;
	margin-left: 10px;
	padding: 8px;
	border: 1px solid #909090;
}
#content_imageleft {
	float: left;
	margin-left: 20px;
	margin-top: -115px;
}
.boxleftlabel  {
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-top: 4px;
	font-weight: bold;
}	
#content_boxright {
	float: right;
	width: 44%;
	margin-right: 10px;
	border: 1px solid #ffa12c;
	outline-color: #909090;

}
#content_gallery {
	float: right;
	width: 51%;
}
#content_imageright {
	float: right;

}

#content_thumbnail {
	float: right;
	width: 44%;
	margin-right: 10px;
	border: 1px solid #ffa12c;
	outline-color: #909090;
	margin-top: 10px;
	margin-bottom: 10px;


}
#content_summary {
	width: 94%;
	float:left;
	text-align: left;
	margin-left: 20px;
	margin-top: 25px;
}


/* ----------------------------- QUICKSEARCH ----------------------------- */
#quicksearch {
	line-height: 20px;
	font-size: 11px;
}
#quicksearch input.radio {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: -2px;
}
#quicksearch input.button {
	margin-top: 6px;
	font-size: 11px;
	
}
#quicksearch h3 {
	margin-top: 8px;
	margin-bottom: 0px;
}

/* ----------------------------- FORM_2COLUMN and other form controls ----------------------------- */
.form_2column label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-top: 4px;
}

.form_2column input, .form_2column select {
/* --	margin-top: 4px;  I killed this line to fix the RadCombobox vertical alignment problem - */
	margin-left: 8px;
}
.form_2column td input, .form_2column td select {
	margin-left: 0px;
}

.nofloat label {
	width: auto !important;
}
label.nofloat {
	float: none;
	display: inline;
}

input.field, select, textarea {
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #7492b3;
   padding: 2px;
}
input:hover.field, select:hover, textarea:hover {
	background-color: #eee;
}
input:focus.field, texarea:focus {
	background-color: #eee;
}
input.field {
	width: 200px;
}
#edit_registry fieldset#event_promoter_contact_information input.field {
	width: 160px;
}
input.field20 {
	width: 20px;
}
input.field35 {
	width: 35px;
}

input.field40 {
	width: 40px;
}
input.field60 {
	width: 60px;
}
input.field95 {
	width: 95px;
}
input.field130 {
	width: 130px;
}
input.field150 {
	width: 150px;
}

input.field160 {
	width: 160px;
}
input.field250 {
	width: 250px;
}
input.field270 {
	width: 270px;
}
input.field315 {
	width: 315px !important;
}

select:focus, textarea:focus {
	background-color: white;
}

label.disabled {
	color: #999;
}
input.disabled, textarea.disabled {
	background-color: white;
	border-color: #999;
}
input:hover.disabled, texarea:hover.disabled {
	background-color: white !important;
}

option {
   padding: 1px;
}

input.button {
	color: white;
	text-align: center;
	font-weight: bold;
	border: 0px;
	width: 100px;
	height: 28px;
	background: url(../images/dark_orange_button.gif) top left no-repeat;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.secondary {
	background: url(../images/button_gray.gif) top left no-repeat;
}
input:hover.button {
	color: #a4c2e3;
}
input:hover.secondary {
	color: #ccc;
}


.error_message {
	color: #a00;
}

.required {
	font-size: 80%;
	color: #a00;
}
p.required {
	margin-bottom: 10px;
	text-align: right;
}

.symbol {
}

.login label {
	width: 100px;
	text-align: left;
	float:left
}
.login input {
	float:left
}
#edit_preferences label {
	width: 130px;
}
#edit_preferences .settings label {
	width: 110px;
}
#select_role label {
	width: 100px;
}
#edit_preferences select {
	margin-bottom: 4px;
}

#radbutton input{
	margin-right: .3em;
	margin-left: 150px;
	float: left;	
}


/* ----------------------------- SHOW_PROFILE ----------------------------- */
#show_profile .label {
	padding-right: 10px;
	font-weight: bold;
}
#show_profile td {
	vertical-align: top;
}
#show_profile h3 {
	margin: 0px;
	padding: 0px;
}

/* ----------------------------- SCROLL_BOX ----------------------------- */
#scroll_box {
	width: 85%;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	height: 450px;
	overflow: scroll;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

/* ----------------------------- MESSAGE_BOX ----------------------------- */
#message_box {
	width: 85%;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	height: 150px;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}
/* ----------------------------- MESSAGE_BOX_UPLOAD ----------------------------- */
#message_box_upload {
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	height: 100px;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}
/* ----------------------------- FAQ_BOX ----------------------------- */
#FAQ_box {
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	height: 400px;
	overflow: scroll;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}




/* ----------------------------- COPYRIGHT ----------------------------- */
#copyright {
	color: black;
	text-align: center;
	font-size: 9px;
}
#copyright a {
	color: white;
}
#copyright a:hover {
	color: #ccc;
}
/* -- check_Box_1line ------------*/
.check_Box_1line label 
{
	width: 150px;
	display:inline;
	float: left;
	text-align:left;
	text-indent:25px;
	margin-top: -19px;
}

.check_Box_1line input, .check_Box_1line Label 
{
	margin-left: 4px;
}
.check_Box_1line td input, .check_Box_1line td select {
		margin-left: 4px;

}
/* -- check_Box_1line200 ------------*/
.check_Box_1line200 label 
{
	width: 200px;
	display:inline;
	float: left;
	text-align:left;
	text-indent:25px;
	margin-top: -19px;
}

.check_Box_1line200 input, .check_Box_1line200 Label 
{
	margin-left: 4px;
}
.check_Box_1line200 td input, .check_Box_1line200 td select {
		margin-left: 4px;

}




