/* Font Default */
.font_default {
	font: normal 0.8em "Arial";
	color: #333333;	
}

/* Table */
.table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table td.row-a {
	padding:0px;
	height:0px;
	text-align:center;
}
.table td.row-b {
	padding:0px;
	height:20px;
}
.table td.row-left {
	padding:0px;
	width:1%;
}
.table td.row-right {
	padding:0px;
	width:1%;
}
.table td.row-center {
	padding:0px;
	width:98%;
	vertical-align:top;
}
.table td.row-c {
	padding:0px;
	height:20px;
}
/* Table */

/* CMS */
.cms_item {
	width:95%;
	height:100px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align:left;
}
.cms_item td.row-a {
	font: bold 0.9em "Arial";
	color: #F0F0F0;	
	text-decoration: none;
}
.cms_item td.row-a a {
	color: #F0F0F0;	
	text-decoration: none;
	
}
.cms_item td.row-a a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
.cms_item td.row-b {
	font: normal 0.9em "Arial";
	color: #333333;	
	text-decoration: none;
	height:40px;
}
.cms_item td.row-pic {
	width:27%;
	vertical-align:top;
}
.cms_item td.row-intro {
	width:73%;
	height:60px;
	font: normal 0.8em "Arial";
	color: #F0F0F0;
	vertical-align:top;
	text-decoration: none;
}
.cms_item td.row-intro a {
	color: #F0F0F0;
	text-decoration: none;
}
.cms_item td.row-intro a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
.cms_item td.row-c {
	height:10px;
}
.cms_detail{
	width:100%;
}
.cms_detail {
	width:100%;
}
.cms_detail td.row-a {
	height:20px;
}
.cms_detail td.row-b {
	font: normal 1.0em "Arial";
	vertical-align:top;
	height:30px;
	color: #F0F0F0;	
}
.cms_detail td.row-c {
	font: normal 0.9em "Arial";
	height:20px;
}
.cms_detail td.row-d {
	color: #F0F0F0; font-family: Tahoma; font-size: 13px; 
}
.cms_detail td.row-back {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-decoration: none;
	height:40px;
}
.cms_detail td.row-back a {
	color: #F0F0F0;	
	text-decoration: none;
}
.cms_detail td.row-back a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
/* CMS */

.await {
	width:200px;
	height:100px;
	border:1px solid #E5E5E5;
	border-collapse: collapse;
	border-spacing: 0px;
}
.await td.row-a {
	font: bold 0.9em "Arial";
	color:#333333;
	background-color: #FFF;
	text-decoration: none;
	text-align:center
	height:50px;
}

/* Line */
.item_line {
	height:0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #999;
}
/* Line */

