/* 
    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: Arial, sans-serif;
    color: #676767;

}

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

#title
{
    width: 860px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    background-color: #2279d2;
    border-radius: 20px;
}

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

#contentText
{
    width: 860px;
    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: #2279d2;
}

.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  */

#pagecontainer
{
    padding: 10px;
    width: 720px;
	font-weight: bold;
	background-color: #ffffff;
}

#pagecontent
{
    color: #0000ff;
    font-size: 12px;
}

#header
{
    width: 720px;
    height: 120px;
    padding-top: 1px;
}

#pagetitle
{
    margin-top: 30px;
    font-size: 50px;
	line-height: 1;
	font-family: Old English Text MT;
	/*text-shadow:#fff 0px 2px 0, #000 0 -2px 0;*/
	font-weight: bolder;
    text-align: center;
    width: 720px;
    color: #FFFFFF;
	text-shadow:0px 0px 0 rgb(223,223,-32),1px 1px 0 rgb(205,205,-50),2px 2px 0 rgb(188,188,-67),
	3px 3px 0 rgb(170,170,-85), 4px 4px 0 rgb(153,153,-102),5px 5px 4px rgba(0,0,0,1),
	5px 5px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,.2);
	
}

#lastUpdated
{
    float: left;
	font-size: 12px;
	margin-top: 0px;
    margin-left: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
    color: #0000ff;
}

.totalsphp
{
	font-size: 12px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #0000ff;
}

.totals
{
    text-align:left;
	text-indent: 15px;
	height: 23px;
	font-size: 12px;
    float: left;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
    color: #0000ff;
	/*border-bottom: 1px solid #8f8f8f; */
	/*  TOP TABLE HEADER*/
	background-color: #E2E2E2;
	background-image:url(images/tableheader/theader.png);
	
}

.totals2
{
    text-align:left;
	font-size: 12px;
    float: left;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
    color: #0000ff;

}

#search
{
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    color: #0000ff;
}

.backtotop
{
    text-align:right;
	font-size: 9px;
    float: right;
	margin-top: 2px;
	font-family: Arial, sans-serif;
	font-weight: bold;
    color: #0000ff;
}

.paging
{
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    font-size: 10px;
    color: #023069;
}

.paging a
{
    color: #777;
    text-decoration: none;
}

.pageSelected
{
    background-color: #e2e2e2;
    border: 1px solid #c9c9c9;
    padding: 3px;
}

.pageOther
{
    background-color: #efefef;
    border: 1px solid #bfbfbf;
    padding: 3px;
}

#pagecontent table
{
    border: 1px solid #cdcdcd;
}

#tableHeader
{
	width:720px;
	height: 23px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	background-color: transparent;
	/*border-bottom: 1px solid #8f8f8f;*/
	/* BOTTOM TABLE HEADR */
	background-image:url(images/tableheader/theader2.png);
    
}

#tableFooter
{
    background-color: #efefef;
	width:720px;
    
}

#tableHeader td
{
    border-bottom: 1px solid #FFFFFF;
}

.table0
{
    background-color: #efefef;
}

.table1
{
    background-color: #dedede;
}

.clear
{
    clear: both;
}

/*  This is the SEARCH BUTTON & BOX settings  */

.searchButton
{
    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;
}

.searchBox
{
	background-color: #8bebf7;
	border: 3px Solid #f1d171;
	border-style: ridge;
	color: #0000ff;