BODY {
	SCROLLBAR-FACE-COLOR: #d6d6d6; 
	MARGIN: 10px; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: #e8e8e8; 
	SCROLLBAR-3DLIGHT-COLOR: #d3d3d3; 
	SCROLLBAR-ARROW-COLOR: #919191; 
	SCROLLBAR-TRACK-COLOR: #d3d3d3; 
	SCROLLBAR-DARKSHADOW-COLOR: gray; 
	SCROLLBAR-BASE-COLOR: #c4c4c4; 
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #45484a;
}

A.gray2black:link {
	COLOR: #666666; TEXT-DECORATION: none
}

A.gray2black:visited {
	COLOR: #666666; TEXT-DECORATION: none
}

A.gray2black:hover {
	COLOR: #000000; TEXT-DECORATION: none
}

A.link_default:link {
	COLOR: #000000; TEXT-DECORATION: none
}

A.link_default:visited {
	COLOR: #000000; TEXT-DECORATION: none
}

A.link_default:hover {
	COLOR: #6699FF; TEXT-DECORATION: none
}

.date {
	FONT-FAMILY: "Verdana", Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
.text_tms {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: rgb(79, 79, 79);
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000
}
.text_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000
}
.texta{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: bold
}

.textphp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: normal
}

.textphpmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	FONT-WEIGHT: BOLD
}
.headingtext {
	COLOR: #FF9900; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 15px; 
	FONT-WEIGHT: bold
}
.text_inphp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	FONT-WEIGHT: bold
}
.text_tcw {
	font-family: 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	FONT-WEIGHT: bold;
	font-style:italic
}
.text_phpheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CFD2A4;
	FONT-WEIGHT: bold;
	text-shadow: #888 2px 2px 0.12em; 
}
.text_inphp2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	FONT-WEIGHT: bold;
	background-color: #003399;

}
.text_inphp1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text_pro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_shadow {
	text-shadow: #888 2px 2px 0.12em; 
}
.text_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text_gray_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	FONT-WEIGHT: bold;
}
/*-------------Border Outline----------------*/

.border_image {
	border-top: 4pt inset #D5D5D5;
	border-bottom: 4pt outset #D5D5D5;
	border-right: 3pt solid #D5D5D5;
	border-left: 3pt solid #D5D5D5;
}
.border_image1 {
	border-top: 2pt solid #D5D5D5;
	border-bottom: 2pt solid #D5D5D5;
	border-right: 2pt solid #D5D5D5;
	border-left: 2pt solid #D5D5D5;
}
.border_lrtb {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: 0.1pt solid #D5D5D5;
	border-left: 0.1pt solid #D5D5D5;
}

.border_ltb {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: none;
	border-left: 0.1pt solid #D5D5D5;
}

.border_lrt {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: none;
	border-right: 0.1pt solid #D5D5D5;
	border-left: 0.1pt solid #D5D5D5;
}

.border_rtb {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: 0.1pt solid #D5D5D5;
	border-left: none;
}

.border_lrb {
	border-top: none;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: 0.1pt solid #D5D5D5;
	border-left: 0.1pt solid #D5D5D5;
}

.border_lr {
	border-top: none;
	border-bottom: none;
	border-right: 0.1pt solid #D5D5D5;
	border-left: 0.1pt solid #D5D5D5;
}

.border_lt {
	border-bottom: none;
	border-top: 0.1pt solid #D5D5D5;
	border-right: none;
	border-left: 0.1pt solid #D5D5D5;
}

.border_lb {
	border-top: none;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: none;
	border-left: 0.1pt solid #D5D5D5;
}

.border_rb {
	border-top: none;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: 0.1pt solid #D5D5D5;
	border-left: none;
}

.border_rt {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: none;
	border-right: 0.1pt solid #D5D5D5;
	border-left: none;
}

