﻿*
{
	font-size:11px;
}

body
{
	font-family: Verdana;
	font-size: 15px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #004360;
	margin:0;
}

#container
{
    width: 1024px;
    margin-right: auto;
	margin-left: auto;
	position: relative;
    min-height: 100%;
    height: 100%;
}

.logo
{
	height:110px;
	width:801px;
	float:left;
	color:#fff;
	background-image:url(images/mainlogo.png);
    text-decoration:none;
    margin-bottom: 4px;
}

#header
{
	margin-top: 9px;
	height: 185px;
}

#content
{
	width: 739px;
    padding: 30px;
    min-height: 300px;
}

#footer
{
	padding-top: 5px;
	clear: both;
	display: block;
	height: 30px;
	width: 899px;
	text-align: right;
	color: #FFF;
}

#languagebar
{
	width:80px;
	float:right;
	padding-right:10px;
	height:12px;
	font-size: 10px;
	line-height: 31px;
}

.submenulink
{
	margin:0px;
	line-height: 20px;
}

.submenulink li a,
.submenulink li a:focus,
.submenulink li a:active
{
	color: #006894;
	text-decoration: none;
}

.submenulink li a:hover
{
	text-decoration: underline;
}

#main
{
	display: block;
	min-height: 300px;
	width: 799px;
    background-color: #F3F3F2;
    border: solid 1px #6BA1B7;
    float: left;
}

#submain
{
	margin-top: 4px;
	display: block;
	min-height: 170px;
	width: 799px;
    background-color: #F3F3F2;
    border: solid 1px #6BA1B7;
    float: left;
}

.lefttext
{
	width: 375px;
	min-height: 20px;
	display: inline-block;
	float: left;
	text-align: justify;
	margin-right: 40px;
}

.label
{
    padding:5px;
    color:#D74C27;
}

.mainmenu
{
	display:block;
    width:799px;
    height:30px;
    line-height:30px;
    background-color: #F3F3F2;
    font-size:11px;
    border: solid 1px #6BA1B7;
    float: left;
}

#menu 
{
	padding-left:50px;
	list-style:none;
	float: left;
	margin:0px;
}

#menu li
{
	display:block; 
	float:left; 
	margin: 0 20px -1px 0;
}

#menu li a
{
	color: #006894;
	height:24px;
	border:0;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

#submenu
{
	margin-top: 4px;
	display:block;
	float: left;
	width:799px;
	background-color: #F3F3F2;
	height:29px;
	border: solid 1px #6BA1B7;
}

#submenu li
{
	display:block; 
	float:left; 
	margin:0 0px -1px 0;
}

#submenu  .current b.p1{
	/*Menu hover bgcolor*/
	height:36px;
	background-image:url('../new_design/selectedmenu-l.png'); 
}

#submenu .current b.p2{
	/*Menu hover bgcolor*/
	height:36px;
	background-image:url('../new_design/selectedmenu-m.png'); 
	background-repeat:repeat-x;
}

#submenu  .current b.p3
{
	height:36px;
	/*Menu hover bgcolor*/
	background-image:url('../new_design/selectedmenu-r.png'); 
}

.cpanel
{
	display: inline-block;
	width: 200px;
	padding-top: 4px;
	padding-left: 30px;
	position: relative;
	float: left;
	min-height: 13px;
	line-height: 13px;
	clear: right;
}

.cpanel a
{
	color: #009593;
}

.controlpanel
{
	padding: 5px;
	width: 150px;
	position: absolute;
	background-color: #006665;
	border: solid 1px #6bcfcf;
	z-index: 100;
}

.controlpanel a
{
	font-weight:bold;
	color:#fff;
}

.leftbackground
{
	margin-top: 9px;
	width: 100px;
	height: 687px;
	float: left;
}

.leftbackground_1
{
	background-image: url(images/leftbackground1.gif);
	width: 100px;
	height: 229px;
	float: left;
}

.leftbackground_2
{
	background-image: url(images/leftbackground2.gif);
	width: 100px;
	height: 229px;
	float: left;
}

.leftbackground_3
{
	background-image: url(images/leftbackground3.gif);
	width: 100px;
	height: 229px;
	float: left;
}

.rightbackground
{
	margin-top: 9px;
	width: 123px;
	height: 687px;
	float: right;
}

.rightbackground_1
{
	background-image: url(images/rightbackground1.gif);
	width: 123px;
	height: 229px;
	float: left;
}

.rightbackground_2
{
	background-image: url(images/rightbackground2.gif);
	width: 123px;
	height: 229px;
	float: left;
}

.rightbackground_3
{
	background-image: url(images/rightbackground3.gif);
	width: 123px;
	height: 229px;
	float: left;
}

.puzzleimage
{
	background-image: url(images/puzzle.gif);
	width: 100px;
	height: 97px;
	position: relative;
	left: -53px;
	top: 43px;
}

.owlimage
{
	background-image: url(images/owl.gif);
	width: 103px;
	height: 100px;
	position: relative;
	left: 726px;
	top: -3px;
}

