li{
	margin-left:0;
}

body{
	margin: 0;
	padding: 0;
	background-image: url("../img/tile_main.gif");
 	background-repeat: repeat;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

a {
	color: #0099DD;
}

a:visited {
	color: #0099DD;
}

h1{
	font-size: 120%;	
	padding: 10px 0px 5px 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #005ba1;
}

h2 {
	font-size: 100%;
	margin: 15px 0 5px;
}

h3 {
	margin:5px 0 0 15px;
	font-weight:bold;
	font-size:90%;
	color: #0092DD;
}

p {
	margin: 7px 0;
}

p.right {
	text-align:right;
	margin-right: 10px;
}

.container {
	border: 1px solid #CDCDCD;
	padding: 0;
	margin: 20px;
	background: white;
}



#header {
	background: #FFFFFF url('../img/wrasap-logo.png') no-repeat 40px 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	font-weight: bold;
	height: 91px;
	padding: 10px;
	padding-left: 0; 
	font-size: 80%;
	line-height: 200%;
}

#header a {
	color: #0092DD;
}

#header span {
	font-size: 95%;
	font-family: Arial, sans-serif;
	font-weight: normal;
}



#footer {
	clear: left;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: white;
	background-image: url("../img/footer_tile.gif");
 	background-repeat: repeat-x;
 	background-position: top left; 	
 	color: #adadad;
	margin-top: 0;
}

#footer a {
 	color: #adadad;
}



#main{
    border-bottom:0 solid white;
    border-left:1px solid #CDCDCD;
    margin:0 0 0 220px;
    padding:20px;
}

#main p{
	padding-left: 10px;
}

#left_column{
	padding-top: 1px;
	border-right: 1px solid #CDCDCD;	
	width: 220px;
	background: white url('../img/tile_main.gif') repeat-x;
	float: left;
	text-align: center;
}

.navigation{
    list-style-type: none;     
    margin: 1em 0 1em 0;
    padding: 0;
    font-size: 1.2em;
}

.navigation li{
    padding: 0 0.5em 0 0.5em;    
}
 
.submenu {
    font-size: 0.8em;
}

#header ul.menu{
    float:right;
    margin:70px 5px 5px 20px;
    text-align:left;
    width: auto;
}

#header .menu li{
	font-size: 150%;
    margin: 0 0 0 0.3em;
}

ul.menu{
	text-align: center;
    width:100%;
}

ul.menu p{
    display: inline;    
    white-space:nowrap;
}

.menu li {
	list-style-type: none;
    display: inline;
    background: #FFFFFF;
	color: #0099DD;
	font-weight: bold;
	padding: 0;
	
}

.menu li a{
	padding: 1px;
	
}

#admin_navigation{
    margin-bottom: 2em;
    font-size:90%;
}

#admin_navigation .menu{
}

#admin_navigation .submenu{
    border-top: 1px solid #CDCDCD;
    padding-top: 1em;
}

#preview{
    margin: 1em 0 1em 0;
    display:block;
}

img {
	border: none;
}

.menu li img,
h1 img{
    vertical-align: middle;    
    margin-right:8px;
}

.center {
	text-align: center;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

img.bordered {
	border:1px solid #CDCDCD;
	clear:both;
}

.testimonial{
	
	text-align: left;
	margin: 5px;
	padding: 0;
	border:  #e6e6e6 solid 1px;
}

.testimonial_header{
	margin: 0;
	background-color: #989898;
	padding: 5px 10px 5px 10px;
	color: white;
	font-weight: bold;
	font-size: 120%;
}

.testimonial_body{
	padding: 10px 10px 5px 10px;
	text-align: justify;
	font-size: 80%;
}

.testimonial_body ul{
    margin-left: 0;    
    padding-left: 0;    
}

.registered_counter{
	text-align: center;
	color: #0000FF;
	padding: 10px 5px 10px 5px ;
	margin: 1px;
}

.counter_digit{
	background-color: #0000FF;
	color: white;
	padding: 2px 2px 2px 2px;
	margin: 1px;
	font-weight: bold;
	
}

.bookmark_button_1{
	text-align: right;
	margin: 2px;
	padding: 0;
	font-size: 80%;
}

/*forms*/

form {
    padding: 10px;
    margin: 0;
}

#login div{
    width: 99%;
    margin: 0;
    padding: 0;
}

#login{
    margin-left:39%;
    margin-top: 15%;
    overflow:auto;
    width:20%;
}

#login input,
#login label{
    width: 99%;
}

#login .submit input{
    width: auto;
}

fieldset {
    border: none;  
    padding: 0;
    padding-top: 5px; 
    padding-bottom: 5px;
    margin: 0;
}

.copy_code {
    border:1px solid #CDCDCD;
    font-family:Monospace;
    font-size:80%;
    padding:5px;
    width:96%;
}

.message{
    background-color: #DDFFDD; 
    padding:5px;
    width:97%;
}

.message *{
    background-color: #DDFFDD;
}

.error-message {
    color: red;
    font-weight: bold;
    display:inline;
    margin-left: 0.5em;
}

.hint {
    color: #AAAAAA;
    font-size: 80%;
    text-align: justify;
    display: block;
}

label em.hint {
        font-weight: normal;
        font-style: normal;
}

label {
    margin-top: 5px;
}

textarea, input{
    border: 1px solid #0092DD;
}

label input{
    border: none;
}

#contactPage{
    margin-bottom:10px;
}

#UserEmailContent{
    width: 80%;
}

label[for="NewsForm"]{
    margin-bottom:10px;
    margin-top:10px; 
}

label[for="UserNews"],
label[for="NewsNews"],
label[for="UserAgree"]{
    display: inline;
    margin-left: 0.5em;
}

label[for="UserNews"]{
	font-weight: normal;
}

#captcha{
    padding: 1em 0 0 0;
}

input[type="submit"]{
    margin-top: 0.5em;   
}

div.submit input{
    background-color: #D3D3D3 !important;    
}

input[type="radio"],input[type="checkbox"] {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    display: inline;
}


label {
    font-weight: bold;
    display: block;
}

label.optional{
    font-weight: normal;
}

fieldset.actions{
    text-align: left;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    margin-right: 5px;
}

label + br {
    display: none;
}

div.disabled{
    display:none;
}

label[for="SaveEmailsForm"]{
    font-weight:normal;
}

label[for="UserSaveEmails"]{
    font-weight:normal;
    display:inline;
}

input#UserSaveEmails{
    margin-right:5px;    
}

fieldset br{
    display: none;
}

.acc_left{
    margin-left: 60px !important;
}

table#acc_index_table{
	border: none;
}

table#acc_index_table th{
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

table#acc_index_table td{
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
#emailArchiveTable tr.odd td, #emailArchiveTable tr.odd th, #emailArchiveTable tr.odd th a, #emailArchiveTable tr.odd td a, #emailArchiveTable tr.odd td img{
    background-color:#F0F0F0;
    border-width: 2px;
}
#emailArchiveTable tr.even td, #emailArchiveTable tr.even td a, #emailArchiveTable tr.even td img{
    background-color:#D3D3D3;
    border-width: 2px;
}

#emailArchiveTable tr.even td.actions-style, #emailArchiveTable tr.even td.actions-style a, #emailArchiveTable tr.odd td.actions-style, #emailArchiveTable tr.odd td.actions-style a{
    background-color:#FFFFFF;
}

p.error {
	background-color: #e32;
	color: #fff;
    padding:5px;
    width:97%;
}
