body {
	background-color: #E9E9E9;
}
.top {
	background-color: #F3F3F3;
	margin: 1px;
	overflow: hidden;
}
.banner {
	/* [disabled]height: 300px; */
	padding-top: 10px;
	/* [disabled]padding-bottom: 40px; */
}


.header {
	/* [disabled]background-color: #00CC99; */
	/* [disabled]border-bottom-width: 2px; */
	/* [disabled]border-bottom-style: groove; */
	/* [disabled]border-bottom-color: #CCCCCC; */
}




.header_image {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	padding: 0px;
}
.table_header a {
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
	color: #F99500;
	font-size: 1.1em;
}
.table_header {
}

.midle {
	background-color: #FFFFFF;
	/* [disabled]display: block; */
	overflow: hidden;
}
.mid_section {
	/* [disabled]background-color: #666666; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]border: 1px solid #FF0000; */
	/* [disabled]margin-top: 20px; */
}
.mid_section .section {
	/* [disabled]border: 1px solid #00CC66; */
	margin-right: 10px;
	padding-bottom: 20px;
}

.footer_container {
	background-color: #7D99BF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer {
	color: #FFFFFF;
	/* [disabled]margin-top: 10px; */
	text-align: center;
	list-style-type: none;
	list-style-image: none;
}
.footer table {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.footer table tr td a img {
	height: 40px;
	width: 40px;
}


.footer p {
	font-size: 1em;
	line-height: 1em;
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #FF9900;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}


.footer2 {
	color: #CCCCCC;
	margin-top: 15px;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.terms {
	background-color: #E6EDFF;
	padding-right: 10px;
	padding-left: 10px;
	max-height: 200px;
	overflow: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #708FBA;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}

.note {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DBE2EE;
	background-image: url(../_images/icons_big/info3.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 60px;
	padding-left: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #97ABCC;
	color: #333333;
	clear: both;
	max-width: 1000px;
	font-size: .9em;
}




.alert {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFCACA;
	background-image: url(../_images/icons_big/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 60px;
	/* [disabled]padding-left: 75px; */
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FF7575;
	color: #333333;
	clear: both;
	max-width: 1000px;
}



.alert p {
	font-size: 1em;
	padding-left: 75px;
	margin: 0px;
}

.alert_small {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFCACA;
	background-image: url(../_images/icons_big/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 60px;
	/* [disabled]padding-left: 70px; */
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FF7575;
	color: #333333;
	clear: both;
}
.alert_small p {
	font-size: 1em;
	padding-left: 75px;
	margin: 0px;
}
#Section1 fieldset {
	/* [disabled]font-size: 0.9em; */
}
#Section1 fieldset p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #496696;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
}
#Section1 fieldset a {
	text-decoration: none;
	/* [disabled]font-style: normal; */
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	margin-left: 1em;
}

#Section1 fieldset a:hover {
	text-decoration: none;
	/* [disabled]font-style: normal; */
	/* [disabled]font-size: 0.8em; */
	text-transform: uppercase;
	font-weight: bold;
	color: #FF6600;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.image_link {
	color: #666666;
	/* [disabled]overflow: hidden; */
	background-color: #E3E9F2;
	width: 300px;
	/* [disabled]float: left; */
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 9px;
	/*-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.5);*/
	min-height: 400px;
	margin-bottom: 10px;
	/* [disabled]font-style: normal; */
	/* [disabled]font-size: 0.8em; */
	border: 1px solid #BDCADF;
}
.image_link .title {
	text-transform: uppercase;
	color: #476792;
	font-weight: bold;
	font-size: 1em;
}

.image_link a #img_link {
	border: 2px solid #666666;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	clear: both;
	margin-bottom: 10px;
}
.image_link a:hover #img_link{
	border: 2px solid #7D99BF;
	width: 100%;
	/* [disabled]display: block; */
	/* [disabled]float: left; */
	clear: both;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.image_link p {
	font-size: 0.9em;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 10px;
}

.image_link a {
	text-decoration: none;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.image_link a:hover {
	text-decoration: none;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF6600;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.lower_text {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #E8E8E8;
	color: #666666;
	font-size: 1em;
}




.content1 {
	margin-bottom: 20px;
}


.content1 a {
	color: #000000;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

.content1 a:hover, a:focus {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}




.line {
	clear: both;
	line-height: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
.line2 {
	clear: both;
	line-height: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	margin-bottom: 50px;
	height: 50px;
}

.bar {
	display: block;
	background-color: #B7C6DD;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 10px;
	margin: 3px;
	border: 1px solid #6B89B6;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6393c1+0,cfe7fa+100 */
	background: #6393c1; /* Old browsers */
	background: -moz-linear-gradient(left, #6393c1 0%, #cfe7fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6393c1 0%,#cfe7fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6393c1 0%,#cfe7fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#cfe7fa',GradientType=1 ); /* IE6-9 */

}
.bar2 {
	display: block;
	background-color: #B7C6DD;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 10px;
	margin: 3px;
	border: 1px solid #6B89B6;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7df2d+0,e3f5ab+67,f8ffe8+100 */
	background: #b7df2d; /* Old browsers */
	background: -moz-linear-gradient(left, #b7df2d 0%, #e3f5ab 67%, #f8ffe8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b7df2d 0%,#e3f5ab 67%,#f8ffe8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b7df2d 0%,#e3f5ab 67%,#f8ffe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7df2d', endColorstr='#f8ffe8',GradientType=1 );
}

.fields {
	clear: both;
	width: 100%;
	/* [disabled]background-color: #99FFFF; */
	vertical-align: middle;
	display: block;
}
#cc_info {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #999999;
	padding-top: 10px;
}
.content_l {
	/* [disabled]background-color: #006600; */
	margin-bottom: 15px;
	clear: both;
}
.advertise {
	width: 100%;
	/* [disabled]margin-bottom: 10px; */
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.3);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,.3);
	margin-top: 10px;
	border: 1px solid #666666;
	background-color: #DBDBDB;
}

.quick_links {
	width: 100%;
	/* [disabled]margin-bottom: 10px; */
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.3);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,.3);
	margin-top: 10px;
	border: 1px solid #666666;
	background-color: #DBDBDB;
	float: left;
}

.quick_links ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.quick_links p {
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #7D99BF;
	text-shadow: 1px 1px 0 #000000;
background: rgb(246,230,180);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDkwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(237,144,23,1)));
background: -webkit-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
background: -o-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
background: -ms-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
background: linear-gradient(to bottom,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );

}
.quick_links li {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	margin: 0px;
	display: block;
	list-style-type: none;
}


.quick_links li a {
	text-decoration: none;
	color: #333333;
	font-size: 1em;
	display: block;
	padding-left: 10px;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	background: rgb(226,226,226);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(239,239,239,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#efefef',GradientType=0 );
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}
.quick_links li a:hover {
	background: rgb(246,230,180);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDkwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(237,144,23,1)));
	background: -webkit-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}
