body {
    margin: 0px;
    font-family: Georgia;
    font-size: 1.1em;
    color: #818181;
}

form {
    margin: 0;
    padding: 0;
}

.main_table {
    width: 100%;
    border: none;
}

.header {
    background-color: #ff8598;
    height: 7px;
}

.menu {
    border: none;
    padding-bottom: 15px;
}

.menu a {
    margin-left: 20px;
    margin-right: 20px;
    /*font-size: 17px;*/
}

.heading {
    background-color: #c9d787;
    background-image: url(heading.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 60%;
    height: 64px;
    color: #ffffff;
    padding-left: 20px;
    /*font-size: 17px;*/
}

.heading table {
    float: left;
}

.submenu {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding-left: 0px;
    /*font-size: 17px;*/
}

.submenu li {
    margin-left:20px;
    margin-right: 10px;
    display: inline;
}

.submenu li.active {
    color: #ff8598;
}

.footer { 
    width: 100%;
    display: block;
    clear: both;
    border-top: 1.5px solid black;
    border-color: #c9d787;
    text-align: center;
    margin-top: 20px;
}

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

a:hover {
    text-decoration: underline;
}

input.button {
    background-image:url(button_bg.gif);
    border-style: none;
}

hr {
    height: 1px;
    color: #c9d787; /* for IE */
    background-color: #c9d787; /* for Mozilla and Firefox */
    border: 0; /* for Mozilla and Firefox */
}

fieldset {
    border: 1px outset #c9d787;
}

.table_list {
    font-family: Lucida Grande;
    font-size: 12px;
    border-collapse: collapse;
}

.table_list th{
    text-align: left;
    line-height: 25px;
}

.ques_table {
    width: 100%;
    /*border-bottom: none;*/
    border-color: #c9d787;
}

.odd {
    background-color: #fff6f7;
    height: 25px;
}


.even {
    background-color: #ffffff;
    height: 25px;
}

.odd a, .even a{
    color: #3e4633;
    text-decoration: underline;
}

.panelgrid_column {
    vertical-align: top;
}

.template_textarea {
    width: 595px;
    height: 842px;
}

.small_text {
    font-size: 0.8em;
    color: #999999;
}

.tabsheader {
	position: relative;
	width: 99%;
	height: 1em;
}

.tabsheader ul.primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1.8px;
}

.tabsheader ul.primary li{
	list-style: none;
	float: left;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

.tabsheader ul.primary li{
	border: 1px solid #3d2e2e;
	border-bottom: none;
	padding-bottom: 6px;
	margin-top: 0;
}

.tabsheader ul.primary .active_tab {
	background: #cde2a7;
}

.tabcontent {
    border: 1px solid #3d2e2e;
    padding: 1em;
}

.float_divs {
    width: 100%;
}

.float_divs #left {
    width:45%;
    float:left;
}

.float_divs #right {
    width:45%;
    float:right;
}

.input_error {
    background-color: #ffcccc;
}

ul.list {
    line-height: 1.5em;
    margin: 0 0 0 1.5em;
    padding: 0;
    list-style-type: square;
}

img{
    border:none;
}

.uname_div {
    position:absolute;
    float:left;
}

.overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: black;
    position: absolute;
    overflow: hidden;
    filter:alpha(opacity=60);
    opacity:.60;
}

.vocContainer {
    position: absolute;
    background: none;
    background-color: rgb(255, 255, 255);
    z-index: 20;
    color: black;
    overflow-y: auto;
    /*border: 5px solid #c9d787;*/
    padding: 15px;
}

.vocClose {
    color: #ff8598;
    cursor: pointer;
    position:relative;
    float: right;
    font-size: 0.9em;
    clear: both;
    font-weight: bold;
    text-decoration: underline;
}

.helpheader {
    position:relative;
    padding:0px 0px 7px 0px;
    /*height:14px;*/
    font-weight:bold;
    border:none;
    border-bottom:none;
    margin-bottom: 10px;
}

.helptitle {
    color:#818181;
    font-weight: bold;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.helpcontent {
    display:block;
    height:auto;
    padding:15px;
    color:#818181;
    font-size:0.8em;
    background: #f3f9eb;
    border:1px solid #c9d787;
}

.helpbutton {
    cursor: pointer;
    color:white;
    font-size:0.9em;
    font-weight:bold;
    position: relative;
    top: 18px;
    width: 18px;
    z-index: 5;
    float:right
}
