﻿.form
{
    width:500px;
}

.formTitle
{
    width:170px;
    float:left;
    font-weight:bold;    
}

.formField
{
    width:330px;    
    float:left;
}

.clear
{
    clear:both;
}

.ErrorBox
{    
    width:600px;
    float: left;
    background-image:url(/images/icons/delete.png);
    background-position:2% 50%;       
    background-repeat:no-repeat;        
    border:dashed 1px #cccccc;
    background-color:#eeeeee;
    padding-left:55px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;     
    margin-right:5px; 
    font-family:Verdana;
    font-size:11px;           
}

.ErrorBox ul
{
    list-style-type:square;
}

.InfoBox
{    
    width:600px;
    float: left;
    border:dashed 1px #cccccc;
    background-color:#eeeeee;
    padding-left:55px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;     
    margin-right:5px;            
}

.title
{
	font-family :Arial;
	font-size :12pt;
	font-weight :bold;
	color:#000000;
	
}
.bodytext
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;	
	
}
.warning
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
	color : red;
}
.grey
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
	
}
.tabletitle
{
	font-family :Arial;
	font-size :10pt;
	font-weight :bold;
	color:#000000;
	background-color:Transparent;
}



A.editquestion:visited  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:link  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:active  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:hover   {color: black; text-decoration: underline;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}

A.Addlink:visited  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:link  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:active  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:hover   {color: blue; text-decoration: underline;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}

A.Proceed:visited  {color: Navy; font-weight:bold; text-decoration: underline;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:link  {color: Navy; font-weight:bold; text-decoration:underline; font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:active  {color: Navy; font-weight:bold; text-decoration: none;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:hover   {color: Navy; font-weight:bold; text-decoration: none;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}

.textbox
{
	width :400px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.textarea
{
	width :250px;
	height :100px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.largetextarea
{
	width :500px;
	height :100px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.smalltextbox
{
	width :250px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
