/*
New Background Color
#ECD06F;#49c5b6;     

Old Background Color
#F1F9C3;
*/
*{
    margin:0px;
    padding:0px;
}
body{
    
    margin:0;width:100%;height:100%;    
    color:#444444;
    font-size:13px;
    font-weight:bold;
    background: #F1F9C3;
    font-family:"Century Gothic", Helvetica, sans-serif;
}
#content{
    max-width: 1080px;
    width:95%;
    margin: 0 auto;
    position:relative;
    margin-bottom:20px;
}
#content h1{ color:#8B9F25;}
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin:0px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    position: relative;
	z-index: 2;
    overflow:hidden;
	/*width: 700px; */
}
#steps{
    width:100%;
	/*height:100%;*/
	background:#F5F9DF;
	height:100%;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:100%;
	/*height:320px;*/
}
#navigation{
    height:32px;
    background-color:#E4F19E;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:auto;
}
#navigation ul li {
    display:block;
    height:36px;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    top: -8px;
    padding:0px 15px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background: -moz-linear-gradient(center bottom , #E9F89A 9%, #C9EE04 55%, #E9F89A 78%) repeat scroll 0 0 transparent;
}
#navigation ul li a:hover,
#navigation ul li.selected {
    background:#C8EA15; 
}
#steps form fieldset{
    border:none;
    padding-bottom:10px;
    
}
#steps form legend{
    text-align:left;
    background-color:#E4F19E;
    color:#666;
    font-size:15px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:100%;
    padding:5px 0px 5px 5px;
    margin:2px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    margin:1px 1px 1px 10px!important;
    float:left;
    clear:both;
    height: auto;
    background-color:#F2F9C9;
    border:1px solid #fff;
    width:97%;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form p label{
    width:50%;
    font-size:12px;
    float:left;
    text-align:left;
    margin-right:0px;
    margin-top: -4px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}

#steps form lblFont{
    font-size:10px;
    font-weight:bold;
}

#steps form lblMandi{
    font-size:12px;
    font-weight:bold;
    color: #f00;
}

#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* text-transform:uppercase; */
    outline: none;
    padding: 2px;
   float:left;
}

#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

#steps form button {
    border:none;
    outline:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    margin-left:700px;
    clear:both;
    padding: 3px 20px;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#B9D238;
    width:110px;
}
#steps form button:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

#navigation1{
    height:45px;
    background-color:#f9f9f9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation1 ul{
    list-style:none;
	margin-left:250px;
	margin-right:40px;
	padding-top:50px;
}
#navigation1 ul li{
padding-top:50px;
}
#navigation1 ul li a {
	text-decoration:none;
	padding-top:50px;
}
#navigation1 ul li a:hover,
#navigation1 ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;   
    width:20px;
    height:20px;
}


.homenextbutton{ background: none repeat scroll 0 0 #E4E4E4;
    display: block;
    height: 28px;
    margin: -30px 0 5px 600px!important; 
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:13px;
    cursor:pointer;
    border-radius: 15px;
    width: 100px;}

.homenextbutton:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
	
.nextbutton{ background: none repeat scroll 0 0 #E4E4E4;
    display: block;
    height: 28px;
    margin: -33px 0 5px 606px!important; 
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:13px;
    cursor:pointer;
    border-radius: 15px;
    width: 100px;}

.nextbutton:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.prevbutton{ background: none repeat scroll 0 0 #E4E4E4;
    display: block;
    height: 28px;
    margin: -30px 0 5px 500px!important; 
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:13px;
    cursor:pointer;
    border-radius: 15px;
    width: 100px;}

.prevbutton:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.lastpageprevbutton{ background: none repeat scroll 0 0 #E4E4E4;
    display: block;
    height: 28px;
    margin: 10px 0 5px 650px!important; 
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:13px;
    cursor:pointer;
    border-radius: 15px;
    width: 100px;}

.lastpageprevbutton:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.submitbutton { 
/* font-family:'Century Gothic', Helvetica, sans-serif; 
font-weight:bold; 
font-size:15px;
width: 100px;} */
    height: 28px;
    margin: 10px 0px 5px 10px!important;
    width: 120px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:14px;
    cursor:pointer;
    border-radius: 15px;
}

.submitbutton:hover {
    background:#DBEB88;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.continuebutton {display: block;
   border-width: 1px;
  border-style: solid;
  border-color: #ccc #444 #111 #444;
  border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.5);
  font: bold 17px/1em Arial;
  color: white;
  cursor: pointer;
  text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
  -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
  background:transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
  background: #0033CC;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
  -webkit-background-clip: padding-box;
  width:100px;
  height:25px;
 
	}
	
	.lastbackbutton{display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #444 #111 #444;
    border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.5);
    font: bold 17px/1em Arial;
    color: white;
    cursor: pointer;
    text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
    -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
    -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
    background:transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
    background: #0033CC;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
    -webkit-background-clip: padding-box;
    width:100px;
    height:25px;
 }
 
 .spanclass {float:right; width:25px; margin-top:5px;}

.tableHead {
	color: #FFFFFF;
	background-color: #008080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableHead1 {
	color: #FFFFFF;
	background-color: #008080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
        border-style: solid;
        border-color: #FFFFFF;
}
.tabletext {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
        height: 30px;
        background-color:  #FFFFFF;
}
.tablehighlight {
	color: #009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;       
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color:#FFFFFF;
}
.tablecoursehighlight {
        color: red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.tablesubjecthighlight {
        color: #ff00ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color:#FFFFFF;
}
.tabletextcolor {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
        background-color:#FFFFFF;
}
 
