﻿.ms-navframe{ display:none; }
/********************************** BEGIN CSS TAGS **********************************/

a:link {color:#000000; text-decoration: none;}      
a:visited {color:#000000; text-decoration: none;}  
a:hover {color:#38A796; text-decoration: underline;}  
a:active {color:#38A796;text-decoration: underline;}

body 
{
    margin-top: 0px;
}


h5
{
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #000000;
}

/********************************** BEGIN CSS IDS **********************************/

#btnSearchAgainTop
{
    float:left;
}

#content 
{
	/*background-color: #FFFFFF;*/
	width: 850px;
	height: 540px;
	/*margin: 3px auto 0px auto;
	padding: 10px;
	border: solid thin #000000;*/
}

#col3andcol4
{
    float:left; 
    width:49%;
}

#divExport
{
	text-align: right;
	margin-bottom: 15px;
	width: 600px;
	float: right;
}

#divGrvContainer
{
	overflow: auto;
	padding-bottom: 10px;
	max-height:440px;
	clear:both;
}

#fieldSelector
{
    padding-top: 5px;    
}

#header 
{
	margin-bottom: 0px;
	/*background-image: url('../media/gdot_logo.png');
	background-position:left top;
	background-repeat: no-repeat;*/
	height: 43px;
	width: 100%;
	text-align: right;
}

#imgLoading
{
	margin-right: 70px;
	margin-bottom: 10px;
	visibility: hidden;
}

#popup
{
	background-color: Yellow;
	color: Red;
	border: solid thin black;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	position: absolute;
	left: 400px;
	top: 20px;
	z-index: 10;
	padding-top: 3px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

#queryButtons
{
	clear:both;
	text-align: center;
    position: relative;
    width:100%;
    padding-top:55px;
}

#queryDiv
{
	display:block;
	overflow:hidden;
	margin-top: 0px;
	height:540px;
	border: solid thin #FFE08A;
}

#searchParams 
{
	border: none;
	padding: 10px;
	padding-right: 0px;
	background-image: url('../media/bkgdSearch.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	height: 110px;

}

#showHideLink
{
	float: right;
	margin-top:0px;
}

#UpdateProgressGrid
{
    text-align: center;
	margin-top: 10px;
	color: #FF0000;	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}



/********************************** BEGIN CSS CLASSES **********************************/

.arrow
{
	margin: 50px 0 0 350px;
	width: 50px;
}

.btnOver
{
	cursor: pointer;
	background-color: #FEF6CE;	
}

.button 
{
	margin-right: 2px;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	background-color: #3B587A;
	color: #FFFFFF;
	width: 71px;
}

.categoryDataSelector 
{
	margin-left: -30px;
	margin-top: -5px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

.categoryDataSelector2 
{
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

.clear 
{
	clear: both;
}


.colSearchCriteria
{
	width: 400px;
	margin-right: 15px;
	border-style: none;
	/*display:inline;*/
	float: right;
	text-align: left;
	color: #000000;
}

.colSearchMethod
{
	width: 350px;
	border-style: none;
	display: inline;
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

.colSearchMethodHeader
{
    text-align: left;
    padding-left: 10px;
    font-weight: bold;  
    color: #4473A8;
    font-size: 12px;  
}

.criteriaInputDdl
{
	width: 220px;
	text-align: left;
	font-size: 11px;
}

.criteriaInputTxt
{
	width: 55px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
}

.criteriaLabel
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.criteriaPanel
{
	text-align: right;	
}

.dropDown 
{
	width: 200px;
	font-family: Arial, San-Serif;
	font-size: .8em;
}

.exportButton
{
	
	color: #4473A8;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	border-style:solid;
	border-color: #4473A8;
	border-width: 1px;
	width:120px;
}

.fieldSelectorColumn 
{
	width: 25%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 20px; /* added for sharepoint */
}

.fieldSelectorColumn2 
{
	width: 25%;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px; /* added for sharepoint */
}

.fieldSelectorColumn li, .fieldSelectorColumn2 li
{
	list-style-type: none;
}

.fieldSelectorColumn3or4 
{
	width: 49%;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px; /* added for sharepoint */
}

.fieldSelectorColumn3or4 li
{
	list-style-type: none;
}


.gridview 
{
	margin-top: 5px;
	width: 850px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}


.gridview th
{
	background-color: #FEF6CE;
	color: #000000;
	font-weight: bold;
	padding: 8px;
}

.gridview td
{
	text-align: center;
}

.gridview a:link {color:#4473A8; text-decoration: none; font-weight: bold;}      
.gridview a:visited {color:#4473A8; text-decoration: none; font-weight: bold;}  
.gridview a:hover {color:#4473A8; text-decoration: underline; font-weight: bold;}  
.gridview a:active {color:#4473A8;text-decoration: underline; font-weight: bold;}

.groupbox
{
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #A1C1EE;
    margin: 0px 0px 10px 5px;
    padding: 4px 4px 5px 2px;
}

.groupbox2
{
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #A1C1EE;
    margin: 29px 0px 10px 5px;
    padding: 4px 4px 5px 2px;
}



.highlight
{
	background-color: Yellow;	
}

.infoSlider
{
	display: none;
	font-family: Arial, Sans-Serif;
	border: solid thin #A1C1EE;
	font-size: 11px;
	color: #4473A8;
	width: 275px;
	position:absolute;
	z-index: 2000;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	left: 320px;
	background-color: #E3F0FF;
}

.inputControls
{
	text-align: left;
	width: 220px;
	float: right;	
}

.inputControlsProgress
{
	text-align: center;
	width: 210px;
	float: right;
	margin-top: 10px;
	color: #FF0000;		
}

.inputLabel 
{
	font-weight: bold;
	margin-right: 10px;
	margin-top:7px;
}

.inputLabels
{
	width: 120px;
	float:right;
	margin-right: 5px;	
}

.itemDataSelector
{
	margin: -15px 0px 0px 20px;
}

.itemDataSelector td
{
	padding: 0px;
	margin: -15px 0 -0px 0;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.itemDataSelector2
{
	margin: 20px 0px -5px 30px;
}


.linkButton
{
	font-size: 10px;
}

.mediumTextBold
{
	font-size: 11px;
	font-weight: bold;
}

.panel 
{
	display: block;
	/*width: 850px;*/
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	/*border: solid thin #38A796;*/
}

.panelResults 
{
	display: block;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 0px;
	/*border: solid thin #38A796;*/
}

.queryButton
{
	
	color: #4473A8;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	border-style:solid;
	border-color: #4473A8;
	border-width: 1px;
	width:100px;
}


.searchMethodWarning
{
	text-align: center;
	width: 300px;
	float: right;
	font-size: 10px;
	font-weight: bold;	
	margin-top: 10px;
	color: #FF0000;	
}

.selectAllCheckBox
{
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}

.selectFieldsHeader
{
    text-align: left;
    padding-left: 10px;
    font-weight: bold; 
    margin-bottom: 3px; 
    color: #4473A8;
    font-size: 12px;  
}


.smallText
{
	font-family:Arial, Sans-Serif;
	font-size: 11px;
}


.smallTextCentered
{
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
	width: auto;
}

.uncategorizedItemDataSelector
{
	margin: 10px 0px -10px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
.uncategorizedItemDataSelector td
{
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.verySmallText
{
	font-family: Arial, Sans-Serif;
	font-size: 9px;
}

.warning
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	
}

.width100px
{
	width: 100px;
}


