/* 
    Document   : index
    Created on : 04/11/2013, 2:20:16 PM
    Author     : Spud
    Description:
        Purpose of the stylesheet follows.
*/
/* Admin Pages */
root { 
    display: block;
}

body, html
{
    padding: 0px;
    margin: 0px;
    font-family: Goergia;
    color: #0000ff;

}

#container
{
    width: 900px;
    min-height: 1000px;
    box-shadow: 0px 0px 12px 1px #676767;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

#title
{
    width: 710px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	font-family: Old English Text MT;
    text-align: center;
    font-size: 28px;
    color: #0000ff;
    background-color: #FFFFFF;
    border-radius: 20px;
	background-image:url(../images/tableheader/search-header.png);
}

#content
{
    width: 720px;
    min-height: 800px;
}

#contentText
{
    width: 720px;
    margin-left: 20px;
    margin-top: 30px;
}

#adminBox
{
    border: 1px solid #ababab;
    padding: 20px;
    width: 400px;
    border-radius: 20px;
}

#adminMenu
{
    width: 860px;
    height: 32px;
    margin-bottom: 25px;
}

.adminMenuItem
{
    background-color: #36a74e;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.button
{
    background-color: #36a74e;
    border-radius: 20px;
    color: #8bebf7;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-right: 15px;
    cursor: pointer;
    width: 120px;
    text-align: center;
}

#adminTitle
{
    font-size: 28px;
    color: #8BEBF7;
}

.red
{
    color: #ff0000;
}

#adminContent h2
{
    font-size: 22px;
    font-weight: normal;
    color: #2E6DAB;
    margin-top: 25px;
}

#adminContent h3
{
    font-size: 18px;
    font-weight: normal;
    color: #2E6DAB;
    margin-top: 30px;
}

#adminContent b
{
    font-size: 16px;
    font-weight: normal;
    color: #144270;
}

/*  This is the front end settings  */

.clear
{
    clear: both;
}

.search-results
{
    margin-top: 25px;
}

.search-results-table
{
    border-spacing: 0px;
    width: 720px;
}

.search-results-table-header
{
    background-color: #8BEBF7;
    color: #0000ff;
}

.search-results-table-header th
{
    margin: 0px;
    padding: 5px;
    text-align: left;
	color: #0000ff;
}

.search-results-table td
{
    margin: 0px;
    padding: 3px;
    text-align: left;
	color: #0000ff;
}

.search-results-table-row0
{
    background-color: #87cefa;
}

.search-results-table-row1
{
    background-color: #e7feff;
}

.search-paging
{
    margin-top: 18px;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.search-box-search
{
	
    height: 20px;
	color: #0000ff;
}

.search-box-search td
{
	width: 710px;
	border-radius: 50px;
	background-color: #8bebf7;
	border: 4px Solid #f1d171;
	border-style: ridge;
	color: #0000ff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px!important;
    padding-bottom: 1px!important;
    font-size: 14pt;
}

.search-box
{
    margin-top: 20px;
}

.search-box td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.search-box-search button
{
    background-color: #8bebf7;
    border-radius: 50px;
    color: #0000FF;
    font-size: 14px;
	border: 3px Solid #f1d171;
	border-style: ridge;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
    text-align: center;
}

#searchtxt
{
    height: 25px;
    width: 400px;
	color: #0000FF;
    font-size: 14pt;
}

.search-found
{
    font-weight: bold;
	color: #0000FF;
    font-size: 13pt;
    margin-bottom: 5px;
}


