body {
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

blockquote p
{
	color:#0B1014;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

blockquote
{
		border:solid 1px #AFC6D4; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#D4E0E8;
	background-image:url('/_img/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

table.menu{
	width:220px;
}
table.menu td{
	vertical-align:middle;
	height:26px;
}
table.menu tr.selected{
	background-color:#ff6633;
	color:white;	
}

img{
 border:0px;
}
h1,h2,h3,h4{
	color:#333333;
	font-family:Tahoma;
	font-weight:normal;
}
h3{
	color:#333333;
	font-size:18px;
	font-family:Tahoma;
	font-weight:normal;
}
table td{
	vertical-align:top;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a.top-news{
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
a.top-news:hover{
	text-decoration:underline;
}
.date{
	background-image :url('/_img/DateIcon.png');
	background-repeat:no-repeat;
	background-position: right top;
	width:100px;
}
p{
	padding:0px;
	margin:0px;
}
table .user_panel{
	font-size:12px;
	padding:5px;
}
table .user_panel .bottom{
	color:#666666;
	font-size:11px;
	background-image:url(/_img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left:15px;
	text-align:left;	
}
table.user_panel a.mega{
	font-size:13px;
	color:#0975ab;
	font-weight:bold;
}

.title{
	color:#0975ab;
}
hr{
	border-style:solid;
	border-color:#d7d7d7;
	border-width:1px;
	margin-top:100px;
}

.lang-sel{
	background-color:#686868;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}
.class-word a{
	color:#0975ab;
}
.class-sel a{
	background-color:#686868;
	color:white;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}

.green-arrow{
	color:#fff;
	background-color:#0da03d;
	padding-left:5px;
	margin-right:5px;
	background-image:url(/_img/green-arrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:10px;	
	height:13px;
}
hr.menu{
	padding:0px;
	margin:0px;	
}
a.red{
	color:#ff6633;
	font-size:12px;
}
a.quick-button{
	text-decoration:none;
}
a.quick-button:hover{
	text-decoration:underline;
}


/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:30px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 30px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 30px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 35px !important;
	line-height: 30px;
	text-decoration: none !important;
	color: #fff !important;
}

.password {

}
.pstrength-minchar {
font-size : 10px;
}

input, select
{
	font-family:Tahoma;
	padding-left:5px;
	border-style:solid;
	border-color:#b3b3b3;
	border-width:1px;
}

input:hover{
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	background-color:#fff8f3;
}

input:focus{
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	background-color:#fff8f3;
}
#frm_users td{
		text-align:right;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #E5F3FA !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #E9F3F6 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 90px;
	background-image: url('/_img/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:5px;
}

.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 406px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -30px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -60px;
}
/* end Button */

/* ERROR STYLE */
 .error {
        background:#f9caca;
 }
 .error-text{
		color:red;
 }
 .success {
        background:#caf9ca;
        border: 1px solid #0f0;
		margin:3px;
		padding:3px;
 }
 .process {
        background:#cacaf9;
        border: 1px solid #00f;
		margin:3px;
		padding:3px;
 }
 
.successbox, .errorbox {
	padding: 8px;
	margin: 10px 0;
	color: #FFFFFF;
	text-align: center;
}

.success {
	color: #228822;
}


.successbox {
	background-color: #228822;
}

.errorbox {
	background-color: #BC2A4D;
}
.successbox h3, .errorbox h3 {
	color: #FFFFFF;
	margin: 0 0 0.5em;
	font-size: 1.10em;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
}

.successbox p, .errorbox p {
	color: #FFFFFF;
	font-size: 0.85em;
	margin-bottom: 0;
}

.errorbox a:link, .errorbox a:active, .errorbox a:visited,
.successbox a:link, .successbox a:active, .successbox a:visited {
	color: #DBD7D1;
	text-decoration: underline;
	font-weight: bold;
}

.errorbox a:hover, .successbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.notice {
	background-color: #62A5CC;
}

/* end ERROR STYLE */
#method-edu div{
	font-size:13px;
	padding-top:3px;
}

.table table th, .table table td{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:11px;
	text-align:left;
	font-family:Arial;
}

.table table th{
	color:#ff6633;
	font-size:14px;
	border-style:solid;
	border-color:#d1d1d1;
	border-width:1px;
	border-top-width:0px;
	border-left-width:0px;
}
.table table th:last-child{
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}
.table table td{
	text-decoration:none;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	border-right-style:solid;
	border-right-color:#d1d1d1;
	border-right-width:1px;
	vertical-align:top;	
}

.progress table th{
	color:#ff6633;
	font-size:14px;
}

.progress table td{
	text-decoration:none;
	font-size:14px;
	vertical-align:top;		
}

.progress table td:not(:first-child):hover{
	background-color:#fbf78d;
	cursor:pointer;
}
.progress table td.cell:hover{
	background-color:#fbf78d;
	cursor:pointer;
}


table .gray{
	background-color:#eff2ea;
	border-color:#e3e3e3;
	border-width:1px;
	border-style:solid;
	padding:7px;
}
 .table.noline td{
	text-decoration:none;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	border-right-style:solid;
	border-right-color:#d1d1d1;
	border-right-width:1px;
	vertical-align:middle;
	
}
.table table td:last-child{	
	border-right-width:0px;
}
.table table tr:nth-child(even){
	background-color:#e8e8e8;
}



.table table th, .table table td{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:11px;
	text-align:left;
	font-family:Arial;
}

.table table th{
	color:#ff6633;
	font-size:14px;
	border-style:solid;
	border-color:#d1d1d1;
	border-width:1px;
	border-top-width:0px;
	border-left-width:0px;
}
.table table th:last-child{
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}
.table table td{
	text-decoration:none;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	border-right-style:solid;
	border-right-color:#d1d1d1;
	border-right-width:1px;
	vertical-align:top;	
}


/*==================== PREREPORT ======================*/
li.subjects-list{
	background-color:#71e790;
	color:#fff;
	margin:5px;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
	position: relative; 
	float: left; 
	border-bottom-width: 0 !important; 
	list-style: none;
}
li.disabled{
	background-color:#b3b3b3;
}
div.subject-panel{
	background-color:#b3b3b3;
	color:#fff;	
	margin:5px;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
	width:400px;
	height:100%;
	overflow:auto;
}

.active-table table td:last-child{	
	border-right-width:0px;
}
.active-table table tr:nth-child(even){
	background-color:#e8e8e8;
}



.active-table table th, .table table td{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:11px;
	text-align:left;
	font-family:Arial;
}

.active-table table th{
	color:#ff6633;
	font-size:14px;
	border-style:solid;
	border-color:#d1d1d1;
	border-width:1px;
	border-top-width:0px;
	border-left-width:0px;
}
.active-table table th:last-child{
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}
.active-table table td{
	text-decoration:none;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	border-right-style:solid;
	border-right-color:#d1d1d1;
	border-right-width:1px;
	vertical-align:top;	
}
.active-table select{
	font-size:10px;
}
/*=============================================*/
/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 15px;
	width: 100%;
	text-align: left;
	border: 1px solid #FFF;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 14px;
	padding: 3px;
	padding-right:30px;
	color:#555;
}
table.tablesorter thead tr .header {
	background-image: url('/_img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	padding-left:10px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/_img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/_img/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ff6633;
	border: 1px solid #FFF;
	color:white;
}
/*====================================================*\
/*=============================================*/
/* tables */
table.tablesorter2 {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 15px;
	width: 100%;
	text-align: left;
	border: 1px solid #FFF;
}
table.tablesorter2 thead tr th, table.tablesorter2 tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 14px;
	padding: 3px;
	padding-right:30px;
	color:#555;
}
table.tablesorter2 thead tr .header {
	background-image: url('/_img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter2 tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	padding-left:10px;
}
table.tablesorter2 tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter2 thead tr .headerSortUp {
	background-image: url('/_img/asc.gif');
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url('/_img/desc.gif');
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
	background-color: #ff6633;
	border: 1px solid #FFF;
	color:white;
}