/* Pagination */
.pagination {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.pagination td.row-a {
	font: normal 1.0em "Arial";
	color: #F0F0F0;	
	text-decoration: none;
}
.pagination td.row-a a {
	color: #F0F0F0;	
	text-decoration: none;
}
.pagination td.row-a a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
.pagination td.row-b {
	font: normal 1.0em "Arial";
	color: #F0F0F0;	
	text-decoration: none;
}
.pagination td.row-b a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
/* Pagination */

/* Calendar */
.calendar {
	width:90%;
	border-collapse: collapse;
	border-spacing: 0px;

}
.calendar th.row-month {
	background-color:#0a2037;
	font: bold 1.5em "Arial";
	color: #F0F0F0;
	
}
.calendar th.row-previous {
	background-color:#0a2037;
	font: bold 1.5em "Arial";
	color:#333333;
	text-decoration: none;
}
.calendar th.row-previous a {
	font: bold 1.0em "Arial";
	color:#333333;
	text-decoration: none;
}
.calendar th.row-next {
	background-color:#0a2037;
	font: bold 1.5em "Arial";
	color:#333333;
	text-decoration: none;
}
.calendar th.row-next a {
	font: bold 1.0em "Arial";
	color:#333333;
	text-decoration: none;
}
.calendar td.row-week {
	text-align:center;
	background-color: #666666;
	font: bold 1.2em "Arial";
	color: #F0F0F0;	
	
}
.calendar td.row-day {
	width:14%;
	height:60px;
	text-align:left;
	vertical-align:top;
	font: bold 1.0em "Arial";
	color:#333333;

	border-width:thin;
	border: 1px #666666 solid;
}
.calendar td.row-today {
	width:14%;
	height:60px;
	/*background-color:#AEDEEA;*/
	color: #F0F0F0;
	
}

.calendar div.highlight {
	/*text highlight*/
	padding:5px;
	height:60px;
	background-color:#FBD506;
	/*background-color:#FBD506;*/
	
	color: #333;
}
.calendar div.highlightno {
	/*text normal*/
	padding:5px;
	height:60px;
	background-color:#0C3D5E;
	
	/*background-color:#FDEB82;*/
	color: #f0f0f0;
}

.calendar div.emptycell {
	padding:5px;
	height:60px;
	/*background-color: #F2F2F2;*/
}
.calendar div.highlight_content {
	padding:5px;
	height:60px;
	/*background-color:#A4E6B3;*/
	color:#FDD008;
}
.calendar div.highlight_content_today {
	padding:5px;
	height:60px;
	color: #F0F0F0;
	/*background-color: #ED8ED2;*/
}
.calendar div.title {
	width:100%;
	text-align:left;
	font: oblique 0.6em "Arial";
	color: #FDD008;	
	text-decoration: none;
}
.calendar div.title a {
	color: #FDD008;
	text-decoration: none;
}
.calendar div.title a:hover {
	color: #FDD008;	
	text-decoration: underline;
}
/* Calendar */


/* Gallery */
.gallery_item {
	width:95%;
	height:100px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.gallery_item td.row-a {
	font: bold 0.9em "Arial";
	color: #F0F0F0;	
	text-decoration: none;
	text-align:left;
}
.gallery_item td.row-a a {
	color: #F0F0F0;	
	text-decoration: none;
}
.gallery_item td.row-a a:hover {
	color: #F0F0F0;	
	text-decoration: none;
}
.gallery_item td.row-b {
	font: normal 0.9em "Arial";
	color: #F0F0F0;	
	text-decoration: none;
	height:40px;
}
.gallery_item td.row-pic {
	width:27%;
	vertical-align:top;
}
.gallery_item td.row-intro {
	width:73%;
	height:60px;
	font: normal 0.8em "Arial";
	color: #333333;
	vertical-align:top;
	text-decoration: none;
	text-align:left;
}
.gallery_item td.row-intro a {
	color: #333333;
	text-decoration: none;
}
.gallery_item td.row-intro a:hover {
	color: #000000;	
	text-decoration: none;
}
.gallery_item td.row-c {
	height:10px;
}
.gallery_detail{
	width:100%;
}
.gallery_detail {
	width:100%;
}
.gallery_detail td.row-a {
	height:20px;
}
.gallery_detail td.row-b {
	font: normal 1.0em "Arial";
	vertical-align:top;
	height:30px;
}
.gallery_detail td.row-c {
	font: normal 0.9em "Arial";
	height:20px;
}
.gallery_detail td.row-d {
	font: normal 0.8em "Arial";
	color: #333333;	
}
.gallery_detail td.row-back {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-decoration: none;
	height:40px;
}
.gallery_detail td.row-back a {
	color: #333333;	
	text-decoration: none;
}
.gallery_detail td.row-back a:hover {
	color: #000000;	
	text-decoration: none;
}
.gallery_thumb {
	font:normal 10px "Arial";
	background:#eee;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#ddd #bbb #aaa #ccc;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.gallery_thumb_highlight {
	font:normal 10px "Arial";
	background:#3A3A3C;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#707072 #707072 #707072 #707072;
	border-style:solid;
	border-width:1px;
	/*padding:1px;*/
}
.gallery_border {
	font:normal 12px "Arial";
	background:#eee;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#ddd #bbb #aaa #ccc;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.gallery_border_highlight {
	font:normal 12px "Arial";
	background:#6D6E72;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#3A3A3C #3A3A3C #3A3A3C #3A3A3C;
	border-style:solid;
	border-width:10px;
	/*padding:5px;*/
}
/* Gallery */

/* Video */
.video_thumb {
	font:normal 10px "Arial";
	background:#eee;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#ddd #bbb #aaa #ccc;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.video_border {
	font:normal 12px "Arial";
	background:#eee;
	color:inherit;
	display:inline;
	float:left;
	position:relative;
	border-color:#ddd #bbb #aaa #ccc;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
/* Video */

/* Product */
table.product_fm1_border {
	width: 100%;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}
table.product_fm1 {

	border: 1px #999999 solid;
	/*border-right: 0px dotted #FFFFFF;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}
table.product_fm1 input {
	font-family:arial;
	font-size:12px;
	color: #404040;
}
table.product_fm1 td.head {
	padding:2px;
	border-left: 1px dotted #FFFFFF;
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	/*border-bottom: 1px solid #999999;*/
	/*background-color: #cccccc;*/
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #FDD008;
	height:20px;
}
table.product_fm1 td.head_normal {
	padding:2px;
	border-left: 1px dotted #FFFFFF;
	/*border-bottom: 1px solid #999999;*/
	/*background-color: #cccccc;*/
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #F0F0F0;
	height:20px;
}
table.product_fm1 td.head_write {
	padding:2px;
	border-left: 1px dotted #FFFFFF;
	/*border-bottom: 1px solid #999999;*/
	background-color: #333333;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #FDD008;
}
table.product_fm1 td.head_gray {
	padding:2px;
	border-left: 1px dotted #FFFFFF;
	/*border-bottom: 1px solid #999999;*/
	background-color: #666666;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #FDD008;
}
table.product_fm1 td.head a {
	color: #404040;
	text-decoration:none;
}
table.product_fm1 td.head a:hover {
	color: #4A94D5;
	text-decoration:none;
}
table.product_fm1 td.subhead {
	padding:2px;
	padding-left:10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #AEDEE4;
	font-family:arial;
	font-size:10px;
	font-weight: bold;
	color: #404040;
}
table.product_fm1 td.subheaddetail {
	padding:2px;
	border-left: 1px dotted #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family:arial;
	font-size:10px;
	font-weight: normal;
	color: #404040;
}
table.product_fm1 td.title {
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-family:arial;
	font-size:14px;
	font-weight: bold;
	color: #404040;
	background-color: white;
	text-align: left;
	padding:5px;
	border-right: 1px dotted #CCCCCC;
}
table.product_fm1 td.title a {
	color: #404040;
	text-decoration:none;
}
table.product_fm1 td.title a:hover {
	color: #4A94D5;
	text-decoration:none;
}
table.product_fm1 td.detail {
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	color: #F0F0F0;

	padding:2px;
}
table.product_fm1 td.detail_nonline {
/*	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;*/
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	color: #F0F0F0;

	padding:2px;
}
table.product_fm1 td.detail_big {
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-family:arial;
	font-size:14px;
	font-weight: bold;
	color: #F0F0F0;
	/*background-color: white;*/
	padding:2px;
}
table.product_fm1 td.subdetail {
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-family:arial;
	font-size:10px;
	font-weight: normal;
	color: #404040;
	background-color: white;
	padding:2px;
	padding-left:10px;
}
table.product_fm1 td.none {
	border-bottom: 1px dotted #CCCCCC;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	color: #404040;
	background-color: white;
	text-align: left;
	padding:2px;
	border-right: 1px dotted #CCCCCC;
}
table.product_fm1_bar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	color:#000000;
}
table.product_fm1_bar td.detail {
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	color: #404040;
	padding:2px;
}

.productname {
	padding-left:5px;
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	color:#000000;
	height:30px;
	vertical-align: middle;
	}

.producttitle a:link {
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}
.producttitle a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.producttitle a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.producttitle a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/* Product */

/* Forum */
.forum {
	width:100%;
	padding:2px;
	border:1px;
/*	border-top:1px solid #0000CC;
	border-left:1px solid #0000CC;
	border-right:1px solid #0000CC;
	border-bottom:1px solid #0000CC;
	border-bottom:1px solid #0000CC; #0000CC*/
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#FFF;
}
.forum td.row-a {
	font: bold 0.9em "Arial";
	background-color: #F0F0F0;
	/*background-color: #0066FF AFAEA7*/
	color:#0000CC;
	height:25px;
	border-bottom:1px solid #EFF0F1;
	padding:2px;
}
.forum td.row-grouptopic {
	font: bold 0.8em "Arial";
	/*background-color:#C8C8C4;*/
	background-color: #F0F0F0;
	color: #000000;
	height:25px;
	border-bottom:1px solid #EFF0F1;
	padding:2px;
}
.forum td.row-b {
	height:10px;
}
.forum td.row-c {
	font: bold 0.8em "Arial";
	background-color:#0066FF;
	height:20px;
	border-bottom:1px solid #EFF0F1;
/*	border-bottom-color:#00CCFF*/
	padding:2px;
}
.forum td.row-forum {
	font: normal 0.8em "Arial";
	background-color:#0099FF;
	/*background-color:#00CCFF EFEFED*/
	font-weight:bold;
	color: #F0F0F0;	
	/*border-bottom:1px solid #dae0e4;*/
	border-bottom:1px solid #0099FF;
	width:70%;
	height:25px;
}
.forum td.row-topic {
	font: normal 0.8em "Arial";
	/*background-color:#00CCFF;*/
	background-color:#0099FF;
	font-weight:bold;
	color: #F0F0F0;	
	text-align:center;
	border-bottom:1px solid #0099FF;
	width:15%;
}
.forum td.row-reply {
	font: normal 0.8em "Arial";
	background-color:#0099FF;
	font-weight:bold;
	color: #F0F0F0;	
	text-align:center;
	border-bottom:1px solid #0099FF;
	width:15%;
}
.forum td.row-replies {
	font: normal 0.8em "Arial";
	background-color:#0099FF;
	font-weight:bold;
	color: #F0F0F0;	
	text-align:center;
	border-bottom:1px solid #0099FF;
	width:15%;
}
.forum td.row-views {
	font: normal 0.8em "Arial";
	background-color:#0099FF;
	font-weight:bold;
	color: #F0F0F0;	
	text-align:center;
	border-bottom:1px solid #0099FF;
	width:15%;
}
.forum td.row-forumlist {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-decoration: none;
	width:70%;
	height:25px;
	border-bottom:1px solid #0099FF;
}
.forum td.row-forumlist a {
	color: #333333;	
	text-decoration: none;
}
.forum td.row-forumlist a:hover {
	color: #000000;	
	text-decoration: none;
}
.forum td.row-topiclist {
	font: normal 0.8em "Arial";
	color: #333333;
	text-align:center;
	border-bottom:1px solid #0099FF;
}
.forum td.row-replylist {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-align:center;
	border-bottom:1px solid #0099FF;
}
.forum td.row-replieslist {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-decoration: none;
	text-align:center;
	border-bottom:1px solid #0099FF;
}
.forum td.row-viewslist {
	font: normal 0.8em "Arial";
	color: #333333;	
	text-decoration: none;
	text-align:center;
	border-bottom:1px solid #0099FF;
}
.forum td.row-btpost {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;	
	text-decoration: none;
	width:50%;
	height:25px;
	padding:2px;
}
.forum td.row-btpost a {
	color: #333333;	
	text-decoration: none;
}
.forum td.row-btpost a:hover {
	color: #000000;	
	text-decoration: none;
}
.forum td.row-pagination {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;
	text-align:right;
	text-decoration: none;
	width:50%;
}
.forum td.row-pagination a {
	color: #333333;
	text-decoration: none;
}
.forum td.row-pagination a:hover {
	color: #000000;	
	text-decoration: none;
}
.forum td.row-back {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;	
	text-decoration: none;
	height:25px;
	padding:2px;
}
.forum td.row-back a {
	color: #333333;	
	text-decoration: none;
}
.forum td.row-back a:hover {
	color: #000000;	
	text-decoration: none;
}
.forum td.row-aform {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;	
	text-decoration: none;
	width:20%;
}
.forum td.row-bform {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;	
	text-decoration: none;
	width:80%;
}
.forum td.row-submitform {
	font: normal 0.8em "Arial";
	background-color: #F0F0F0;
	color: #333333;	
	text-decoration: none;
	height:40px;
}
.forum td.row-body {
	vertical-align:top;
}
.forum td.row-topictitle {
	font: bold 0.8em "Arial";
	background-color:#DEDEDC;
	color: #333333;
	height:20px;
	border-bottom:1px solid #EFF0F1;
}
.forum td.row-topicdetail {
	font: normal 0.8em "Arial";
	color: #333333;
	border:1px solid #EFF0F1;
	padding:2px;
}
.forum td.row-replydetail {
	font: normal 0.8em "Arial";
	color: #333333;	
	border-bottom:1px solid #EFF0F1;
	padding:2px;
}
.forum td.row-topicfooter {
	font: normal 0.8em "Arial";
	background-color:#DEDEDC;
	background-color: #F0F0F0;
	color: #333333;
	text-align: right;
	border:1px solid #EFF0F1;
	padding:2px;
}
.forum td.row-empty {
	font: normal 0.8em "Arial";
	color: #333333;
	text-align:center;
	border-bottom:1px solid #dae0e4;
	padding:2px;
}
/* Forum */

.button_form {
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	font-weight:700;
	border:1px solid #B3B3B3;
	background:#FFF url("../images/cp/button_form.gif") bottom left no-repeat;
	cursor:pointer;
	padding:.3em 1.5em .4em;
}

.button_form_long {
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	font-weight:700;
	border:1px solid #B3B3B3;
	background:#FFF url("../images/cp/button_form.gif") bottom left no-repeat;
	cursor:pointer;
	padding:.3em 0.0em .4em;
}
.button_search {
	font-family:"Microsoft Sans Serif";
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #B3B3B3;
	background: url("../images/cp/button_form.gif") bottom left no-repeat;
	padding:.3em 1.0em .2em;
	cursor:pointer;
}

.error_form {
	background:#F3F0E7;
	color:#C00;
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	border:1px solid #C8BA92;
	margin:5px 0;
	padding:3px;
}

.error_form_login {
	background:#FFF;
	color:#C30;
	width:20%;
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	border:1px solid #E5E5E5;
	margin:5px 0;
	padding:3px;
}

.error_form_event {
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	color:#FF0000;
}

.pagebox {
	font:normal 10px "Arial";
	color:#000;
	background:#F0F5FA;
	border:1px solid #072A66;
	margin:0 3px 0 0;
	padding:3px 3px;
}

.pagebox a {
	color:#000;
	text-decoration:none;
}

.pagebox_current {
	font:normal 10px "Arial";
	color:#000;
	background:#FFC9A5;
	border:1px solid #072A66;
	margin:0 3px 0 0;
	padding:3px 3px;
}

.contact_title_form {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	color:#FFF;
	/*background-color:#AFAEA7;*/
	border-top:0;
	border-left:0;
	border-right:0;
	/*border-bottom:1px dotted #CCC;*/
}

.contact_title {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	color:#333;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #CCC;
}

.contact_detail {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#333;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #CCC;
}

.contact_border {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
}

.contact_space {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#333;
}

.contact_note {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#333;
}

.required_form {
	font-family:"Arial";
	font-size:12px;
	font-weight:200;
	text-decoration:none;
	color:red;
}

.table_border_full {
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	background-color:#FFF;
}

.table_border_book_title {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	background-color:#CCCCCC;
	
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#003366;
}

.table_border_book_detail {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	background-color:#EAFFFF;
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#003366;
}
.table_border_book {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
}

.tableRowHeadingBold {
	background:#e2e7e9 url("../images/cp/bg_table_row_heading.gif") top left repeat-x;
	font:bolder 14px MS Sans Serif;
	color:#27343c;
	border-bottom:1px solid #EFF0F1;
	padding:6px 5px 4px 3px;
}


.tablelogin {
	background:#ecf8ff url("../images/cp/button_form_login.gif") top left repeat-x;
	font:bolder 14px MS Sans Serif;
	color:#27343c;
	border-bottom:1px solid #EFF0F1;
	padding:6px 5px 4px 3px;
}

.productline {
	background-color: #F0F0F0;
	font-size:14px;
	border:1px solid #E5E5E5;
}

.productborder {
border-left:1px dotted #E5E5E5;
}

.dvhdr1 {
	background:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #FFFFFF;
	padding:5px;
	width:180px;
	color: #F0F0F0;
}
.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:5px;
	width:180px;
}

.client_title{
	font-family:"Microsoft Sans Serif";
	font-size:16px;
	font-weight:bold;
	color:#3366CC;
}

a.white_normal:link {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_normal:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_normal:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_normal:active {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}


a.white_linenormal:link {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration:underline;
}
a.white_linenormal:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration:underline;
}
a.white_linenormal:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration:underline;
}
a.white_linenormal:active {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration:underline;
}


