
.content
{
	margin-top: 15px; 
	margin-left: 20px;
	font-family: Arial; 
	font-size: 12px;
	color: #555555;
}

.contentTable
{
	margin-top: 35px; 
	margin-left: 20px;
	font-family: Arial; 
	font-size: 12px;
	width: 800px;
	color: #555555;
}

.contentTitle
{
	font-family: Arial;
	font-size: 16px;
	color: blue;
	text-decoration: underline;
}

.contentType
{
	font-family: Arial;
	font-size: 12px;
	color: #444444;
}


.contentStatistics
{
	font-family: Arial;
	font-size: 12px;
	color: green;
}

.docContent
{
	width: 75%;
	margin-left: 20px;
	font-size: 14px;
	color: #444444;
}

.errorMsg
{
	font-family: Arial;
	font-size: 12px;
	color: yellow;	
}

.formBox
{
	padding-top: 20px;
	height: 400px;
	width: 850px;
	border-left: thin solid #494849;
	border-right: thin solid #494849;
	border-bottom: thin solid #494849;
	background-image: url(../images/bkgradient.jpg);
    background-repeat: repeat-x;
}

.formTitleBox
{
	margin-top: 80px;
	height: 20px;
	width: 850px;
	padding-top: 2px;
	text-align: left;
	background-color: #3e3e3e;
	border: thin solid #494849;
}

.formText
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.formAltText
{
	font-family: Arial;
	font-size: 12px;
	color: yellow;
}

.formLargeText
{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}


.formAltObject
{
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse;
	border-color: #C0C0C0;
	margin-left: 4px;
	background-color: #f7f7f7;
}

.formObject
{
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse;
	border-color: #C0C0C0;
	margin-left: 4px;
	background-color: #aeaeae;
}
	
.formButton
{
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse;
	background-color: #EEEEEE; 
}


.highlightedText
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fcff00;
}

.largeText
{
	font-family: Arial;
	font-size: 16px;
	color: #444444;
}

.logo
{
	margin-top: 20px;	
}

.logoBar
{
	margin-left: 10px;
	width: 99%;
}

.resultBar
{
	margin-top: 20px;
	margin-left: 8px;
	margin-right: 8px;
	height: 22;	
    border-bottom: 1px solid #e5e5e5;
    color: #999999;
    font-size: 14px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 14px;
    text-align: right;
}


.resultText a:link
{
	font-family: Arial;
	font-size: 16px;
	color: #4062af;
	font-weight: bold;
}

.resultText a:visited
{
	font-family: Arial;
	font-size: 16px;
	color: #4062af;
	font-weight: bold;
}

.resultText a:hover
{
	color: #a5090a;	
}


.tblProperties
{
 	 border-style: solid;
 	 border-collapse: collapse;
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
     border-color: #555555;
     margin-top: -20px;
	
}

.tableProperties
{
 	 border-style: solid;
 	 border-collapse: collapse;
     border-color: #555555;
     margin-top: -20px;
}

.tableGridProperties
{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.tableGridHeaderProperties
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.text 
{
	font-family: Arial;
	font-weight: bold;
	color: #444444;
    font-size: 24px;
	text-decoration: underline;
}

.textMedium
{
	font-family: Arial;
	font-size: 13px;
	color: #444444;
}

.textMediumLink
{
	font-family: Arial;
	font-size: 13px;
	color: #4062af;
}

.textLarge
{
	font-family: Arial;
	font-size: 16px;
	color: #444444;
}

.textSmall
{
	font-family: Arial;
	font-size: 10px;
	color: #444444;
}

.textSmallLink
{
	font-family: Arial;
	font-size: 10px;
	color: #4062af;
}


.topBar
{
	margin-top: 12px;
	height: 12;	
    font-size: 12px;
    color: #f7f7f7;
    text-align: right;
    padding-bottom: 4px;
}	

.toolbarText
{
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f7f7f7;
}

.toolbarSelectedText
{
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fcff00;
}

.toolbarStatusText
{
	padding-right: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00ff00;
	
}

.searchResultNav a:link
{
	font-family: Arial;
	font-weight: bold;
	color: #999999;
    font-size: 14px;
	text-decoration: underline;
}

.searchResultNav a:visited
{
	font-family: Arial;
	font-weight: bold;
	color: #999999;
    font-size: 14px;
	text-decoration: underline;
}


.searchResultNav a:hover
{
	color: #a5090a;	
	text-decoration: underline;
}


.searchResultNavSelected
{
	font-family: Arial;
	font-weight: bold;
	color: a5090a;
    font-size: 14px;
}