.btnContainer
{
	margin:0px;
	padding:0px;
}

.question
{
	width: 605px;
	color: #005A80;
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

.attributename
{
	color: #005A80;
	margin-bottom: 10px;
}

.question p
{
	display:inline;
}

.answers
{
	width:500px;
	display:block;
	padding-left:30px;
	font-size:11px;
}

.comments
{
	display:block;
	padding:5px 0 0 50px;
}

.comments textarea 
{
	width:300px;
	font-size:11px;
}

.answers input
{
	display:inline;
	font-size:11px;
}

.answers p
{
	display:inline;
}

.answers textarea 
{
	width:300px;
	font-size:11px;
}

.darkgraybtn
{
    height:19px;
    line-height:19px;
    border:solid 1px #000;
    font-size:10px;
    vertical-align:middle;
    margin-bottom:5px;
}

#content table
{
	float:left;
	display:block;
	width:400px;
}

.formrow
{
    padding: 8px 0 0px 2px;
    line-height: 25px;
    font-size: 12px;
    margin: 0px;
}

.formbox
{
	height:100%;
	width:342px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

.registerbox
{
	min-height: 295px;
	width: 357px;
	padding: 9px 20px 20px 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F2;
	background-image: url(images/registerform.gif);
	background-repeat: no-repeat;
}

.loginbox
{
	height: 114px;
	width: 270px;
	padding: 7px 20px 20px 18px;
	background-color: #F3F3F2;
	background-image: url(images/loginform.gif);
	float: left;
}

.questionnairebox
{
	height: 57px;
	width: 609px;
	padding: 9px 20px 20px 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F2;
	background-image: url(images/questionnaireform.gif);
}

.namecompanybox
{
	height: 22px;
	width: 502px;
	padding: 19px 20px 20px 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F2;
	background-image: url(images/namecompanyform.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

.formheader
{
	padding-left:10px;
	color:#fff;
	display:block;
	background-color: #808080;
	width:332px;
	height:20px;
}

.formcontent
{
	margin-top:2px;
	display:block;
	width:432px;
	padding-left: 10px;
	padding-right: 10px;
}

.formbottom
{
	display:block;
	background: url(images/formbottom.png) no-repeat;
	width:342px;
	height:7px;
}

.formWtBottom
{
	width:342px;
	height:7px;
	display:block;
	float:left;
}

.formWtBottom b.pl
{
	display:block;
	float:left;
	background: url(images/formWtBottom-l.png) no-repeat;
	width:6px;
	height:8px;
}
.formWtBottom b.pm
{
	display:block;
	float:left;
	background-color: #fff;
	width:329px;
	height:8px;
}
.formWtBottom b.pr
{
	display:block;
	float:left;
	background: url(images/formWtBottom-r.png) no-repeat;
	width:7px;
	height:8px;
}

.formlabel
{
    font-size:11px;
    width:130px;
    display:block;
    float:left;
}

.shortlabel
{
    font-size:11px;
    width:100px;
    display:block;
    float:left;
}

.loginbtn
{
	width: 77px;
	height: 22px;
	color: #F3F3F2;
	background-color: Transparent;
	background-image: url(images/loginbtn.gif);
	border-width: 0px;
}

.wideloginbtn
{
	width: 99px;
	height: 22px;
	color: #F3F3F2;
	background-color: Transparent;
	background-image: url(images/wideloginbtn.gif);
	border-width: 0px;
}

.clearbtn
{
	width: 77px;
	height: 22px;
	color: #F3F3F2;
	background-color: Transparent;
	background-image: url(images/clearbtn.gif);
	border-width: 0px;
}

.blacklink
{
	color: #000000;
	text-decoration: none;
}

.orangelink
{
	color: #FF7E00;
	text-decoration: none;
}

.bluelink
{
	color: #006894;
	text-decoration: none;
}

.blacklink:hover, .orangelink:hover, .bluelink:hover
{
	text-decoration: underline;
}

.nameholder
{
	width: 159px;
	display: block;
	float: left;
	line-height: 24px;
	padding: 3px;
}

.editwindow
{
	background-color: #F3F3F2;
	height: 100%;
	padding: 10px;
}

.googlesearch
{
	width: 340px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
}

.partners
{
	position: relative;
	top: 80px;
	left: 15px;
}

.titledfield
{
	width: 260px;
	display: block;
	float: left;
}

.smalltext
{
	font-size: 9px;
}

.inlineitem
{
	float: left;
	line-height: 30px;
}

.questionnairecontrol
{
	width: 722px;
	min-height: 30px;
	margin-bottom: 10px;
	background-color: #ECECFD;
	padding: 6px;
	border: solid 1px #CCCCCC;
}

.latestquestionnairesbox
{
	clear: left;
	width: 632px;
	height: 294px;
	background-image: url(images/latestform.gif);
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.columntitle
{
	width: 159px;
	display: block;
	float: left;
	line-height: 30px;
	background-color: #EBEBEC;
	padding: 3px;
}

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #F3F3F2;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 750px;
}