/* ext bug fix */



 html {
  height:100%;
}
 body {
  margin:0;
  padding:0;
  height:auto !important;
  height:100%;
  min-height:100%;
}
/* layout styles */	
	
	#top
	{
		height:157px;
		padding: 0px;
		margin: 0px;
		border-top: 3px solid #666666;
	}
	
	#container
	{
		position:absolute;
		left:50%;
		width:1010px;
		margin-left:-505px;
		top:0px;
		background-color:#FFFFFF;
	}
	
	#bottom
	{
		padding-top:10px;
		height:20px;
	}
	
	#content
	{
		margin:10px 20px 0 20px;
	}


	#navigation
	{
		width:100%;
		background-color:#1f7cb8;
		height:30px;
		background-image:url(/Images/bluebar.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}
	
	.sendDIV{
		background-color:#FFFFFF;
		border:solid 1px #666666;
		top:0px;
		left:0px;
		z-index:999;
		position:absolute;
		text-align:center;
		vertical-align:top;
		

	}


	
	.titleDIV{
		background-color:#666666;
		height:30px;
		width:100%;
		position:relative;
		margin:0 auto 10px auto;
		top:0px;
		text-align:left;
		
		
	}
	
	.shadowDIV {
		background-color:#000000;
		width:100%;
		height: 100%;
		position:absolute;
		top:0px;
		left:0px;
		z-index:2;
		opacity: .1;
		filter: alpha(opacity=10);

	}

/* navigation styles */	
	ul.menu {
		list-style-type: none;
		list-style-image:none;
		width: 170px;
		background-color:#1f7cb8;
		margin:0px;
		padding:0px;
		float:right;
	}
	
	.menu li {
		float: left;
		background-color:#1f7cb8;
		padding-top:0px;
	}
	
	.menu a, .menu a:visited {
		margin: 5px 2px;
		width: 70px;
		height: 20px;
		display: block;
		text-align: center;
		background-color:#1f7cb8;
		vertical-align:middle;
		
		text-decoration: none;
		color:#FFFFFF;
		font-size:12px; font-weight:bold; font-family:Verdana;
		
	}
	
	.menu a:hover {
		
		color:#8abada;
		
	}
	
	.menu a:active {
		color:#8abada;
	}
/* common */

img{
 border: 0px;
}

img.button{
 cursor:pointer;
}

ul {
padding-top:0px;
margin-top:5px;
margin-bottom:5px;
list-style-image: url(/Images/ulimage.gif);
}

li{
padding-top:3px;
}

#voteform
{
	margin-top:10px;
}

#voteform div
{
	margin:5px 0 5px 0px ;
}

#voteform div input
{
	border:0px; margin:0 0 0 7px ; padding:0px;
}

.ohidden
{
	visibility:hidden;
}

.ovisible
{
	visibility:visible;
}

/*text style */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747678;
	
	background-image : url(/Images/site_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
	

}

h1.main
{
	font-size:14px;
	color:#227FBA;
}

div.msgboxHeader
{
	float:left;
	width:350px;
	font-size:12px;
	color:#ffffff;
	margin-left:10px;
	padding-top:7px;
	font-weight:bold;
	float:left;
}

p
{
	line-height: 22px;
}

.small
{
	font-size: 9px;
}

a.small, a.small:visited, a,.small:active
{
	font-size: 9px;
}

a.small:hover {
	text-decoration : underline;
	font-size: 9px;
}

a:visited, a, a:active {
	font-family : Verdana;
	font-size : 12px;
	color : #e17000;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

.center
{
	text-align:center;
}

.boldestBlue
{
	font-weight: bold; margin-bottom: 0px; color: #1f7cb8;
}

.editrec_fields_expert{
	display: block;
}

.editrec_fields_simple{
	display: none;
}

.editrec_meserror{
	width:180px;
	padding-left:160px;
	text-align: center;
	color: red;
	font-size: 10px;
	font-weight: bold;
}

.editrec_buttons{
	width:180px;
	padding-left:160px;
	padding-top: 10px;
	text-align: center;
}

/* form style */

input, select
{
	margin-bottom:6px;
}

textarea, input, select
{
	border:#8fabc4 solid 1px;
}

input.editrec_num{
	width: 83px;
}

input.editrec_str{
	width: 335px;
}

input.editrec_bool{
	border: none;
}

input.editrec_hidden{
	position: absolute;
}

input.editrec_userstr{
	width: 180px;
	margin-left: 15px;
}

textarea.editrec_textarea{
	width: 335px;
}

select.editrec_hidden{
	position: absolute;
}

select.editrec_str{
	width: 140px;
}

label
{
	float:left;
	width:120px;
}

label.editrecord{
	float:left;
	width:260px;
}

fieldset.editrecord_global
{
	border:none;
	padding: 0px;
}

fieldset.editrecord_group
{
	display: block;
	width: 630px;
	margin:auto;
	padding: 0px;
	border: 1px solid gray;
}

div.addmanualinfo{
	color: red;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

div.addmanual_main{
	width: 650px;
	margin: auto;
}

fieldset.addmanual{
	text-align: left;
	border: 1px solid gray;
}

fieldset.addmanual_submit{
	border: 0px solid gray;
}

fieldset.addmanual div{
	width: 600px;
	margin: auto;
}

select.addmanual{
	width: 230px;
}

table select.addmanual{
	width: 90px;
}

input.addmanual_num{
	width: 90px;
}

input.addmanual_str{
	width: 230px;
}

textarea.addmanual_text{
	width: 597px;
}

table.addmanual th{
	font-weight: normal;
	font-size: 10px;
}

fieldset
{
	border:none;
}

label span
{
	color:#990000;
	font-size:80%;
}

span.reg_comment_off
{
	display: inline;
}

span.reg_comment_on
{
	display: inline;
	color: red;
	font-size:10px;
	font-family:Verdana;
}
input.submit
{
	border:none;
	margin-top:20px;
}

input.box
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* debug */

div
{
	  /* border: solid 1px #991122;   */
}

.reg_response_ok{
	color: blue;
}

.reg_response_failed{
	color: red;
	font-size:10px;
	font-weight:bold;
}
div.reg_response_failed{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:10px;
}
div.reg_comment_off
{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:8px;
}

/*  -----Feedback----------------  */
.fb_reg_response_ok{
	color: blue;
}

.fb_reg_response_failed{
	color: red;
	font-size:10px;
	font-weight:bold;
}
div.fb_reg_response_failed{
	padding-top:0px;
	margin-top:0px;
	margin-left:130px;
	padding-bottom:10px;
}
div.fb_reg_comment_off
{
	padding-top:0px;
	margin-top:0px;
	margin-left:130px;
	padding-bottom:8px;
}
/*  --------------------------------  */

a.editlink_off {
	cursor: default;
}

a.editlink_off:visited, a.editlink_off, a.editlink_off:active {
	font-family : Verdana;
	font-size : 10px;
	color : #B9B9B9;
	text-decoration : none;
}

a.editlink_on {
	cursor: pointer;
}

a.editlink_on:visited, a.editlink_on, a.editlink_on:active {
	font-family : Verdana;
	font-size : 10px;
	color : #e17000;
	text-decoration : none;
}

a.editlink_on:hover {
	text-decoration : underline;
}

a.deletelink_off{
	cursor: default;
}

a.deletelink_off:visited, a.deletelink_off, a.deletelink_off:active, a.deletelink_off:hover{
	font-family : Verdana;
	font-size : 10px;
	color : #B9B9B9;
	text-decoration : none;
}

a.deletelink_on{
	cursor: pointer;
}

a.deletelink_on:visited, a.deletelink_on, a.deletelink_on:active {
	font-family : Verdana;
	font-size : 10px;
	color : #e17000;
	text-decoration : none;
}

a.deletelink_on:hover {
	text-decoration : underline;
}

img.closeWindow
{
	float:right;
	top:0px;
	margin-top: 5px;
	margin-right: 3px;
	padding:0px;
	cursor:pointer;
}

.colStar, img.star, .votes
{
	margin:0px;
	padding:0px;
}

div.colStar
{
	clear:both;
}

div.votes
{
	clear:both;
	font-size: 9px;
}


