/* nSurvey Global styles */


.innerText
{
	font-family: Arial, Verdana, sans-serif;
	font-size:xx-small;
	width : 550px;
}

.smallText
{
	font-family: Arial, Verdana, sans-serif;
	font-size:xx-small;
}

.titleFont
{
	font-family: Arial, Verdana, sans-serif;
	font-size:small;
	color: #007384;
	font-weight: bold;
}

TABLE.TableLayoutContainer
{
	font-family: Arial, Verdana, sans-serif;
	font-size:x-small;
	color: black;
	background-color: #ffffff;
	width:780px;
	border: 1px #082E44 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.headerCell
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #006676;
}


.menuCell
{
	background-color: #007D94;
	color : #C0FAFF;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #082E44 solid;
	border-bottom: 1px #082E44 solid;
	font-size:xx-small;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

A.menuLink:link  {
    text-decoration:    none;
    color:  #C0FAFF;
}

A.menuLink:visited   {
    text-decoration:    none;
    color:  #C0FAFF;
}

A.menuLink:active    {
    text-decoration:    none;
    color:  #FFFFFF;
}

A.menuLink:hover {
    text-decoration:    underline;
    color:  #FFFFFF;
}

UL LI {
 	list-style-type: disc;
	list-style-image: url(images/smalldot.gif);
}

.bottomCell
{
	background-color: #003F51;
	color : #C0FAFF;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #082E44 solid;
	font-family: Arial, Verdana, sans-serif;
	text-align : center;
	font-size:xx-small;
	font-weight: bold;
}


.contentCell
{
	background-color: #ffffff;
	width : 625px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
}