/******************
HTML TAGS
******************/

body {
	background-color: #f1f1f1;
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 1px;
	line-height: 140%;
	}

input[type="text"] {
	border: 1px solid #BECAD8;
	height: 16px;
	}

input[type="password"] {
	border: 1px solid #BECAD8;
	height: 16px;
	}
	
input[type="image"] {
	vertical-align: middle;
	}

input[type="checkbox"] {
	font-family:Verdana;
	font-size:1.0em;
	vertical-align:middle;	
	}
			
input, select, textarea {
	font-family:Verdana;
	font-size:1.0em;
	}

textarea {
	border: 1px solid #BECAD8;
	}

img {
	border:none;
	vertical-align: middle;
	}	
		
/******************
LINKS - VISITED HOVER ACTIVE selectors must remain in this order to work
******************/

a {
	color: #3366CC;
	text-decoration: none;
	}
	
a:link {
	color:#3366CC;
	}

a:visited {
	color:#3366CC;
	}

a:hover {
	color:#333333;
	text-decoration:none;
	}

a:active {
	color:#3366CC;
	}

/******************
HEADINGS
******************/

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #696969;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #696969;
	margin: 0px 0px 5px 0px;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #696969;
	margin: 0px 0px 5px 0px;
	}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #696969;
	margin: 0px 0px 5px 0px;
	}
	
/******************
LAYOUT STYLES
******************/
	
#page-container {
    margin-right:auto;
	margin-left:auto;
	width:80%;
    vertical-align:top;
    }

.searchbox {
	color:#666666;
	font-size:1.0em;
	width:200px;
	}
	
div.image-container-left {
	float:left;
	padding:4px 10px 0px 0px;
	}

div.image-container-left p {
	color: #696969;
	clear:left;
	}

div.image-container-right {
	float:right;
	padding:4px 0px 0px 10px;
	}

div.image-container-right p {
	color: #696969;
	clear:right;
	}
	
.image {
	border:1px solid #71727f;
	}

.left {
	text-align:left;
	}	

.center {
	text-align:center;
	}	

.right {
	text-align:right;
	}
		
/******************
FONT STYLES
******************/

span.success {
	color: #008080;
	}
	
span.error {
	color: #DD3409;
	}
	
span.note {
	color: #696969;
	}

span.comment {
	color: #4169e1;
	}
	
span.result {
	color: #009966;
	}
	
/******************
RADCONTROL STYLES
******************/
	
.RadGridHeader {
	padding-top:4px !important;
	padding-bottom:3px !important;
	border-bottom:1px solid #6788be !important;
	text-transform:none !important;
	}

.RadGridGroupHeader td {
	border-bottom:1px solid #6788be !important;
	}

.RadGridCommandItemTemplate {
	padding:3px 7px 4px;
	}

.RadGridNoRecordsTemplate {
	font-size: 11px;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	padding:4px 4px 4px 4px;
	text-align: center;
	}

.RadCaptchaImage {
    float: left; padding:0px 6px 0px 0px;
    }

.RadCaptchaTextBox  {
    margin-top: 12px;
    }
    
.RadButton.rbLinkButton .rbText {
   text-align: left !important;
   padding-left: 20px !important;
  }
