@CHARSET "UTF-8";

/* Reset default browser CSS. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
}
body {
	line-height: 1;	
	background-color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img { border: none; }

.cleared {
	clear: both;
}



/* General definitions */
body {
	font-weight: normal; 
	font-size: 16px; 
	color: #000000;
	background-color: #fcfcfc; 
	margin: 0px; 
	padding: 10px;
	padding-top: 10px;
}
p{text-indent: 20px;}


/* Specific definitions of general Tags */

/*a:link {color: #003399; text-decoration: underline; font-weight: bold; background-color: transparent;}
a:visited {color: #003399; text-decoration: underline; font-weight: bold; background-color: transparent;}
a:hover {color: #D68000; text-decoration: underline; background-color: transparent;}
*/

hr { width: 95%;}

.pageTitle{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #2F5376; 
	color: #FFFFFF;
}

.required{color: #FF0000;font-weight: bold}
.error{color: #FF0000;font-weight: bold}
td.pagenavigator{background-color: #E9E9E9; color: #000000; font-weight: bold; padding: 2px; text-align: left;}
a.pagenavigator:active {COLOR: #848B84; TEXT-DECORATION: none; font-weight: bold;}
a.pagenavigator:visited {COLOR: #848B84; TEXT-DECORATION: none; font-weight: bold;}
a.pagenavigator:link {COLOR: #848B84; TEXT-DECORATION: none; font-weight: bold;}
a.pagenavigator:hover {COLOR: #FF0000; TEXT-DECORATION: none; font-weight: bold;}
b.pagenavigator{COLOR: #000000; font-weight: bold;}


a.h3 {font-size:16px; font-weight:bold;} 


/* Misc. Definitions */
.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.copyright {font-size: 10px; background-color: transparent;}
a.copyright {color: #003399; background-color:transparent;}
a.copyright:hover {color: #C23030; text-decoration: underline; background-color:transparent;}
.break {background-color: #FFFFFF; padding: 5px; font-weight: normal; text-align: left; text-indent: 20px;}

.lv_group{
	padding: 6px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;	
}

/* news */
td.news_group_title{background: #EEEEEE;font-weight: bold; font-size:14px;}
A.news_group_title:link {} 
A.news_group_title:visited {}
A.news_group_title:hover {}
A.news_group_title:active {}

/* news */
td.price_group_title{background: #EEEEEE;font-weight: bold; font-size:14px;}


/* recipe edit */
div.total{
	width: 69px;
	/*height: 17px;*/
	padding: 2px;	
	text-align: right; 
	font-weight: bold;
	border: #CDCDCD 1px solid; 
	/*color: #FFFFFF;*/
	background: #80FEFE; 
	}
div.total_c{
	width: 69px;
	padding: 2px;	
	text-align: right; 
	font-weight: bold;
	background: #80FEFE; 
	}	 


/* message stack */
#messageStackContainer{
	padding: 0;
	margin: 0;	
}

#messageStackContainerAbsolutePos{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;	
	z-index: 10000; 
}

#messageStackContainer li{
	padding: 5px;
}

li.error, div.error {
	margin: 0;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

li.warning, div.warning {
	background-color: #FF0000;
	font-weight: normal;
	color: #000000;
	font-weight: bold
}

li.message, div.message {
	background-color: #00FF00;
	font-weight: normal;
	color: #000000;
	font-weight: bold
}




/* /left_menu */
.note{
	font-weight: normal;
	padding: 10px;
}

.cleared{
	clear: both;
}

.emp{
	font-weight: bold;
}

#frmPage textarea{
	width: 100%;
}

table.page-edit-menu{
	margin: 10px;
	background: #fff;
}

table.page-edit-menu tr td {padding: 5px; }

table.page-edit-menu tr:first-child td {background-color: #c2cdd6;}

.page-edit-level-1 td{
	font-weight: bold;
	background: #eee;
	font-size: 14px;
}

.page-edit-level-2 td{
	background: #ccc;
	font-size: 13px;
}

.page-edit-level-3 td{
	background: #eee;
	font-size: 12px;
}

/* service-order-printable */

.service-order-printable{
	width: 100%;
	border: 1px solid #cdcdcd;
}

.service-order-printable .submit-wrapper{
	text-align: center;
	padding: 20px;
	border: none;
}

.service-order-printable table{
	width: 100%;
}
.service-order-printable table td{
	border: 1px solid #cdcdcd;
	padding: 5px;
	vertical-align: top;
}

.service-order-printable .caption:first{
	width: 150px;
}

.service-order-printable .section{
	padding: 10px;
	padding-left: 20px;
	text-align: left;
	background: #fff;
}

.service-order-printable .caption, .service-order-printable .data {
	
}

.service-order-printable .caption {
	width: 250px;
	font-weight: bold;
	background: #ddd;
}

.service-order-printable .data {
	width: 400px;
	background: #eee;		
}

.service-order-printable .data input[type=text], .service-order-printable .data textarea {
	width: 99%;		
}

.service-order-printable .data textarea {
	height: 70px;		
}

.service-order-printable .data input.date-pick {
	width: 100px;

}
	
	
/* /service-order-form */


/* part-form */

.part-form-printable{
	width: 100%;
	border: 1px solid #cdcdcd;
}

.part-form-printable .submit-wrapper{
	text-align: center;
	padding: 20px;
	border: none;
}

.part-form-printable table{
	width: 100%;
}
.part-form-printable table td{
	border: 1px solid #cdcdcd;
	padding: 5px;
	vertical-align: top;
}

.part-form-printable .caption:first{
	width: 150px;
}

.part-form-printable .section{
	padding: 10px;
	padding-left: 20px;
	text-align: left;
	background: #fff;
}

.part-form-printable .caption, .part-form-printable .data {
	
}

.part-form-printable .caption {
	width: 250px;
	font-weight: bold;
	background: #ddd;
}

.part-form-printable .data {
	width: 400px;
	background: #eee;		
}

.part-form-printable .data input[type=text], .part-form-printable .data textarea {
	width: 99%;		
}

.part-form-printable .data textarea {
	height: 70px;		
}

.part-form-printable .data input.date-pick {
	width: 100px;

}
	
	
/* /part-form */


.outer1 tr td.head{
	width: 200px;
}

.event-locations td{
	background: #fff;
}

/*flat-ui*/

.pagination{
	margin: 10px !important;
}

.panel-title{
	font-size: 24px !important;
}

.login-form{
	max-width: 300px;
}

.login-form:before{
	display: none;
}