  @charset "utf-8";
/* CSS Document */


/*  GENERAL STYLES  */

#fullcontent{
background-color: white;
font-size: 70%;
padding: 0 10px 0 20px;
width: 900px;
float: left;
}


td{
text-align: right;
}


.greybox {
	margin: 5px;
	border: thin dashed white;
}


#rightcontent .h3text {
	
	font-weight:normal;

}

#rightcontent .error {
	color:#CC0000;
	font-size: 110%;
	font-weight:bold;

}

#rightcontent .tablerow {
height:30px;

}

#rightcontent .errorbgd {
	background-color: #FFE7E4;
	height:30px;
	border:2px solid #CC0000;
	padding: 10px;


}



#rightcontent .form-left		{
	color: black;
	font-weight: bold;
	text-align: left;
	margin: 0px; 
	padding: 0em;
	background-color: white;
	border-right: thin black solid;
}

#rightcontent .form-footer		{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	background-color: red;
	border: thin black solid;
	margin: 2px;
	color: white;
}
	
#rightcontent .form-subnav-left		{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 0px; 
	padding: 0px;
	background-image: url(/images/grey_fade.jpg);
	background-repeat: repeat-x;
	border-bottom: thin black dashed;
	border-top: thin black dashed;
}
	
#rightcontent .form-subnav-right		{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	margin: 0px; 
	padding: 0px;
	background-image: url(/images/grey_fade.jpg);
	background-repeat: repeat-x;
	border-bottom: thin black dashed;
	border-top: thin black dashed;
}


.action_message{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 2px;
	padding: 5px;
	color: white;
	background-color: green;
	border-width: thin;
	border-style: dashed;
	border-color: black;
}
	
.message_updates{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin: 2px;
	padding: 5px;
	color: white;
	background-image: url(/apps/dropdate/include/include/newspaper_48.png);
	background-color: green;
	border-width: medium;
	border-style: dashed;
	border-color: black;
}





	
.border_bottom		{
	color: black;
	border-bottom: gray dashed thin;
	text-align: left;
	}
	
.border_top		{
	color: black;
	border-top: gray dashed thin;
	text-align: left;
	}
	
.underline td	{
	border-bottom: black solid thin;
}

.underline tr:hover	{
	background-color: #BEBEBE;
	border-bottom: black solid thin;
	}
	
.column-header		{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0px; 
	padding: 0px;
	background-color: #0066CC;
	}		


.submit {

	padding: 5px;
	background-color: #003399;

}



.print {width: 100%; margin:: 0; float:none;}

.ckeditor{
width: 550px;
}

.cke_editor {
width: 700px;
}

#rightcontent .greybgtable {
background-color: #dddddd;
}

.classy td {
padding: 8px 4px;
text-align:left;
border-right: 2px #ffffff solid;
font-size: 10px;
}

.classy thead tr {
color: #ffffff;
background-color: #3e3e3e;
padding: 8px 4px;
}

#rightcontent .classy thead a {
text-decoration: none;
color: white;
}
#rightcontent .classy thead a:hover {
text-decoration: none;
color: black;
}

.classy th {
padding: 8px 4px;
border-right: 2px #ffffff solid;
}

.inactive{
color: white;
background-color: #DDDDDD;
}





#rightcontent  form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:90%;
	border-bottom: gray dashed thin;
}

#rightcontent  form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

/*
  li:hover	{
	background-color: #003399;
	color: white;
}
*/

#rightcontent  form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}



#rightcontent   form li div
{
	display:inline-block;
}

#rightcontent   form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

#rightcontent   form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}


#rightcontent   form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

#rightcontent   form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

#rightcontent   form li div.left .medium
{
	width:100%;
}

#rightcontent   form li div.right .medium
{
	width:100%;
}

 .clear
{
	clear:both;
}

#rightcontent   form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

#rightcontent   form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}





#rightcontent  label.description
{
	border:none;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

#rightcontent  span.symbol
{
	font-size:115%;
	line-height:130%;
}


#rightcontent  input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}


#rightcontent  input.currency
{
	text-align:right;
	padding-right:3px;
}

#rightcontent  input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

#rightcontent  input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

#rightcontent  label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

 select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

 .safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

.small1		{font-size:6pt;}
.small2 	{font-size:8pt;}
.small3 	{font-size:10pt;}



#maincol .greybgtable {
background-color: #dddddd;
}


#maincol  form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:90%;
	border-bottom: gray dashed thin;
}

#maincol  form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear: both;
}

/*
  li:hover	{
	background-color: #003399;
	color: white;
}
*/

#maincol  form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}



#maincol   form li div
{
	display:inline-block;
}

#maincol   form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

#maincol   form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}


#maincol   form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

#maincol   form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

#maincol   form li div.left .medium
{
	width:100%;
}

#maincol   form li div.right .medium
{
	width:100%;
}

 .clear
{
	clear:both;
}

#maincol   form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

#maincol   form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}





#maincol  label.description
{
	border:none;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

#maincol  span.symbol
{
	font-size:115%;
	line-height:130%;
}


#maincol  input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}


#maincol  input.currency
{
	text-align:right;
	padding-right:3px;
}

#maincol  input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

#maincol  input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

#maincol  label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

#maincol .greybox{
background-color:#DDDDDD;
padding:10px;
width:920px;
}

#maincol li {
padding:5px 0;
}

#maincol ul, #maincol ol {
margin:0;
padding-left:35px;
}





