/*------- CSS -------*/



/*------- standard links -----------*/
a, a:link, a:visited{ text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; outline:none;}

img{
	border:none;
}

/*------ font styles -----*/
p{
	margin:0;
	padding:0;
}


/*---------- Font Styles -----------*/

/*----------- Other Links ------------*/


/*----------- Buttons ----------*/
#btnTheme {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

#btnTheme span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;	
	left: .2em;
	top: 50%;
	margin-top: -8px;
	z-index: 0;
}

.btnStdLink span.ui-icon {
	margin: 0 5px 0 0;
	z-index: 0;
	float: left;
}



/*----------- Table Styles -----------*/

/*---------- Image Caption ----------*/
.imageWithCaption{
	float: left;
	padding-right: 20px;
	color: #CCC;
}
.imageCaption{
	color: #CC6633;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}



/*-------- Form Colours ----------


/*-------- Form Fields ----------*/


/*-------- Containers -----------*/

#template_960_wide{
	position:absolute;
	width:960px;
	margin: 0px 0px 0px -480px;
	left: 50%;
	text-align: left;
	padding: 0px;
}



/*
#template_content #template_content_bg{
	background-color: #FFF; 
	width: 733px;
}
.template_content_start{
	clear: both; 
	background-color: #FFF; 
	padding-left: 14px; 
	padding-top: 20px; 
	padding-bottom: 20px;
}
*/

/*
#template_footer{
	clear: both;
	height: 70px;
	margin-left: 7px;
	font-size: 11px;
	height: 50px;
}
#template_footer a.linksFooter{
	color: #0099FF;
}
*/


/*-------- search style ----------

#searchContainer .searchboxContainer{
	float: left; 
	background-image: url(../images/search_bar.png);  
	width: 200px; 
	text-align: left; 
	height: 26px; 
	background-repeat: no-repeat;
	
}

#searchContainer .searchboxContainer .searchbox{
	width: 145px; 
	margin: 3px 0px 0px 8px; 
	padding: 0;  
	border: none; 
	background-color: transparent; 
	font-size:15px;
}

#searchContainer .searchboxContainer .searchbtn{
	border: none; 
	outline:none; 
	background-color: transparent; 
	background-image: url(../images/search_arrow.png); 
	background-repeat: no-repeat; 
	background-position: 2px 4px; 
	float: left; 
	width: 20px;
	height: 24px;
}
*/


/*--------- Messages ----------
.errorMessage{
	float: left; 
	padding: 6px 5px 7px 26px; 
	font-size: 14px; 
	background-image: url(../images/icon_exclamation.png);
	background-repeat: no-repeat; 
	background-position: 6px 6px; 
	color: #F04E29;
}


.errorMessagebox{
	border: 1px #F04E29 solid; 
	width: 296px; 
	padding: 10px 10px 10px 30px; 
	font-size: 14px; 
	background-image: url(../images/icon_exclamation.png);
	background-repeat: no-repeat; 
	background-position: 9px 9px; 
	background-color: #FFDFDF;
 	margin-bottom: 10px;
	color: #F04E29;
}


.successMessage{	
	border: 1px #66CC00 solid;
	padding: 10px 10px 10px 30px; 
	background-color: #E2FDE1; 
	font-size: 14px; 
	background-image: url(../images/icon_success.png); 
	background-repeat:no-repeat; 
	background-position: 10px;
	margin-top: 0px;
	color: #009900;	
}

.successMessageSlidedown{	
	border: 3px #66CC00 solid;
	border-top: none;
	padding: 20px 20px 20px 50px; 
	background-color: #E2FDE1; 
	font-size: 14px; 
	background-image: url(../images/icon_success.png); 
	background-repeat:no-repeat; 
	background-position: 10px;
	color: #009900;
	position: fixed;
	top: 0px;	
	width: 890px;
	z-index: 9999;
	left: 50%;
	margin-left: -480px;
}

.successMessagebox{
	width:260px; 
	border: 1px #66CC00 solid;
	padding: 10px 10px 10px 30px; 
	margin: 0px 0px 0px 60px;
	background-color: #E2FDE1; 
	font-size: 14px; 
	background-image: url(../../images/icon_success.png); 
	background-repeat:no-repeat; 
	background-position: 10px;	
}	
*/


/*--------- Form Rows -------
.formRow{	
	clear: both;
	height: 40px;
}

.formRow .title{
	float: left; 
	width: 110px; 
	font-size: 14px; 
	line-height: 30px;
}
.formRow .titleMerged{
	float: left; 
	width: 470px; 
	font-size: 14px; 
	line-height: 30px;
}
.formRow .field{
	float: left; 
	width: 360px;
}
.formRow .error{
	float: left; 
	border: 1px #F04E29 solid; 
	width:340px; 
	padding: 6px 5px 7px 26px; 
	font-size: 14px; 
	background-image: url(../images/icon_exclamation.png);
	background-repeat: no-repeat; 
	background-position: 6px 6px; 
	background-color: #FFDFDF;
 	margin-bottom: 10px;
	color: #F04E29;
}
*/



/*-------- Offline Page -----------*/
#offlineMessageContainer{
	background-image: url(../admin/_style/images/papa_holding.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 300px;
	width: 600px;
	margin: 0 auto;
	left: 50%;
	margin-top: 100px;
	border: 1px #FFF solid;
}
#offlineMessageContainer p{
	margin-left: 120px;	
	line-height: 16px;
}


#offlineMessage{
	color: #ed1c24;
	font-size: 28px;
	margin-top: 160px;
	margin-left: 120px;
	line-height: 26px;
}

#offlineFooter{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-top: 40px;
	text-align: right;
	background-image: url(images/papa.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#offlineFooter a{ 
	color: #AAA;
	font-size: 11px;
}
#offlineFooter a:hover{ 
	text-decoration: underline; 
	outline:none;
}





#checkUser{
	display: none;
}


























