/*
 CyberAct v0.1
 Copyright (C) 2008  Map-Experience <mapinfo@map-experience.com>

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
 USA.
*/

/******************************************************
*******************************************************
	Styles of admin page, including all components.
*******************************************************
*******************************************************/


/******************************
	Main Page containers
*******************************/

* {
	 margin:0;
	 padding:0;
}

a {
	text-decoration:none;

}

BODY {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
}

a {
	cursor:pointer;
	color:#a4c0f2;
}


#headmain{
	height:206px;
	width:100%;
	background: url('images/PublicIndex/bodyhead.jpg') no-repeat top left;
}

#columnHead{
	height:147px;
	width:206px;
	background: url('images/PublicIndex/bodyhead2.jpg') no-repeat top left;

}

#leftMenubuttons {
	margin-top:30px;
	height:200px;
	width:100px;
}
#leftMenubuttons img{
	position:absolute;
	margin-left:4px;
}

#pageFoot {
	margin-top:0px;

	width:821px;
	padding:0px;
	padding-top:5px;
	padding-bottom:20px;
	font-size:12px;
	background-color:#fff;
	border-top:1px solid  #212939;
}
#pageFoot a {
	color:#000;
}


#main {
	margin-top:0px;
	text-align:left;
	width:821px;
	margin: 0 auto; 
	background: transparent url('images/PublicIndex/leftmenuBG.jpg') repeat-y top left;

}

#leftMenu {
		float:left; 
		padding-right:10px;
	}
#leftMenu ul {
	list-style:none;
	margin-left:20px;
}
	

#content {
		margin-left:217px;
		min-height:400px;
		padding-bottom:50px;
}

#content input {
	border:1px solid #A4C0F2;
}


#rainbow {
	position:absolute;
	margin-top:110px;
	width:86px;
	height:197px;
	background: url('images/PublicIndex/warrior.jpg') no-repeat left top;
}

#menuContent {
	position:absolute;
	color:#fff;
} 

 h2 {
	font-size:15px;
	color:#a4c0f2;
}
h1 {
	font-size:16px;
	color:#a4c0f2;
}

#conviertete {
	margin-top:5px;
	text-align:right;
}

#conviertete h1 , #loginform h1{
	font-size:15px;
}

#menuContent #registrate {
	margin-top:10px;
	text-align:right;
}

.cyber {
	width:560px;
	margin-top:5px;
	padding:4px;
	padding-right:15px;
	padding-top:0;
	border:1px solid #a4c0f2;
	font-size:13px;

}


.cyber_minicontent img{
		padding-right:10px;
		border:0px;
	}

.stats {
	padding:0;
	padding-top:3px;

	text-align:left;
		height:20px;
	color:#FF5A00;
}

.stats a, .stats a:visited {

	color:#fff;
	font-weight:bold;
}

.ciberactbtn {
	font-size:12px;
	position:relative;
	top:1px;
	padding:3px;
	padding-right:15px;
	padding-left:15px;
	background-color:#212838;
	color:#fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
.ciberactbtn:hover {background-color:#326401;}

.ciberactbtn2 {
	font-size:12px;
	position:relative;
	top:1px;
	padding:3px;
	padding-right:15px;
	padding-left:15px;
	background-color:#9EB8E9;
	color:#fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

/*////////////// FORMS		*/

/* Login Form */

#loginform {
	margin-top:130px;
	width:180px;
	height:90px;
	margin-right:5px;
	margin-left:6px;
	font-size:12px;
	text-align:right;
}

#loginform p {
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
	margin-left:10px;
}

#loginform p input {
	width:90px;
	height:18px;
	border:0px;
	margin-top:4px;
}

#loginform p font {
	float:left;
	font-size:13px;
}



#loginform .sendbtn {

	border:0px;
	background-color:#212838;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
}


#letterBox {
	border: 1px solid #a4c0f2;
	padding: 10px;
	text-align: justify;
}


.mandatory
{

color: red;

}

 iframe {border:0;}
