body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", sans-serif;
}

#wrapDark,#wrapDark p,#wrapDark h2 {
	color: #CCC;
}

body,div,p,th,td,li,dd {
	font-size: 12px;
}

input,select,textarea,form {
	font-size: 12px;
}

/**************Mouse cursor***************/
.pointer {
	cursor: pointer;
}

.help {
	cursor: help;
}

p {
	line-height: 1.3em;
	padding: 0;
	margin: 3px 0 5px 0;
	text-align: justify;
}

.small {
	font-size: 0.8em;
}

.subheading {
	color: #888;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
	font: bold 0.8em "Helvetica", "Arial", sans-serif;
}

a {
	color: #08c;
	text-decoration: none;
}
table a {
	color: #333333;	
}	

a:hover {
	color: #0af;
	text-decoration: underline;
}

a:visited {
	color: #058;
}

img,a img,a:link img,a:visited img {
	border: none;
	vertical-align: middle; /* text-top */
}

.handle {
	cursor: move;
}

.ui-icon{
	background-image: url(../img/icons_256x240.png);
	height:16px;
	width:16px;	
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-99999px;	
}	


h1, h2, h3, h4{
	font-weight: bold;	
}	
h1 {
	font-size: 1.2em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h2 {
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: left;
	margin: 2px 0 15px 0;
	font-weight: normal;
	color: #000;
/*	letter-spacing: -0.05em; */
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #888;
	text-align: left;
	margin: 2px 0 10px 0;
}

h4 {
	font-size: 1em;
	margin: 3px 0 5px 0;
	padding: 0;
}

h5 {
	margin: 20px 0 10px 0;
	border-top: 1px solid #666;
	font-size: 1.2em;
	padding: 3px 0 0 0;
}

li {
	margin: 10px 0;
}

table.cake-sql-log {
	color: #888;
}

#facebox .cake-sql-log {
	display: none;
}

.title {
	font-weight: bold;
}

.title a {
	color: #333;
}

.title a:hover {
	color: #666;
}

.description {
	color: #9b9b9b;
	font-size: 0.9em;
/*	height: 1.1em; */
	overflow: hidden;
	padding-left:5px;
}

.stats {
	color: #888888;
	font-size: 0.8em;
	padding: 0 5px 0 0;
	text-align: left;
}
.right{
	float:right;
}
.left{
	float:left;
}
.center{
	text-align:center;
}
.hidden{
	display: none;
}
.lineThrough{
	text-decoration: line-through;
}
.bold, .strong, strong, b{
	font-weight:bold;	
}

em{
	font-style: italic;	
}	
/**********************
	Common component 
***********************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clr {
	clear: both;
}

/*overflow method for clearing floats */
.floatbox {
	overflow: hidden;
}

/* quick Edit Ajax loading */
.quickEditOverlay {
	position: absolute;
	background: url('../img/indicator.gif') center no-repeat;
	background-color: #fff;
	z-index: 1000;
}
input.quickEdit{
	background: url('../img/layout/icms/quickedit_return.png') right center no-repeat;
	background-color: #fff;	
}	
/**** AJAX Big LOADING IMG  ***/
#loading img {
	bottom:250px;
	position:absolute;
	right:405px;
	z-index:999;
}

/*** Waterpring *****/

.waterprint{
	text-align:center;
	padding:50px 30px;
/*	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	filter: alpha(opacity=50);
	*color: lightBlue; */
	color: #DDDDDD;
	
	
}

.opacity {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

/*  Pagination */
ul#pagination {
	margin: 5px;
	padding-left: 330px;
}

ul#pagination li {
	list-style: none;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: solid 1px #dddddd;
	color: #0063DC;
}

ul#pagination li:hover {
	color: #FF0084;
	cursor: pointer;
}

ul#pagination li.selected{
	color: #FF0084;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #ff0000;
}	

ul#pagination li.noLink{
	border: none;
}


h2.faceboxHeader {
	/* background-color: #9CBADE; */
	background:white url(../img/layout/icms/header_bg.png) repeat-x scroll left top;
	margin:0;
	display:block;
	padding: 10px 0 10px 0;
	text-indent: 10px;
	width: 100%;
	letter-spacing: 0.02em;	
}

/* Facebox tabs */

#tabHeader  ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tabHeader li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}

#tabHeader #selected {

	position: relative;
	top: 1px;
	background: white;
	
}

#tabContent {
	border: 1px solid;
	clear: both;
	
}

/* submenus style */
#contentHeader ul {
	padding-top: 5px;
	list-style: none;
}

#contentHeader ul li {
	float: left;
	padding: 0px 15px;
}

#contentHeader ul li.selected a {
	color: #333333;
	font-weight: bold;
}
/* end submenus  */


/*  AJAX loading image */
#snapLoading{
	padding: 15px 0px 20px; 
	text-align:center;
}
.dynamicLoading{
	text-align: center; 
	margin: 15px auto;
}	 
/* Localized */