.border_b {
	border-top: none;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: none;
	border-left: none;
}
.border_b_red {
	border-bottom: 0.1pt solid #FF0000;
}
.border_rb_red {
	border-bottom: 0.1pt solid #FF0000;
	border-right: 0.1pt solid #D5D5D5;
}
.border_b_white {
	border-top: none;
	border-bottom: 0.1pt solid #FFFFFF;
	border-right: none;
	border-left: none;
}
.border_r_white {
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
}

.border_t {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.border_tb {
	border-top: 0.1pt solid #D5D5D5;
	border-bottom: 0.1pt solid #D5D5D5;
	border-right: none;
	border-left: none;
}

.border_r {
	border-top: none;
	border-bottom: none;
	border-right: 0.1pt solid #D5D5D5;
	border-left: none;
}
.border_r_blue{
	border-top: none;
	border-bottom: none;
	border-right: 0.1pt solid #0066CC;
	border-left: none;
}
.border_rb_white {
	border-top: none;
	border-bottom: 0.1pt solid #FFFFFF;
	border-right: 0.1pt solid #FFFFFF;
	border-left: none;
}

.border_rblack {
	border-top: none;
	border-bottom: none;
	border-right: 0.1pt solid #E6E6E6;
	border-left: none;
}
.border_l {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: 0.1pt solid #D5D5D5;
}

.border_l_dot {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: 0.1pt dotted #D5D5D5;
}

/*-------------Border Outline----------------*/
/*-----------------------------*/
.text_link {
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF;
	FONT-WEIGHT: bold
}
.text_grayb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	FONT-WEIGHT: bold
}
.text_gray_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	FONT-WEIGHT: bold
}
.text_gray1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.text_gray2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_synergies222 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F57F20;
	FONT-WEIGHT: normal
}
.text_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	FONT-WEIGHT: bold
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*-------------Text Style----------------*/

