BODY {
 background-color: #FFFFFF;
 color: #000;
}

P, TD, H1, H2, H3, H4, H5 {
 color: #000;
 font-family: "Times New Roman", Times, serif;
}

TABLE {
 border: solid #333399;
 background: #ccccff;
 border-width: 4px;
 border-spacing: 0pt;
}

table.form {
 padding: 0px;
}

table.clear {
 border: none;
 background: #FFFFFF;
}

TD
{
 border: none;
 padding: 2pt;
}

th {
 background: #9999FF;
 color: #000000;
 font-weight: bold;
 padding-left: 6pt;
 padding-right: 6pt;
}

th.vert {
  text-align: left;
  vertical-align: top;
}

table.pagination {
 border: solid #000;
 background: #FFF;
}

td.pagination {
 border-color: #000;
 padding: 1em;
}

A {
 color: #000099;
 text-decoration:none;
 }

A:hover
{
  background-color: #eef;
}

div.tab_area {
 font-weight: bold;
 margin-top:4px;
 margin-bottom:2px;
}

a.tab, a.tab:visited {
 background: #9999FF;
 border: 1pt solid #333399;
 border-bottom: 0pt;
 padding: 2pt 1em 2pt 1em;
 margin-bottom: 0pt;
}

a.tab:hover{
 background: #cec8dc; 
}

.messages {
padding: .5em 1em .5em 1em;
border: 2pt dashed #f00;
}

.errortext
{
  color: #FFaaaa;
  color: #FF0000;
  font-weight: bold;
  margin: 12pt;
}

.instructionstext
{
  font-style: italic;
}

.anecdotetext
{
    font-size: 50%;
}

.indented
{
    margin-left: 3em;
}
.content
{
    /*border:1px solid #ddd;*/
    height: auto;
    min-height:500px;
    margin: 0 auto;
    padding: 0;
    width: 1004px;
}
.content .loginContent
{
    margin: 0 auto;
    padding: 0;
    width: 300px;
}
.content .loginContent table
{
	height:150px;
}

/* start login design */
#login-content {	
	margin: 0 auto;
	background: transparent;
	overflow: hidden;
}

#login-form {
	display: block;		
	background: transparent;
	overflow: hidden;	
	line-height: 30px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}
#login-box {
	font-size: 12px;
	display: table;
	background-color: #FFF;
	/*border: 1px solid #d9d9d9;*/

	-moz-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	width: 290px;
}
#login-box-top {
	background: transparent;
	padding: 20px;
}
#login-box-bottom {
	background: #3a3a3a;
}

#login-box-top fieldset {
	margin: 0 0 20px 0;
	font-size: 14px;
	border:none;
	padding:0;
}
#login-box-top fieldset.form-actions {
	margin: 10px 0 0;
}
#login-box-top fieldset input.form-text {
	display: block;
	width: 240px;
	padding: 8px 7px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#login-box-top fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
}
#login-box-top input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 13px;	
	font-weight: bold;
	border: 0;
	background: #eee;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;

	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);

	background: -moz-linear-gradient(19% 75% 90deg, #FF4D01, #FF8924);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF8924), to(#FF4D01));

	color:#fff;
	float:left;
	font-family:arial,helvetica,sans-serif;
    padding: 10px 2px;
	width: 100px;
	text-align: center;
}
#login-box-top input[type="submit"]:hover,
#login-box-top input[type="submit"]:focus,
#login-box-top input[type="submit"]:active {
background: -moz-linear-gradient(19% 75% 90deg, #EB4701, #F58423);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F58423), to(#EB4701));
cursor: pointer;
}
#login-box-top a {
	margin: 0 0 0 3px;
	padding: 5px 10px;
	font-size: 13px;	
	font-weight: bold;
	border: 0;
	background: #eee;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;

	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);

	background-color:#444;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3c3c3c), color-stop(50%, #353535), color-stop(100%, #4e4e4e));
	background-image:-moz-linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);
	background-image:linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);

	color:#fff;
	float:left;
	font-family:arial,helvetica,sans-serif;
	padding: 4px 2px;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
#login-box-top input a:hover,
#login-box-top input a:focus,
#login-box-top a:active {
background-color:#3c3c3c;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #919191), color-stop(10%, #636363), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));
background-image:-moz-linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747 100%);
background-image:linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747); }

#footer-login {
    background-color: #3A3A3A;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
    color: #BCBCBC;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
}
#footer-login > span {
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
}

.regular-checkbox { display: none; }
.regular-checkbox + label {
	display: block;
	/*position: absolute; */
	right: 16px;
	top: 8px;
	width: 61px;
	height: 28px;
	background: no-repeat center;
	background-image: url(/Images/chk_off.png);
	cursor: pointer;
	opacity: 0.8;
	float: right; }

.regular-checkbox + label:hover { opacity: 1; }
.regular-checkbox:checked + label { background-image: url(/Images/chk_on.png); }
.regular-checkbox:checked + label:after { background-image: url(/Images/chk_on.png); }

/* end login design */

.indexPage
{
	background:#FF0200;
}

.activista
{	 
    width:1004px;
    height:359px;
    padding-top:100px;
}
.activistabd
{	 
    width:860px;
    height:auto;
    padding-top:100px;
    color:#fff;
    margin:0 auto;       
}
.activista img
{	 
    border: 1px solid #FFFFFF;
    display: block;
    height: 100%;
    width: 100%;
}
.footer
{
	margin:0 auto;
	width:300px;
}
.footer a
{	
	margin:0 auto;
}