a.white_smalllang:link {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_smalllang:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_smalllang:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}
a.white_smalllang:active {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}


a.yellow_smalllang:link {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}
a.yellow_smalllang:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}
a.yellow_smalllang:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}
a.yellow_smalllang:active {
	font-family:"Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color:#FDD008;
	text-decoration: none;
}



a.white_small:link {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_small:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_small:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}
a.white_small:active {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
}

a.gray_normal:link {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.gray_normal:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.gray_normal:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.gray_normal:active {
	font-family:"Microsoft Sans Serif";
	font-size: 8px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

a.blue_normal:link {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color:#0099FF;
	text-decoration: none;
}
a.blue_normal:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color:#0099FF;
	text-decoration: none;
}
a.blue_normal:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color:#0099FF;
	text-decoration: none;
}
a.blue_normal:active {
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color:#0099FF;
	text-decoration: none;
}

a.redliter_normal:link {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color:#d02301;
	text-decoration: none;
}
a.redliter_normal:visited {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color:#d02301;
	text-decoration: none;
}
a.redliter_normal:hover {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color:#d02301;
	text-decoration: none;
}
a.redliter_normal:active {
	font-family:"Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color:#d02301;
	text-decoration: none;
}

/*Member Company Desktop*/
.member_cpn_title_head {
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	color:#000;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
.member_cpn_title {
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	color:#FFF;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}

.link1 a:link {
	font-family: Tahoma; font-size: 13px; 
	color: #FFFFFF;
	text-decoration: none;
}
.link1 a:visited {
	font-family: Tahoma; font-size: 13px; 
	text-decoration: none;
	color: #FFFFFF;
}
.link1 a:hover {
	font-family: Tahoma; font-size: 13px; 
	text-decoration: underline;
	color: #FFCC33;
}
.link1 a:active {
	font-family: Tahoma; font-size: 13px; 
	text-decoration: none;
	color: #FFCC33;
}
.member_cpn_detail {
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	color:#333;
	background-color: #CCC;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
/*End Member Company Desktop*/

/*Form Chang Password Desktop*/
.table_form_changepasswoed {
	border:0;
	border-collapse:0;
	border-spacing:0;
	border-top:1px solid #AFAEA7;
	border-left:1px solid #AFAEA7;
	border-right:1px solid #AFAEA7;
	border-bottom:1px solid #AFAEA7;
	vertical-align:top;
}
.form_changepasswoed_head {
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	color:#000;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
	/*border-bottom:1px solid #FFF;*/
	vertical-align:top;
}
.form_changepasswoed_title {
	padding-right:10px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:700;
	text-align:right;
	text-decoration:none;
	color:#FFF;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
/*	border-bottom:1px solid #FFF;*/
	vertical-align:top;
}
.form_changepasswoed_detail {
	padding-left:10px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	color:#333;
	background-color: #CCC;
	border-top:0;
	border-left:0;
	border-right:0;
/*	border-bottom:1px solid #FFF;*/
	vertical-align:top;
}
/*End Form Chang Password Desktop*/

/*Form Chang Password Desktop*/
.table_form_cpn {
	border:0;
	border-collapse:0;
	border-spacing:0;
	border-top:1px solid #AFAEA7;
	border-left:1px solid #AFAEA7;
	border-right:1px solid #AFAEA7;
	border-bottom:1px solid #AFAEA7;
	vertical-align:top;
}
.form_cpn_head {
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	color:#000;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0.5px solid #FFF;
	vertical-align:top;
}
.form_cpn_title {
	padding-right:10px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:700;
	text-align:right;
	text-decoration:none;
	color:#FFF;
	background-color:#AFAEA7;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0.5px solid #FFF;
	vertical-align:top;
}
.form_cpn_detail {
	padding-left:10px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	color:#333;
	background-color: #CCC;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0.5px solid #FFF;
	vertical-align:top;
}
/*End Form Chang Password Desktop*/

/*Style Login Form : Desktop*/
.table_form_login {
	vertical-align:top;
	border:1px solid #AFAEA7;
	border-collapse:0;
	border-spacing:0;	
}
.form_login_head {
	width:100%;
	vertical-align:top;
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	background-color:#666666;
}
.form_login_title {
	padding-right:10px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	color:#000;
	background-color:#FFF;
	border-bottom:1px solid #FFF;
}
.form_login_detail {
	padding-left:5px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	color:#000;
	background-color:#FFF;
	border-bottom:1px solid #FFF;
}
.form_login_button{
	padding-left:5px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	color:#000;
	background-color:#FFF;
	border-bottom:1px solid #FFF;
}

.form_login_menu {
	padding-left:5px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	color:#000;
	background-color:#AFAEA7;
	border-bottom:1px solid #FFF;
}
.form_login_menu a{
	padding-left:5px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:700;
	color:#000;
	text-decoration:underline;
	background-color:#AFAEA7;
}
/*End Style Login Form : Desktop*/

/*Style Profile : Desktop*/
.table_menu_profile {
	vertical-align:top;
	border:1px solid #AFAEA7;
	border-collapse:0;
	border-spacing:0;	
}
.menu_profile_head {
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:700;
	color:#FFF;
	background-color:#666666;
	border-right:1px solid #FFF;
	height:25px;
}
.menu_profile_deatil {
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:700;
	background-color:#AFAEA7;
	border-right:1px solid #FFF;	
}

.menu_profile_deatil a {
	color:#000;
	text-decoration:underline;
}

/*End Style Profile : Desktop*/

/* Event Calendar */
.table_bordernormal {
	border-top: 1px solid #E2F1F1;
	border-left: 1px solid #E2F1F1;
	border-right: 1px solid #E2F1F1;
	border-bottom: 1px solid #E2F1F1;
	background-color: #F0F0F0;
}
.table_title {
	font: bolder 14px MS Sans Serif;
	background-color: #E2F1F1;
	padding: 3px 3px;
	height:20px;
	border-bottom: 1px solid #D1EBDC;
}
.table_detail {
	font: normal 14px MS Sans Serif;
	color: #F0F0F0;
	padding: 3px 3px;
	border-bottom: 1px solid #dae0e4;
	/*background-color: #F0F0F0;*/
}
.font_blue_big{
	font-family:"Microsoft Sans Serif";
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
.font_blue_normal_bold{
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight:bold;
	color:#006699;
}
.font_blue_small{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#006699;
}

.font_white_big {
	color: #F0F0F0;
	font-size: 30px;
}

.font_bluemore_big_bold{
	font-family:"Microsoft Sans Serif";
	font-size:16px;
	font-weight:bold;
	color:#0087d3;
}
.font_orange_normal{
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight:normal;
	color:#FF6633;
}
.font_orange_small{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#FF6633;
}
.font_red_small{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#FF0000;
}

.font_red_smaller{
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	font-weight:normal;
	color:#FF3333;
}

.font_redlitter_normal{
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight:normal;
	color:#d02301;
}

.font_redlitter_small{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#d02301;
}

.font_dark_normal{
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight:normal;
	color:#231f20;
}

.font_dark_small{
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	font-weight:normal;
	color:#231f20;
}

.font_dark_smaller{
	font-family:"Microsoft Sans Serif";
	font-size:10px;
	font-weight:normal;
	color:#231f20;
}

.font_white_big{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
}

.font_white_normal_ar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
}

.font_white_normal{
	font-family:"Microsoft Sans Serif";
	font-size:14px;
	font-weight:normal;
	color: #F0F0F0;
}

.font_white_smal{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color: #F0F0F0;
}

.font_grays_smal{
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:normal;
	color:#e6e6e6;
}

.font_yellow_big{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FDD008;
}
.BIG_Normal_Text {color: #F0F0F0; font-family: Tahoma; font-size: 15px; }
.Normal_Text {color: #F0F0F0; font-family: Tahoma; font-size: 13px; }

.Link_White a {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.Link_White a:link {
	text-decoration: none;
}
.Link_White a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Link_White a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.Link_White a:active {
	text-decoration: none;
	color: #FFCC00;
}

