/*********************************
* CSS for all the pages
**********************************/
body{
	margin:0;
	padding:8px;
	background-image: url(../images/background_Sky.png);
	background-position: 0% 110px;
	background-repeat: repeat-x;
	
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size:12px;
}
a, a:hover, a:visited{

	color: #808080;
	text-decoration:none;
}
a img{
	border:none;
}
ul.errorlist{
	color:red;
	font-size:11px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/********************
* 		TITLES
*********************/
.title, h1{
	font-size:22px;
	font-weight: bold; 
	margin:0;
	margin-bottom:10px;
}
.subtitle, h2{
	font-size:16px;
	font-weight: bold; 
	margin:0;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	font-weight: bold; 
	margin:0;
}
.smallText{
	font-size:11px;
}
.list{
	padding-left:20px;
}
/*******************/
.borderBottom{
	border-bottom:1px solid #BBBBBB;
	margin-bottom:10px;
	min-height:15px;
}

.right{
	text-align:right;
}
.center{
	text-align:center;
}
.greyBox{
	border:solid 1px #BBBBBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:14px;
	margin-right:8px;
	background-color:#EEEEEE;
	width:152px;
	float:left;
	font-size:12px;
}
.greyBox .title{
	font-weight: bold; 
	font-size:12px;
}
.borderRadius_2{
	border:solid 1px #BBBBBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:152px !important;
	padding:14px;
}
.borderRadius_6{
	border:solid 1px #BBBBBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:509px !important;
	padding:14px;
}
.borderRadius_10{
	border:solid 1px #BBBBBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:877px !important;
	padding:14px;
}

.fieldWrapper{
	margin-top:10px;
}
/*********************************
* CSS for editable button
**********************************/
.editableblock-editbutton{
	position:absolute;
	background-color:grey;
    opacity: 0.5;
    font-size:smaller;
    text-decoration:none;
	display:block;
	top:0;
}
.editableblock-editbutton a,
.editableblock-editbutton a:hover{
    color:white;
}
/*********************************
* CSS for the main boxes
**********************************/
#main{
	margin: 0px auto;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	width:920px;
	background-color:#FFFFFF;
}
#header{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#content{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:350px;
}
/*********************************
* CSS for the footer
**********************************/
#footer{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#footerBanner{
	margin:0;
	padding:0;
}
#footerBanner img{
	padding:0;
}
#footerNavShare{
	margin:0px;
	margin-top:-3px;
	padding:0px;
	padding-top:15px;
	border-top:1px solid #BBBBBB;
	background-image: url(../images/footer_gradient.png);
	background-position: 0% 0px;
	background-repeat: repeat-x;
	vertical-align:bottom;

}
#footerNavShare #copyright{
	color: #808080;
	font-size:11px;
	text-align:left;
	vertical-align:bottom;
}
/*********************************
* CSS for the blue fontself button
**********************************/
.btnFontself{
	text-align:center;
	cursor:pointer;	
	float:right;
	display:inline;
	text-decoration:none;
}

.btnFontself .btnMiddle{
	display:block;
	float:left;
	background:url("../images/buttons/bt_actionMid.gif") repeat-x left;
	margin:0;
	height:22px;
	vertical-align:middle;
	text-decoration:none;
}
.btnFontself .btnContent{
	color:#FFFFFF;
	font-size:11px;
	padding-top:3px;
	text-decoration:none;
}
.btnFontself .btnContent:hover{
	color:#000000;
}
.btnFontself .btnLeft{
	background:url("../images/buttons/bt_actionLeft.gif") no-repeat left;
	margin:0;	
	width:8px;
	height:22px;
	display:block;
	float:left;
}
.btnFontself .btnRight{
	display:block;
	background:url("../images/buttons/bt_actionRight.gif") no-repeat right;
	margin:0;
	width:8px;
	height:22px;
	float:left;

}
/********************************/