.block_line {
	background-color: #FF9900;
	display: block;
	height: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
.block_line2 {
	background-color: #BDCCDF;
	display: block;
	height: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}



.content_r {
	min-height: 550px;
	margin-bottom: 20px;
	color: #666666;
	clear: both;
}


.content_r a {
	color: #000000;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.content_r a:hover, a:focus {
	color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}
.content_r #tool  {
	float: right;
	display: inline-block;
}
.content_r #avatar {
	border: 1px solid #333333;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5);
	width: 115px;
	margin-bottom: 5px;
}
.content_r .avatar {
	width: 126px;
	float: left;
	height: 175px;
	margin-bottom: 30px;
	/* [disabled]border: 1px solid #FF0000; */
	/* [disabled]margin-right: 10px; */
}
.content_r .avatar .toggle {
	cursor: pointer;

}


.content_r #choice a{
	border: 1px solid #333333;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5);
	width: 115px;
	margin-bottom: 5px;
	cursor: pointer;
}
.cancel_line {
	background-color: #FFB9B9;
	display: block;
	text-decoration: line-through;
}

.table_thum {
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.table_thum tr th {
	background-color: #8CA4C6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-shadow: 1px 1px 0 #000000;
	font-style: normal;
	font-weight: normal;
}

.table_thum tr td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	line-height: 1.2em;
}
.table_thum tr td input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
}
.table_thum tr td p {
	line-height: 1.4em;
	font-size: 1em;
}

.table_thum a #img {
	border: 2px solid #BDCADF;
	text-decoration: none;
}

.table_thum a:hover #img {
	border: 2px solid #FF9900;
}



.table {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}





.table tr th {
	background-color: #708FBA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-shadow: 1px 1px 0 #000000;
	font-style: normal;
	font-weight: normal;
}

.table tr th input[type="checkbox"], input[type="radio"]{
	width: 15px; /*Desired width*/
	height: 15px; /*Desired height*/
	cursor: pointer;
 
}

.table tr td {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px dotted #CCCCCC;
	font-size: 0.9em;
}
.table tr td p {
	font-size: .9em;
}
.table #icon {
	height: 25px;
	width: 25px;
	border:none;
}



.data_table   {
	border: 1px solid #666666;
	margin-top: 10px;
	/* [disabled]font-size: 0.8em; */
	color: #333333;
}



.data_table tr th {
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #99ADCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	text-shadow: 1px 1px 0 #333333;
	font-style: normal;
	font-weight: normal;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


.data_table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
}

.data_table tr:nth-of-type(even) {
	background-color: #EBEFF5;
}
