#loading {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	background-color: #009999;
	padding: 5px 10px;
	font: 12px Arial;
}
a {
	color:#333;
}
.clear {
	clear: both;
    overflow: hidden;
    height: 0;
}
.large {
	/*padding-left:98px;*/
	padding-left:15px;
	width:500px;
	clear:both;
}
/****************** A L E R   MESSAGES ***********************/
#messages {
margin: 5px 0 0;
}
#error, #warning, #info, #ok{
	padding:4px 4px 4px 25px;
	margin-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
#agree {
	background: #b3d5da url(../images/information.png) no-repeat 8px 8px;
	border: #224466 solid 1px;
	font-size:10px;
	margin-top:1px;
	width:159px;
	padding:4px 4px 4px 32px;
	line-height: normal;
}
#agree a {
	text-decoration:underline;
}

#info {
	background:#cbe2e5 url(../images/information.png) no-repeat 4px 4px;
	border: #224466 solid 1px;
	margin-top:1px;
}
#warning{
	background: #FFFFCC url(../images/icon_alert.gif) no-repeat 4px 4px;
	border: #FFCC00 solid 1px;
}
#error{
	background: #FEE7E7 url(../images/no.png) no-repeat 4px 4px;
	border: #990000 solid 1px;
}
#error-middle {
	background: #FEE7E7 url(../images/notification_error-small.png) no-repeat 12px 8px;
	border: #990000 solid 1px;
	height: auto;
	padding:8px 8px 8px 80px;
	margin-top:3px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#error-auto{
	background: #FEE7E7 url(../images/notification_error.png) no-repeat 12px 8px;
	border: #990000 solid 1px;
	height: auto;
	padding:8px 8px 8px 90px;
	margin-top:3px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#ok{
	background: #EDEFE4 url(../images/icon_accept.gif) no-repeat 4px 4px;
	border: #5E732D solid 1px;
}
#activation {
	background: #F9F0D1 url(../images/mail_send.png) no-repeat 10px 4px;
	border: #f59829 solid 1px;
	padding:8px 55px 8px;
}
.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing:content-box;
	-x-system-font:none;
	border:1px solid #99b3b4;
	color:#464646;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	line-height:16px;
	padding:2px 8px !important;
	text-shadow:0 1px 0 #FFFFFF;
	background:	#E4EBEB url(../images/button.png) repeat-x scroll left top;
	margin:5px 1px;
}
.button a, a.button {
	font-weight:normal !important;
	text-decoration:none;
}
.button:hover {
	border-color:#666666;
	color:#000000;
}
.button:active {
	background:#EEEEEE url(../images/desilver.png) repeat-x scroll left bottom;
}
.form .box {
	width:195px;
}
input, textarea {
	border:1px solid #ccc;
	background:url(../images/desilver.png) repeat-x;
}
.box:focus {
	border:1px solid #999;
}
.tableform tr{
	background: #FEFEFA;
	font-style:normal;
}
.comment {
	font-size:10px;
	color:#6595A3
}
.comment a:hover{
	text-decoration:none;
	color:#6595A3;
}
.captchaimg {
	border:1px solid #ccc;
	width:100px;
	height:28px;
	margin:5px 0;
	padding:0;
	outline: 
}
.optionlinks {
	font-size:11px;
	color:#6595A3;
	padding:7px 0;
	border: 1px solid silver;
	background:url(../images/desilver.png);
	padding-left:10px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	
}
.optionlinks a{
	padding:3px 5px 6px;
	border:1px transparent solid;
	text-decoration:none;
}
.optionlinks a:hover {
	background:#F4F1E9;
	text-decoration:none;
	color:#388a9e;
	border:1px solid #6595A3;
}

/****************** F O R M   F I E L  D S   H I N T S ***********************/
/* All form elements are within the definition list for this example */
dl {
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding:0;
    text-align: right;	
}
dt label {
	color:#000;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 195px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
	font-size:11px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

.selectstyled {
	width: 190px;
}
.selectstyled, .select {
	font-family: verdana, arial,sans-serif;
	font-size: 9pt;
	padding: 2px 5px;
	background-color: #F8F8F8;
	border: #999999 solid 1px;
	color: #000000;
}
/****************** SECTIONS  T A B S  ***********************/
#tabs {
	border-top:1px solid #BDBDBD;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#tabs .wrapper {
	background:#EEEEEE url(../images/button.png);
	height:29px;
	margin-bottom:12px;
	padding:0 0 0 6px;
}
#tabs ul#sections {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
}
#tabs ul#sections li {
	display:block;
	float:left;
	font-size:13px;
	line-height:1;
	margin:3px 0 0 0;
	padding:5px 6px 9px;
}
#tabs ul#sections li a{
	text-decoration:none;
	color: #1191BB;
}
#tabs ul#sections li a:hover{
	text-decoration:underline;
}
#tabs ul#sections li.current {
	background-color:#FFFFFF;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding-top:4px;
}
#tabs ul#sections li.current a{
	color: #333;
}
#ads {
	margin:10px auto;
}

