@charset "utf-8";

/*Seed Solution common CSS Please follows this CSS */

/* --------------------------------------------------- .Net CSS Class start --------------------------------------------------- */

body{		/* Body Class */
	font-family:Verdana;
	font-size:12px;
	margin:0px;
	color:#000000;
	background-color:#E4E4E4;
}

.cboactive{        /* class for ComboBox, TextBox, Drop Down List, FileUpload, ListBox */ 
    font-size: 12px;
    color: #000000;
	border:none;
	height:20px;
    font-family: tahoma;
	background-color:#FFFFFF;
	width:418px;
	padding-top:5px;
	padding-left:2px;
}

.cboactive02{        /* class for ComboBox, TextBox, Drop Down List, FileUpload, ListBox */ 
    font-size: 12px;
    color: #000000;
	border:none;
	height:45px;
    font-family: tahoma;
	background-color:#FFFFFF;
	width:418px;
	padding-top:2px;
	padding-left:2px;
	overflow:auto;
}

a.link{		/*class for any Link */
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

a:hover.link{		/* Class for any Link */
	text-decoration:underline;
	color:#000000;
	font-size:12px;
}


/* --------------------------------------------------- .Net CSS Class end ------------------------------------------------ */

/* --------------------------------------------------- page class start -------------------------------------------------- */

#bodypagebg {		/* site ccenter align */
margin-right:auto;
margin-left:auto;
width:1000px;
text-align: left;
margin: 0px auto 0 auto;
height:auto;
}

#wrapper{		/* page align */
width:1000px;
position: relative;
top: 0;
left: 0;
margin: 0 auto;
text-align: left;
}

/* -------------------------------------------------- Page class end ------------------------------------------------------- */

/* ------------------------------------------------- Left panel class start -------------------------------------------------- */

#left_panel {
width:413px;
float:left;
background-color:#FFFFFF;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-top:1px solid #000000;
}

#left_panel_inner {
width:234px;
float:left;
padding-left:98px;
padding-right:80px;
margin-top:-20px;
}

#book{
height:414px;
width:392px;
margin-top:530px;
}

#book01{
background:url(../images/book_01.jpg) no-repeat;
height:207px;
width:196px;
float:left;
}
#book02{
background:url(../images/book_02.jpg) no-repeat;
height:207px;
width:196px;
float:right;
}
#book03{
background:url(../images/book_03.jpg) no-repeat;
height:207px;
width:196px;
float:left;
margin-top:-12px;
}
#book04{
background:url(../images/book_04.jpg) no-repeat;
height:207px;
width:196px;
float:right;
margin-top:-15px;
}

.clsblack{
color:#000000;
line-height:15px;
}

.clsblack02{
color:#000000;
line-height:15px;
margin-bottom:-5px;
font-size:12px;
}

#blank{
height:140px;
width:224px;}

#logo{
width:47px;
height:37px;
margin-top:35px;
margin-left:-2px;
margin-bottom:24px;
}


/* --------------------------------------------------- Left panel class end -------------------------------------------------- */

/* ------------------------------------------------- Right panel class start ---------------------------------------------- */

#right_panel {
width:585px;
float:right;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
}

#right_top{
background:#c5342f url(../images/right_top.jpg) repeat-y left;
width:585px;
height:1050px;
float:left;
}

#right_top_inner{
width:410px;
float:left;
margin-top:30px;
padding-left:132px;
}

.clswhite{
color:#ffffff;
line-height:15px;
}
#right_bottom{
background:#d8d9db url(../images/right_bottom.jpg) repeat-y left;
width:585px;
height:350px;
float:left;
}

#right_bottom_inner{
width:410px;
float:left;
margin-top:30px;
padding-left:132px;
}

#plus_sign{
background: #FFFFFF url(../images/plus_sign.jpg) no-repeat;
width:353px;
height:110px;
margin-top:170px;}

#plus_sign02{
background: #FFFFFF;
width:110px;
height:330px;
margin-top:-218px;
margin-left:132px;}

h3{
font-size:15px;
font-weight:bold;
color:#000000;
margin-bottom:15px;
margin-top:15px;}

.spacer{
height:10px;
width:300px; 
float:left;}

/* ------------------------------------------------- Right panel class end ------------------------------------------------ */

