/* Concept247 CSS Document */

/* Page Backgrounds/Colours */
body {
	background-color:#92be29;
	background-image:url(images/bkgrd_repeat.jpg);
	background-repeat:repeat-x;
}

#corner_background {
	position:absolute;
	background-image:url(images/main_bkgrd.jpg);
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	height:680px;
	width:992px;
}


/* Page Construction, this includes all the page DIV's */
#main_wrap {
	position:absolute;
	top:0px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#header {
	position:absolute;
	width:900px;
	margin-left:-30px;
}

#header_logo {
	position:relative;
	float:left;
	background-image:url(images/concept_header_logo.png);
	background-repeat:no-repeat;
	width:293px;
	height:108px;
	top:0px;
	margin-left:25px;
	margin-top:10px;
}

#header_right_box {
	float:right;
	background-image:url(images/top_buttons/small_trans_box.png);
	background-position:top;
	background-repeat:no-repeat;
	width:216px;
	height:41px;
}

#login_image_left {
	position:absolute;
	padding-left:19px;
}

#login_image_right {
	position:absolute;
	margin-left:112px;
}

#navigation_bar {
	position:absolute;
	width:931px;
	height:35px;
	top:120px;
	margin-left:-15px;
}

#center_content_area {
	position:relative;
	width:430px;
	top:200px;
}

#content_box_wrap {
	position:relative;
	height:690px;
	width:auto;
}

#content_box_left {
	position:absolute;
	height:auto;
	width:auto;
}

#left_content_header {
	position:absolute;
	background-image:url(images/parent_portal_header.png);
	background-position:left;
	background-repeat:no-repeat;
	height:45px;
	width:449px;
	top:255px;
}

#left_text_area {
	position:absolute;
	background-image:url(images/text_area_bkgrd.png);
	background-repeat:repeat;
	border:medium #FFFFFF;
	width:440px;
	height:200px;
	top:300px;
	padding:5px 5px 5px 5px;
}

#content_box_right {
	position:absolute;
	height:auto;
	width:auto;
	margin-left:460px;

}

#right_content_header {
	position:absolute;
	background-image:url(images/vle_header.png);
	background-position:left;
	background-repeat:no-repeat;
	height:45px;
	width:449px;
	top:255px;
}


#right_text_area {
	position:absolute;
	/*background-image:url(images/click_button.png);*/
	background-repeat:repeat;
/*	width:440px;
	height:200px;
	top:300px;*/
	padding:5px 5px 5px 5px;
	width:261px;
	height:244px;
	top:252px;
	margin-left:22px;
}

#bottom_bar {
	position:fixed;
	background-image:url(images/bottom_bar.jpg);
	background-repeat:repeat-x;
	bottom:0px;
	left:0px;
	width:100%;
	height:33px;
}


/* Text Styles, links and colours */
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0b2d83;
}

.powered_by_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	padding:8px 5px 5px 5px;
	font-weight:bold;
}

.right_contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:right;
	margin-top:8px;
	margin-right:8px;
}

a:link {
	color:#0b2d83;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0b2d83;
}

a:hover {
	text-decoration: none;
	color:#999999;
}

a:active {
	text-decoration: none;
	color:#0b2d83;
}

#ms {
	color:#000000;
}


.fieldNameRow{
	width:392px;
	height:20px;
	/*margin-left:90px;*/
	text-align:center;
	margin: auto auto;
	padding-top:20px;
	/*float:left;*/
	
}


#loging_panel {
	width:auto;
	height:250px;
	/*padding-top:50px;
	padding-left:150px;*/
	margin: auto auto;
	text-align:center;
	padding-top:50px;
}

.fieldInput{
	width:50%;
	float:left;
	/*	border:solid #FFCC00;
	*/	
}

.fieldName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:24%;
	float:left;
	/*color:#000033;*/
	padding-top:7px;
	/*	border:solid #00FF00;
	*/
	
}

.text_input_login{
	font:Arial, Helvetica, sans-serif;
	width:169px;
	height:20px;
	padding-top:5px;
	padding-left:12px;
	padding-right:9px;
	width:148px;
	background-image:url(images/text_input_login.png); background-repeat:no-repeat;
	/*background-color:#f7fafe;*/
}

#login_button{
	border: none;
    background: url('images/login_botton.jpg') no-repeat top left;
    width:57px;
	height:20px;
	margin-left:248px;
	margin-top:19px;
}

#login_button:hover{
    background-image:url(images/login_botton_over.jpg);
	width:57px;
	height:20px;
	margin-left:248px;
	margin-top:19px;
	cursor:pointer;
}	 

#concept_header_logo_tagline {
	background-image:url(images/concept_header_logo_tagline.png); background-repeat:no-repeat;
	width:233px;
	height:17px;
	float:left;
	margin-top:100px;
	
}

#ico_logo{

bottom:0;
margin-bottom:100px;
position:absolute;

}

.link_para{
 
float:left;
padding-left:28px;
padding-top:11px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#0b2d83;
}