﻿.filterBox
{
	display: inline-block;
	float: right;
}

.filterText
{
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-left: 10px;
	cursor: default;
}

.collapseImage
{
	border: 0px;
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	vertical-align: text-bottom;
}

.panelText
{
	vertical-align:top;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-right: 6px;
	margin-left: 6px;
	cursor: default;
}

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
    vertical-align: top;
}
span.results2
{
    float:right;
    vertical-align: top;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}

.resultsText
{
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	margin-right: 6px;
}

/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-size: 95%;
    color: white;
    background-color: #183C52;
    border: 1px solid #27658A;
	min-height: 14px;
}

tr.droplist, .droplist td, td.droplist, table.droplist 
{
	border: none;
}

.dropdownTextBox
{
    background-repeat: no-repeat;
	background-image: url(Images/Select.gif);
	background-position: right top;
	padding: 0px;
	font-size: 95%;
    color: white;
    background-color: #183C52;
    border: 1px solid #27658A;
}

.FileUpload
{
	color:White;
}

li.FileUpload .ruAdd
{
	background-repeat: no-repeat;
	background-image: url(Images/Button.gif);
	background-position:bottom center;
	width: 91px;
	height: 16px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.OptionsList ul
{
	list-style: none;
	display: inline;
}