/* CSS Document */

/* This is Program Pages' css */

span#prgTitle {
	font-family: Century Gothic;
	font-size: 28px;
	color: #000000;
}

div#form label {
	float: left;
	width: 125px;
	margin-top: 4px;
}

div#form input.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border: 1px solid #CCCCCC;
	background: #FBFBFB;
	vertical-align:middle;
	color: #505151;
	padding: 3px 3px 0px 3px;
	width: 150px;
	margin-bottom: 9px;
}

div#form input.textdisabled {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	vertical-align:middle;
	color: #777777;
	padding: 3px 3px 0px 3px;
	width: 150px;
	margin-bottom: 9px;
}

div#form input.textplain {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	border: 0 none;
	background: transparent;
	vertical-align:middle;
	color: #555555;
	padding: 3px 3px 0px 3px;
	width: 150px;
	margin-bottom: 9px;
	font-weight: bold;
}

div#form textarea.textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #FBFBFB;
	color: #505151;
	padding: 3px 3px 3px 3px;
	/*width: 120px;
	height: 150px;*/
	margin-bottom: 9px;
}

div#form textarea.textareadisabled {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	color: #777777;
	padding: 3px 3px 3px 3px;
	/*width: 120px;
	height: 150px;*/
	margin-bottom: 9px;
}

div#form textarea.textareaplain {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0 none;
	background: transparent;
	color: #555555;
	padding: 3px 3px 3px 3px;
	/*width: 120px;
	height: 150px;*/
	margin-bottom: 9px;
	font-weight: bold;
}

div#form select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #FBFBFB;
	color: #505151;
	padding: 2px 2px 2px 2px;
	margin-bottom: 9px;
}

div#form .boxes {
	width: 1em;
}

div#form #submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

div#form br{
	clear: left;
}

.required {	
	width: 5px;
	color: #FF0000;
	margin-left: 3px;
	display: inline-block;
	display: -moz-inline-block;
}

div#inline-nofification {
	float: left;
	width: 120px;
	margin-top: 4px;
	padding: 0px 0px 0px 20px;
	font-size: 10px;	
	width: 250px;
	color: #ef8513;
	background: #ffffff url(../images/note.png) 0 0 no-repeat;
	margin-bottom: 9px;	
}


div#programPane {
	margin: 35px 0px 0px 0px;
	float: left;
	width: 901px;
	height: 300px;
	color: #666666;	
	min-height:100%;
	height: 100%;	
	display: inline-block;
	display: -moz-inline-block;
}

#submitButton{	
	display: block;
	width: 74px;
	height: 29px;
	margin: 0;
	padding-bottom: 5px;
	border: 0;
	background: transparent url(../images/submit.png) no-repeat top left;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
	color: #ffffff;
	font-family: Tahoma;
}

a#infoSmallIcon {	
	width: 16px;
	height: 26px;
	background: #ffffff url(../images/information.png) center center no-repeat;
	padding-top: 5px;
}

/* start index.php */

div#index-leftPane {
	margin: 35px 0px 0px 0px;
	float: left;
	width: 633px;
	height: 300px;
	color: #666666;	
	min-height:100%;
	height: 100%;	
	display: inline-block;
	display: -moz-inline-block;
}

div#index-leftPane-col-one {
	float: left;
}

div#index-leftPane-col-two {
	margin: 0px 0px 0px 23px;
	float: left;
}

div#index-leftpane-sections {
	width: 633px;
	min-height:100%;
	height: 100%;	
	display: inline-block;
	display: -moz-inline-block;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666666;
}

div#index-rightPane {
	margin: 35px 0px 0px 30px;
	float: left;
	width: 238px;
	height: 300px;
	color: #666666;
	min-height:100%;
	height: 100%;	
	display: inline-block;	
	display: -moz-inline-block;
}

div.stageInfo {
	background: url(../images/box-right.png) 100% 100% no-repeat;

}

div.stageInfo div {
	background: url(../images/box-left.png) 0 100% no-repeat;
}

div.stageInfo div div {
	background: url(../images/box-top.png) 100% 0 no-repeat;
}

div.stageInfo div div div {
	background: url(../images/box-topleft.png) 0 0 no-repeat;
}

div#stageInfoText {
	padding: 8px;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

div#index-submitButton {
	margin-top: 60px;
}

div#index-submitButton #registerButton{	
	display: block;
	width: 238px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/register.jpg) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
}

div#index-submitButton #updateButton{	
	display: block;
	width: 238px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/update.jpg) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
}

/* end index.php */

