/*
This CSS file contains the default formatting
If you are customizing your own design I suggest you start of with this
*/


/* =======================================NAVIGATION SECTION===================================== */

#menu ul {
list-style:none;
margin:2;
padding:2;
}

#menu {
width:165px;
border-size:10px;
border-color:#94AA74;
border-style:solid solid none;
border-width:1px;
margin:1px;
}

#menu li a {
voice-family:inherit;
height:35px;
text-decoration:none;
}

#menu li a:link,#menu li a:visited {
color:#ccc;
display:block;
background:url(/images/menu1.gif);
padding:8px 0 0 10px;
}

#menu li a:hover,#menu li #current {
color:#fff;
background:url(/images/menu1.gif) 0 -32px;
padding:8px 0 0 10px;
}

#menu li a:active {
color:#CCC;
background:url(/images/menu1.gif) 0 -64px;
padding:8px 0 0 10px;
}


body{
		background-color: #94AA74;
		font-family:Tahoma,Verdana,Arial,sans-serif; 
		font-size:80%;
}


/* ==================================Square Sections (uses class for rounding====================================)*/

.wsft_inline{
		/* background: #94AA74; */
                background: #FFFFFF;
}

.wsft_in_top{
		/* background: #94AA74; */
                background: #FFFFFF;
}

.wsft_in_bottom{
		/* background: #94AA74; */
                background: #FFFFFF;
}

/* Bottom Nav Links */
.wsft_bottom{
		padding-left: 5px;
}

.wsft_bottom a:link {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_bottom a:active {
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_bottom a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_bottom a:hover {
		color: #FF0000;
		text-decoration: underline;
		font-weight: bold;
}


/* ====================================================Top Nav Links============================================= */
.wsft_menu{
		float:right;
		font-size:12;
		padding-bottom:5px;
}

.wsft_menu a:link {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_menu a:active {
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_menu a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_menu a:hover {
		color: #FF0000;
		text-decoration: underline;
		font-weight: bold;
}


/* ====================================================Tools Table================================================== */

.wsft_tools_table {
		border:1px solid #000000;
}

.wsft_tools_table td {
		border:1px solid #000000;
}


.wsft_tools_table a:link {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%
}

.wsft_tools_table a:active {
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
}

.wsft_tools_table a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%
}

.wsft_tools_table a:hover {
		color: #FF0000;
		text-decoration: underline;
		font-weight: bold;
}

/* ==================================================Standard Tables=============================================== */

.wsft_grid td a:link {
		color: #86A5D3;
		text-decoration: none;
}

.wsft_grid td a:active {
		//color: #000000;
		text-decoration: underline;

}

.wsft_grid td a:visited {
		color: #86A5D3;
		text-decoration: none;
}

.wsft_grid td a:hover {
		color: #000000;
		text-decoration: underline;
}

/* ========================================================FORMS=================================================== */

.wsft_grid{
		border:1px solid #C68E17;
		border-top-width: 0px;
		border-spacing:0px; 
		border-collapse:collapse;

}

.wsft_grid td{
		/*border:1px solid #C0C0C0;*/
                border:1px solid #C68E17;
		padding-left:2px;
		padding-right:2px;
		padding-top:5px;
		padding-bottom:5px;
}

/* =========================================================FORMS================================================== */

.wsft_grid th{
		padding: 5px;
		font-size:12;
		/*background-image: url('/images/button4.gif');*/
                background-color: #C68E17;
                   color: White;
		height:17px;
		border-left-width:0px;
		border-right-width: 0px;
		white-space: nowrap;
		margin:2px,2px,2px,2px;
}

.side_boxes{
		border:0px solid;
		border-spacing:0px; 
		font-size:12;
		font-family:Tahoma,Verdana,Arial,sans-serif;
}

.side_boxes td{
		border:0px solid;
}

/* ========================================================Edit Grid=============================================== */

.wsft_edit_grid{
		border-top-width: 0px;
		border-collapse: collapse
}

.wsft_edit_grid td{
		/*border:1px solid #C0C0C0;*/
                border:1px solid #C68E17;
		font-size:12;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-width: 0px;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-width: 0px;
}

.wsft_edit_grid th{
		font-size:12;
		/*background-image: url('../images/button4.gif');*/
                background-color: #C68E17;
                   color: White;
}

/* ==================================================Injected SQL Grid============================================== */

.wsft_injected_grid{
	/*border:1px solid #C0C0C0;*/
        border:1px solid #C68E17;
	border-top-width: 0px;
	border-left-width: 0px;
}

.wsft_injected_grid td{
		font-size:12;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-width: 0px;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-width: 0px;
		padding: 5px;
}

.wsft_injected_grid th{
	padding: 5px;
		font-size:12;
		/*background-image: url('../images/button4.gif');*/
                background-color: #C68E17;
                   color: White;
}

/* =============================================Rounded | Squared inline boxes==================================== */ 

#wsft_inline {
		background-color: #C68E17;
}

#wsft_inline_two {
		background-color: #C68E17;
}

#wsft_inline_three {
		background-color: #C68E17;
}

#wsft_inline_four {
		background-color: #C68E17;
}

/* =========================================================MISC=================================================== */

a:link {
		color: #000000;
		text-decoration: none;
}

a:active {
		color: #FF0000;
		text-decoration: none;

}

a:visited {
		color: #000000;
		text-decoration: none;
}

a:hover {
		color: #FF0000;
		text-decoration: underline;
}

td{
		border:none;
		font-size:12;
}

th{
		font-size:12;
		background: #C68E17;
}

h1{
		margin: 0;
		font-size:230%;
		text-align: center;
}

h2{
		margin: 0;
		font-size:110%;
		text-decoration: underline;
		text-align: center;
		padding-bottom: 5px;
		padding-top: 5px;
}

h3{
		margin: 0;
		font-size:110%;
		text-decoration: underline;
		text-align: center;
		padding-bottom: 5px;
		padding-top: 5px;
}

.ig{
	height: 2px groove;
	color :#CCCCCC;

}

hr{
		color :#C68E17;
		background-color : #C68E17;
		height: 5px;
}

.buttonsubmit{
		background: url('../images/button3.gif') no-repeat;
		border: solid 0 #FFFFFF;
		height: 24px;
		width: 68px;
}

.buttonsubmitLarge{
		border: solid 0 #FFFFFF;
		background: url('../images/button3longer.gif') no-repeat;
		height: 28px;
		width: 157px;
}

.textinput{
		background: url('../images/blocks.gif') no-repeat; 
		background-position: 1px 5px; 
		padding-left: 10px;
		width:160px;
}