.style1 {color: #000000}
.style2 {color: #0066CC}
.style3 {color: #FF6600}
.style4 {color: #FF9900}
.style5 {color: #57B105}
.style6 {color: #FFFFFF}
.style7 {color: #666666}
.style8 {color: #B2B2B2}
.style9 {color: #009900}
.style10 {color: #9933CC}
.style11 {color: rgb(48, 165, 240)}
.style12 {color: rgb(0, 50, 255)}
.red {color: red}

/*           INPUT+BUTTON          */

INPUT.contact_submit {
	color:green;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	height:24px; 
	border-radius: 6px;
	text-shadow: #999 0.14em 0.14em 0.2em;
	border-top: 1px solid #gray;
	border-bottom: 1pt solid #gray;
	border-right: 1pt solid #gray;
	border-left: 1pt solid #gray;

}
a.readmore {float: right; background: url(../images/readmore.png) no-repeat bottom right; height: 27px; display: block; text-shadow: 1px 1px 1px #fff; font-size: 11px; color: #282828; line-height: 27px; padding-right: 13px;}		
a.readmore span { display: block; background: url(../images/readmore.png) no-repeat; padding:0 0px 0 12px; height:27px; }
a.readmore:hover { color: #red; }
.textarea_inherit{ 
	background: #FFF;
	background: inherit;
	border:inherit;
	border-color:#FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: normal; 
}
.input_inherit {
	background: #899471;
	border:inherit;
	border-color:#6D7A51;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold;
	color:#FFFFFF;
}
SELECT.input_inherit1 {
	border:inherit;
	border: 0.1pt solid rgb(48, 165, 240);
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal;
}
.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	FONT-WEIGHT: bold
}

TEXTAREA.probg {
	BACKGROUND-IMAGE:  url(../Images/pro_textarea_bg.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-ALLIGN: center;
	background-position: center center;

}
TEXTAREA.probg_small {
	BACKGROUND-IMAGE:  url(../Images/pro_textarea_bg_small.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-ALLIGN: center;
	background-position: center center;
}
TEXTAREA.taskbg {
	BACKGROUND-IMAGE:  url(../Images/task_textarea_bg.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-ALLIGN: center;
	background-position: center center;

}
INPUT.login { 
	background: #899471;
	border:inherit;
	border-color:#6D7A51;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold;
	color:#FFFFFF;
	height:36px;
}
.input_date { 
						/*border:inherit;
						border-color:#96B450;*/
						COLOR: #000000; 
						FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
						FONT-SIZE: 10px; 
						height:18px
}

INPUT.back2pmtc { 
	COLOR:#FF6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px; 
	FONT-WEIGHT: bold; 
	height:40px;
	width:100px
}
INPUT.time { 
	COLOR: #FF6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	height:25px
}
INPUT.cal { 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	width:20px
}
INPUT.cal_b { 
	COLOR: #FF6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
	width:20px
}
INPUT.cal_g { 
	COLOR: #009900; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
}
INPUT.cal2_r { 
	COLOR: #FF0000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
}
SELECT.pro { 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	height:20px
}
SELECT.list_dept { 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	width:200px
}
SELECT.list_pro { 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	height:25px;
	padding:5px 0px 0px 0px;
}
SELECT.list_contrac { 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 9px; 
}

SELECT.prod_small { 
	/*COLOR: #000000; */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	height:24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-image:url(../Images/inpu_bg.jpg); background-position:top; background-repeat:repeat-x;
}
INPUT.prod_small { 
	/*COLOR: #000000; */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	height:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-image:url(../Images/inpu_bg.jpg); background-position:top; background-repeat:repeat-x;
}
INPUT.prod_small_1 { 
	/*COLOR: #000000; */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 9px; 
	height:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-image:url(../Images/inpu_bg.jpg); background-position:top; background-repeat:repeat-x;
}
INPUT.prod_effect { 
	COLOR: #FF6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	height:18px;
}
INPUT.readonly { 
	COLOR: #0099FF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	height:18px
}
INPUT.find {
	COLOR: #33CC33;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	height:23px;
	width:50
}
INPUT.view_list {
	COLOR: #996600;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;
	height:23px;
	width:125
}
INPUT.bt_generate { 
	COLOR: #3399FF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold; 
}
CHECKBOX.check_blue { 
	border: 0.1pt solid rgb(48, 165, 240);
}
input.input_green1:focus {
    box-shadow: 0px 0px 3px green;
}
INPUT.input_blue { 
	FONT-SIZE: 10px;
	border: 0.1pt solid rgb(48, 165, 240);
}
input.input_blue:focus {
    box-shadow: 0px 0px 3px blue;
}
INPUT.input_gray,TEXTAREA.input_gray { 
	FONT-SIZE: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
input.input_gray:focus,TEXTAREA.input_gray:focus {
    box-shadow: 0px 0px 5px gray;
}
INPUT.input_green { 
	FONT-SIZE: 10px;
	border: 0.1pt solid #57B105;
	background: url('../images/arrows_down.gif') no-repeat right 2px center;
}
INPUT.input_green1 { 
	FONT-SIZE: 10px;
	border: 0.1pt solid #57B105;
}
INPUT.input_white { 
	FONT-SIZE: 10px;
	border: 0.1pt solid rgb(255, 255, 255);
}
INPUT.input_nobg { 
	FONT-SIZE: 10px;
	border:inherit;
}
SELECT.select_white { 
	FONT-SIZE: 10px;
	border: 0.1pt solid rgb(255, 255, 255);
}
INPUT.input_golden { 
	FONT-SIZE: 10px;
	border: 0.1pt solid rgb(255, 179, 58);
}
.button_yellow{
	background-color: #ffcc00;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	border-left:#ffe26d 2px solid;
	border-top:#ffe26d 2px solid;
	border-right:#e5b700 2px solid;
	border-bottom:#e5b700 2px solid;
	FONT-WEIGHT: bold
}
INPUT.color { 
	border-color:#C6D5FD;
	COLOR:#000000;
	background-color:#F0F0EA; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal; 
	height:18px;
	text-align:center;
}
/*input[type="submit"][disabled]{color:#FFFFFF; font-stretch:ultra-condensed; font-variant:small-caps;}*/
/*input[type="text"][disabled]{ background-color:#FFFFFF; background-image:url(../Images/disable.jpg); background-repeat:no-repeat; background-position:center;}*/
select[disabled]{ background-color:#EAEAEA; color:#999999; border:1px #fff;}
INPUT.color:hover {border:1px dotted black; background-color:#FFFFFF;}

.button_submit{
	background-color: #0099ff;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	border-left:#4FA7FF 2px solid;
	border-top:#4FA7FF 2px solid;
	border-right:#006BD7 2px solid;
	border-bottom:#006BD7 2px solid;
	FONT-WEIGHT: bold
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button3 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: .5em 10px .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* gray */
.gray1 {
	color: #e9e9e9;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray1:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray1:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* white */
.white1 {
	color: #606060;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white1:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white1:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* orange */
.orange1 {
	color: #fef4e9;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange1:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange1:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* reddish */
.reddish {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.reddish:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.reddish:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* blue1 */
.blue1 {
	color: #d9eef7;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue1:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue1:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* color styles 
---------------------------------------------- */

.box_shadow {box-shadow: 0px 0px 2px;}
.box_shadow1{
	box-shadow: 0 0 3px #888;
}
.box_main {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.box_auto {
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.box1 {
    width: 230px;
    height: 300px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.box_slider {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.box_gunijan {
    width: 123px;
    height: 152px;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.box_gallery {
    width: 250px;
    height: 175px;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
 .box_round3{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
.box_round5{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}
.box_round8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px 8px 8px 8px;
}
.box_bl{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0 0 0 5px;
}
.box_br{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0 5px 0 0;
}
.box_bl_br{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0 0 5px 5px;
}
.box_bl_br8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 0 0 8px 8px;
}
.box_bl_br_tr{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 0 8px 8px 8px;
}
.box_tl_tr{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px 8px 0 0;
}
.box_tl_br{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px 0 8px 0;
}
.box_bl_tr{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 0 8px 8px 0;
}
.box_r_tb{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 0 8px 8px 0;
}
.form_header{
	background: -moz-linear-gradient(center top , rgb(250, 250, 250), rgb(225, 225, 225)) repeat scroll 0% 0% transparent;
	border-bottom: 1px solid rgb(153, 153, 153);
	border-radius: 5px 5px 0px 0px;
	padding: 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*font-family: Georgia,'Times New Roman','Bitstream Charter',Times,serif;*/
	font-weight: 400;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
.form_body{
	border-radius: 0px 0px 5px 5px;
	padding: 20px 30px;
	border: 0px none;
	outline: 0px none;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
	margin: 0px;
}
		 .shadow_3d{text-shadow: 0 1px 0 #ccc,
							   0 2px 0 #c9c9c9,
							   0 3px 0 #bbb,
							   0 4px 0 #b9b9b9,
							   0 5px 0 #aaa,
							   0 6px 1px rgba(0,0,0,.1),
							   0 0 5px rgba(0,0,0,.1),
							   0 1px 3px rgba(0,0,0,.3),
							   0 3px 5px rgba(0,0,0,.2),
							   0 5px 10px rgba(0,0,0,.25),
							   0 10px 10px rgba(0,0,0,.2),
							   0 20px 20px rgba(0,0,0,.15);		 
					}
	.text_shadow_3d{
			 color:#FFFFFF;
			 font-family: 'Trebuchet MS'; 
			 font-size:19px; 
			 text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
			   }
		.shadow_b_w{
			text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
		}
	.text_shadow_3d_admin{
			 color:#FFFFFF; 
			 font-size:24px; 
			 text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
			   }
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}
/* MENU CSS */
.oe_overlay{
	background:#fff;
	opacity:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	width:764px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	width:92px;
	height:41px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#101010;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:70px;
	height:20px;
	padding:5px 10px 5px 10px;
	margin:1px;
	text-shadow:0px 0px 1px #000;
	opacity:0.8;
}
ul.oe_menu > li.normal > a:hover,
ul.oe_menu > li.normal.selected > a{
	background:#fff;
	color:#101010;
	opacity:1.0;
	background-color:#F2DD74
}
/*START BIG BUTTON*/
ul.oe_menu > li.big{
	width:110px;
	height:41px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li.big > a{
	display:block;
	background-color:#101010;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:88px;
	height:20px;
	padding:5px 10px 5px 10px;
	margin:1px;
	text-shadow:0px 0px 1px #000;
	opacity:0.8;
}
ul.oe_menu > li.big > a:hover,
ul.oe_menu > li.big.selected > a{
	background:#fff;
	color:#101010;
	opacity:1.0;
	background-color:#F2DD74
}
/*END BIG BUTTON*/
/*START MINI BUTTON*/
ul.oe_menu > li.mini{
	width:65px;
	height:41px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li.mini > a{
	display:block;
	background-color:#101010;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:43px;
	height:20px;
	padding:5px 10px 5px 10px;
	margin:1px;
	text-shadow:0px 0px 1px #000;
	opacity:0.8;
}
ul.oe_menu > li.mini > a:hover,
ul.oe_menu > li.mini.selected > a{
	background:#fff;
	color:#101010;
	opacity:1.0;
	background-color:#F2DD74
}
/*END SMALL BUTTON*/
.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{
	position:absolute;
	top:43px;
	left:1px;
	background:#fff;
	width:700px;
	height:auto;
	padding:10px 30px 30px 30px;
	display:none;
	border-bottom:1px solid;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:0px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
ul.oe_menu li ul.large{
	list-style:none;
	float:left;
	width: 200px;
	margin-right:10px;
}
li.oe_heading{
	color:#0099FF;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	text-shadow:none;
}
li.oe_heading_sub{
	color:#FF6600;
	font-weight:bold;
	font-size:11px;
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px dashed #ddd;
	text-shadow:none;
	direction:rtl
}
.no_shadow{
 text-shadow:none;
}
/* END MENU CSS */
.box_erp {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: rgb(85, 85, 85);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.border_erp_l{
    border-left: 1px solid rgb(172, 172, 172);
}
.border_erp_r{
    border-right: 1px solid rgb(172, 172, 172);
}
.border_erp_t{
    border-top: 1px solid rgb(172, 172, 172);
}
.border_erp_b{
    border-bottom: 1px solid rgb(172, 172, 172);
}
.border_erp_lr{
    border-left: 1px solid rgb(172, 172, 172);
    border-right: 1px solid rgb(172, 172, 172);
}
.border_erp_tb{
    border-top: 1px solid rgb(172, 172, 172);
    border-bottom: 1px solid rgb(172, 172, 172);
}
.border_erp_lrtb{
    border: 1px solid rgb(172, 172, 172);
}
.minh520{
    background-color: rgb(245, 245, 245);
	min-height:520px;
}
.box_header{
    border-bottom: 1px solid rgb(172, 172, 172);
	height:35px;
	padding:5px 10px 10px 10px;
	font-size:13px;
	font-weight:bold;
}
/*IMAGE PREVIEW*/
.round_image{
    padding:        0px;
    border:         1px solid #e1f1a1;
    border-radius:			5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}
.image_round{
    padding:        2px;
    border:         1px solid #e1f1a1;
    border-radius:			5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}
.image_round_tl_tr{
    padding					:0px;
    border					:1px solid #e1f1a1;
    border-radius			:5px 5px 0 0;
    -moz-border-radius		:5px 5px 0 0;
    -khtml-border-radius	:5px 5px 0 0;
    -webkit-border-radius	:5px 5px 0 0;
    box-shadow				:0 0 7px #ccc;
    -moz-box-shadow			:0 0 7px #ccc;
    -webkit-box-shadow		:0 0 7px #ccc;
}
.image_round:hover{
    border:         1px solid #FF3300;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}
/* <![CDATA[ */

.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url(../images/btn-choose-file.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/* ]]> */
/* The CSS LIST BOX */
select.erp_list {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #aaa;
    color:#fff;
	text-shadow: #000 1px 1px 0.12em;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.erp_list {padding-right:18px}
}

label.erp_list {position:relative}
label.erp_list:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label.erp_list:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
#footer {
    background-color: rgb(245, 245, 245);
	margin:20px 0px 0px 0px;
}
.divider_double {
    /*width: 100%;*/
    clear: both;
    /*overflow: hidden;*/
    height: 4px;
    background: url("../images/doubleline.gif") repeat-x scroll left top transparent;
    display: block;
}
.divider_single {
    /*width: 100%;*/
    clear: both;
    /*overflow: hidden;*/
    height: 4px;
    background: url("../images/singleline.gif") repeat-x scroll left top transparent;
    display: block;
}
.lov_box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.lov_title {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
.lov_header {
	background-color: rgb(245, 245, 245);
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
    font-size: 12px;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
.lov_select {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.ie_tbl_header {
	background-color: rgb(245, 245, 245);
    font-family: "verdana",Arial,Helvetica,sans-serif;
	font-weight:bold;
    font-size: 9px;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
.ajax_message {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
tr.tr_over:hover
	{
		color: #fff;
		font-weight:bold;
		background: rgb(48, 165, 150);
	}
.antim_text{
	font-family:'Trebuchet MS'; font-size:12.5px; line-height:21px; color:#666666; 
}
.antim_text1{
	font-family:'Trebuchet MS'; font-size:12.5px; line-height:21px; 
}
.antim_text2{
	font-family:'Trebuchet MS'; font-size:12.5px;
}
.google_tangerine{
	font-family: 'Tangerine', serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;
}
.google_allura{
	font-family: 'Allura', serif;
	text-shadow: 4px 4px 4px #aaa;
}
.google_exo2{
	font-family: 'Exo 2', sans-serif;
	text-shadow: 4px 4px 4px #aaa;
}
.google_parisienne{
	font-family: 'Parisienne', cursive;
}
.google_parisienne_shadow{
	font-family: 'Parisienne', cursive;
	text-shadow: 4px 4px 4px #aaa;
}
.google_Gafata{
	font-family: 'Gafata', sans-serif;
}
.google_Italianno{
	font-family: 'Italianno', sans-serif;
}
.quote_1 {
    float: right;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    margin: 0px 2px 20px 20px;
    padding: 10px 20px;
    width: 35%;
}.quote_2 {
    float: left;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    margin: 20px 200px 0px 2px;
    padding: 0px 0px 0px 0px;
    width: 25%;
}
.box-border-shadow {
    border: 0.1pt solid #CCC;
    box-shadow: 3px 2px 7px 0px #DDD;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -o-border-radius: 5px;
	  -ms-border-radius: 5px;
	  border-radius: 0 0 5px 5px;
	  /*background-image:url(../Images/bottom_bar_bg.gif); 
	  background-repeat:repeat-x; 
	  background-position:bottom;*/
}
.box-border-shadow1 {
    border-left: 1px solid #DDD;
    box-shadow: 7px 7px 7px 0px #DDD;
}
.teaser-box {
    float: left;
    margin-right: 13px;
    display: block;
    width: 241px;
}

.breadCrumbHolder
{
	margin:0 0 20px 0;
}
.breadCrumb
{
	margin:0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 990px;
	padding:5px;
	border:0;
	background:#fff;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../Images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 20px 0px 0;
	background: url(../Images/arrow_ltr_1.gif) no-repeat 100% 50%;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.note {
    position:relative;
    width:480px;
    padding:1em 1.5em;
    margin:2em auto;
    color:#000;
    background:#f3f3f3;
    overflow:hidden;
	
}
.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #f3f3f3 #f3f3f3; /* A bit more verbose to work with .rounded too */
    background:#f3f3f3; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
    /* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.inputText {
    border: 0px solid #EEE;
    padding: 2px;
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
}

/*organogram*/
		.tree
		{
		display: inline-block;
		width: auto;

		margin-left: auto;
		margin-right: auto;
		}

		.tree ul {
		padding-top: 20px; position: relative;

		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		}

		.tree li {
		float: left; text-align: center;
		list-style-type: none;
		position: relative;
		padding: 20px 5px 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		}

		/*We will use ::before and ::after to draw the connectors*/

		.tree li::before, .tree li::after{
		content: '';
		position: absolute; top: 0; right: 50%;
		border-top: 1px solid #0066CC;
		width: 50%; height: 20px;
		}
		.tree li:after{
		right: auto; left: 50%;
		border-left: 1px solid #0066CC;
		}

		/*We need to remove left-right connectors from elements without 
		any siblings*/
		.tree li:only-child::after, .tree li:only-child::before {
		display: none;
		}

		/*Remove space from the top of single children*/
		.tree li:only-child{ padding-top: 0;}

		/*Remove left connector from first child and 
		right connector from last child*/
		.tree li:first-child::before, .tree li:last-child::after{
		border: 0 none;
		}
		/*Adding back the vertical connector to the last nodes*/
		.tree li:last-child::before{
		border-right: 1px solid #0066CC;
		border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		}
		.tree li:first-child::after{
		border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
		-moz-border-radius: 5px 0 0 0;
		}

		/*Time to add downward connectors from parents*/
		.tree ul ul::before{
		content: '';
		position: absolute; top: 0; left: 50%;
		border-left: 1px solid #0066CC;
		width: 0; height: 20px;
		margin:0px;
		}

		.tree li a{
		border: 1px solid #ccc;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		color: #666;
		font-family: arial, verdana, tahoma;
		font-size: 11px;
		display: inline-block;

		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;

		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		}

		/*Time for some hover effects*/
		/*We will apply the hover effect the the lineage of the element also*/
		.tree li a:hover, .tree li a:hover+ul li a {
		background: #cccccc; border: 1px solid #94a0b4;
		}
		/*Connector styles on hover*/
		.tree li a:hover+ul li::after, 
		.tree li a:hover+ul li::before, 
		.tree li a:hover+ul::before, 
		.tree li a:hover+ul ul::before{
		border-color: #94a0b4;
		}

		li a.just-line {
		display: none;
		}
		a.just-line + ul {
		padding-top: 74px;
		}
		a.just-line + ul:before {
		height: 74px;
		}

		
		/* BACK-TO-TOP STYLE */
		.back-to-top {
			position: fixed;
			bottom: 0.5em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235,);
			font-size: 12px;
			padding: 0.5em;
			display: none;
		}
		
/*PAGINATION*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #000099;
	
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	
	color: #DDD;
}

											/* IMAGE UPLOAD */


.upload_image_hide{display:none;}
.upload_image_btn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.upload_image_btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#image-list {
	list-style:none;
	margin:0;
	padding:0;
}
#image-list li {
    margin: 10px 5px 10px 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
#image-list li img {
	width: 100px;
	max-height: 100px;
	vertical-align: middle;
	border:1px solid #474747;
}

.img-wrap {
    position: relative;
    display: inline-block;
   /* border: 1px red solid;*/
    font-size: 0;
	margin:0;
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}
.img-wrap:hover .close {
    opacity: 1;
}

											/* DIV HIDE/OPEN */

.div_hide{
	display:none;
}.div_open{
	display:show;
}
.product-image{
	position: relative;
	overflow: hidden;
}
.product-image .image-default {
	position: absolute;
	right: 0;
	visibility: visible;
	-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.product-image .image-on-hover {
	position: absolute;
	left: -190px;
	visibility: hidden;
	-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.product-image:hover .image-default {
	position: absolute;
	right: -190px;
	visibility: hidden;
}
.product-image:hover .image-on-hover {
	position: absolute;
	left: 0;
	visibility: visible;
}