/*################*/
/*# Basic layout #*/
/*################*/

body{
	padding: 0;
	margin: 0;
	color: #000000;
	font-family:  arial;
	font-size: 11px;
	line-height: 14px;
}

td{
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
}
input, textarea, select, option {
	/* border: solid 1px #000000; */
	font-family: arial;
	font-size: 10px;
	padding-left: 2px;
}

input.button {
	border: solid 0px #000;
	background-color:#002C5A;
	color:#ffffff;
	padding: 3px 6px 2px 6px;
}
input.button_light {
	border: solid 0px #000;
	background-color:#BBC1CD;
	color:#ffffff;
	padding: 3px 6px 2px 6px;
}

img {
	border:none;
}

option {
	border: none;
}

a{
	color: rgb(164, 3, 18);
	font-size: 11px;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 24px;
	color: #3f6075;
	line-height: 26px;
	text-transform: uppercase;
}

h2{
	font-size: 14px;
	color: #3f6075;
	margin: 15px 0 0 0;
	line-height: 15px;
}

h3{
	font-size: 12px;
	color: #3f6075;
	font-weight: bold;
	margin: 10px 0 0 0;
}

ul {
	list-style-image: url("/images/Image/plutt_red_list.gif")
}

.ingress {
	font-size: 13px;
	line-height: 19px;
}

#container{
	position: relative;
	margin: 0 auto;
	top: 10px;
	height: 580px;
	width: 953px;
	border: solid 1px #000000;
	overflow: visible;
}

#top{
	padding: 0;
	margin: 0;
	height: 99px;
}

#main{
	padding: 0px;
	padding-top: 5px;
	margin: 0;
	height: 437px;
	overflow: auto;
}

#footer{
}

.footer{
	color: #ffffff;
	background: #607c8c;
	font-size: 10px;
	padding: 0;
	margin: 0;
	height: 18px;
	line-height: 9px;
}


a.footer_link {
	color: #ffffff;
	text-decoration:none;
	font-size: 10px;
}
a.footer_link:hover{
	text-decoration: underline;
}

.fck_arrow {
	position:static;
	float: left;
    margin:4px 3px 0px 0px;
	width:7px;
	height:7px;
	background-image:url(/images/readmore_arrow.gif);
	background-repeat:no-repeat;
}



/*###############*/
/*# Top section #*/
/*###############*/

#top_menu{
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
}

#search_form{
	text-align: right;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#search_box{
	width: 80px;
	margin-right: 10px;
}

/*###############*/
/*# Services right menu #*/
/*###############*/

.div_menu
{
    padding: 3px 8px 3px 8px;
}

.div_menu_selected
{
    padding: 3px 8px 3px 8px;
    background-color:#607c8c;
}

a.services_menu_link
{
    font-size: 10px;
	color: #3f6075;
	line-height: 15px;
}

a.services_menu_link_selected
{
    font-size: 10px;
  	color: #ffffff;
	line-height: 15px;
}


/*##########*/
/*# Editor #*/
/*##########*/
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.readmore{
	color: rgb(164, 3, 18);
	font-size: 11px;
	font-weight: bold;
}

/* The tables in the admin system */
.adminTable {
	margin-top: 10px;
	font-size: 11px;
}

.adminTable td {
	padding: 3px;
}

.adminTableTopRow {
	font-weight: bold;
	background: #d7dee2;
}

.adminTableTopLeft {
	border: solid 1px #3f6075;
	border-right: none;
}

.adminTableTopMiddle {
	border-top: solid 1px #3f6075;
	border-bottom: solid 1px #3f6075;
}

.adminTableTopRight {
	border: solid 1px #3f6075;
	border-left: none;
}

.adminTableLeft {
	border-left: solid 1px #3f6075;
}

.adminTableMiddle {
}

.adminTableRight {
	border-right: solid 1px #3f6075;
}

.adminTableBrightRow {
	background: #ffffff;
}

.adminTableDarkRow {
	background: #f0f0f0;
}

.adminTableBottom {
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: solid 1px #3f6075;
}





/*########*/
/*# Menu #*/
/*########*/

/*#menu a{
	float: left;
	position: relative;
	width: 125px;
	padding-left: 5px;
	padding-right: 5px;
	top: 3px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #ffffff;
}

#menu a:hover{
	text-decoration: none;
	background: #dddddd;
}

#menu{
	background: #3f6075;
	padding: 0;
	margin: 0;
	height: 21px;
	vertical-align: middle;
	margin-top: 2px;
}

	#menu a{
		color: #ffffff;
		text-decoration: none;
	}*/

	/**
	* Course schedule
	*/
		.cScheduleTop {
			padding:4px;
			border-bottom: solid 3px #cfd7dc;
			font-weight: bold;
		}

		.cScheduleRow {
			padding: 12px;
			padding-left: 0;
			padding-right: 22px;
			border-bottom: solid 1px #bbbbbb;
		}

		.cScheduleRowBorder {
			padding: 0;
			margin: 0;
			border-bottom: dashed 1px #bbbbbb;
		}

		.cSchedulePlanned {
			color: #000000;
		}

		.cScheduleOpen {
			color: #009900;
			font-weight: bold;
		}

		.cScheduleCanceled {
			color: #ff0000;
			font-weight: bold;
		}

		.cScheduleFull {
			color: #ff0000;
		}

		.cScheduleCompleted {
			color: #0000ff;
		}

	/**
	* File list schedule
	*/

		.cFileRow {
			padding: 4px;
		}

		.cFileRowBorder {
			padding: 0;
			margin: 0;
			border-bottom: solid 1px #cfd7dc;
		}
		.fileHover:hover {
			background: #EEEEEE;
		}