/*
This CSS file contains the default formatting
If you are customizing your own design I suggest you start of with this
*/


body{
                background-image: url('/graphics/bg.jpg');
 margin-top:0px;
 margin-bottom:0px;
 color: #333333;
 text-align:center;
 padding:0;
font-family:verdana;
font-size:12px;
}


a:active		{outline: none;}
a:focus		{outline: none;}

/*
Menu CSS below
*/
#menunavigation{
margin: 10px 0px 0px 0px;
width: 200px;

position: relative;
float: center;
list-style: none;
}
#menunavigation ul {
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: bold;
font-size: 15px;
font-family: "Tahoma", sans-serif;
}

#menunavigation li { display: inline;}

#menunavigation a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 10px 0px 15px 0px;
background-image: url(/graphics/button1.png);
background-position: 50%;
background-repeat: no-repeat;
}

#menunavigation a:hover{
color: #ffffff;
background-image: url(/graphics/button2.png);
background-position: 50%;
background-repeat: no-repeat;
} 


/* Square Sections (uses class for rounding)*/

.wsft_inline{
		background: #C0C0C0;
}

.wsft_in_top{
		background: #C0C0C0;
}

.wsft_in_bottom{
		background: #C0C0C0;
}

/* 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;
}

.wsft_grid{
		border:1px solid #000000;
		border-top-width: 0px;
		border-spacing:0px; 
		border-collapse:collapse;

}

.wsft_grid td{
		border:1px solid #C0C0C0;
		padding-left:2px;
		padding-right:2px;
		padding-top:5px;
		padding-bottom:5px;
}

.wsft_grid th{
		padding: 5px;
		font-size:12;
		background-image: url('/images/button4.gif');
		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;
		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');
}

/* Injected SQL Grid */

.wsft_injected_grid{
	border:1px solid #C0C0C0;
	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');
}

/* Rounded | Squared inline boxes */

#wsft_inline {
		background-color: #C0C0C0;
}

#wsft_inline_two {
		background-color: #C0C0C0;
}

#wsft_inline_three {
		background-color: #C0C0C0;
}

#wsft_inline_four {
		background-color: #C0C0C0;
}

/* 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: #C0C0C0;
}

h1{
		margin: 0;
		font-size:230%;
		text-align: center;
}

h2{
		margin: 0;
		font-size:110%;

		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 :#C0C0C0;
		background-color : #C0C0C0;
		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;
}


#outer {
 text-align:left;
 width:780px;
 margin:auto;
 }

#hdr {
 height:198px;
 color: #333333;
background: url(../graphics/master_traffic_header.png) no-repeat;
 }

.breaker {
	margin-top:10px;
}
.breaker20 {
	margin-top:20px;
}
.breaker40 {
	margin-top:40px;
}
#bar {
 height:15px;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 0px 0;

 }

#bodyblock {
 position:relative;
 color: #333333;
 width:780px;
 padding:0px;
background: url(../graphics/bar.png) repeat-y;

 }
#bodyblockinside {
 position:relative;
 color: #333333;
 width:780px;
 padding:0px;
background: url(../graphics/nobar.png) repeat-y;

 }
#l-col {
 float:left;
 color: #333333;
 width:178px;
	text-align:left;

	margin-left:10px;
font-size:11px;

 }
#l-col h2{
	font-size:18px;
	font-family:tahoma;
	text-align:center;
	color:#0C5BCE;
}
#cont {
 width:560px;
 color: #333333;
 text-align:left;
min-height:500px;
	margin-right:12px;
 }
#cont p {
margin-left:-12px;

}
#cont h1 {
	text-align:center;
	color:#FF0000;
	font-size:32px;
}
#cont h2 {
	text-align:center;
	color:#000000;
	font-size:20px;
	margin-top:-20px;
	margin-bottom:10px;
	
}
#cont h3 {
	text-align:left;
	color:#0C5BCE;
	font-size:20px;
	margin-left:15px;
	padding-top:20px;
	padding-bottom:10px;
}
#cont h4 {
	text-align:center;
	font-size:20px;
	padding-top:40px;
	padding-bottom:10px;
	color:#FF0000;
}

#cont li {
padding-top:10px;
}
#ftr {
padding-top:7px;
 height:50px;
 color: #FFFFFF;
background: url(../graphics/ftr.png) no-repeat;

 }
#continside {
overflow:hidden;
 width:758px;
 color: #333333;
 text-align:left;
min-height:500px;
	margin-right:12px;
 }
#continside p {
margin-left:-12px;

}
#continside h1 {
	text-align:center;
	color:#FF0000;
	font-size:32px;
}
#continside h2 {
	text-align:center;
	color:#000000;
	font-size:20px;
	margin-top:-20px;
	margin-bottom:10px;
	
}
#continside h3 {
	text-align:left;
	color:#0C5BCE;
	font-size:20px;
	margin-left:15px;
	padding-top:20px;
	padding-bottom:10px;
}
#continside h4 {
	text-align:center;
	font-size:20px;
	padding-top:40px;
	padding-bottom:10px;
	color:#FF0000;
}

#continside li {
padding-top:10px;
}
#ftr p {

	padding-top:10px;
text-align:center;
}
#ftr a {
	color:#FFFFFF;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border-bottom: 1px solid #000000;
border-width: 1px 0;
background: black url(../graphics/blockdefault.gif) center center repeat-x;

}
.solidblockmenu ul{
	margin-bottom:0px;
}
.solidblockmenu li{
display: inline;
text-align:center;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 2px 11px;
text-decoration: none;
border-right: 1px solid #000000;
width:80px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../graphics/blockactive.gif) center center repeat-x;
}










/* Presentation Stylesheet */ 

h1, h2 {
	color:#012CE6;
 margin:0;
 padding:20px 15px 5px 15px;
 }

h3 {
 margin:0; 
 padding: 40px 0;
	text-align:center;
	font-size:22px;
 }
h4 {
 margin:0; 
 padding: 10px;
	text-align:left;
	font-size:12px;
color:#FFFFFF;
 }

p {
 margin:0;
 padding:5px 15px 5px 15px;
 }

img {
    border: none;
}

/*- Menu 4--------------------------- */

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */

#menu4 {
        width: 170px;
        margin: 0px;
font-weight:bold;
        }

#menu4 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu4 li a:link, #menu4 li a:visited {
        color: #FFFFFF;
        display: block;
        background: url(../graphics/menu4.gif);
        padding: 8px 0 0 30px;
        }

#menu4 li a:hover, #menu4 li #current {
        color: #FFFFFF;
        background: url(../graphics/menu4.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }

#menu4 li a:active {
        color: #FFFFFF;
        background: url(../graphics/menu4.gif) 0 -64px;
        padding: 8px 0 0 30px;
        }

#stop {

	height:127px;
        background: url(../graphics/stop.png) center center no-repeat;
}
#listed {
	height:84px;
        background: url(../graphics/listed.png) center center no-repeat;
}
#targeted {
margin-top:20px;
	height:48px;
        background: url(../graphics/targeted.png) center center no-repeat;
}
#circles {

overflow:hidden;
color:#000000;
border:3px double #000000;
	height:240px;
width:550px;
margin-right:10px;
        background: url(../graphics/circles.png) no-repeat;
}
#circles p{
	padding-left:140px;
}


.check {
height:25px;
        background: url(../graphics/checkmark.png) no-repeat;
text-align:left;

}
.check h1 span{
color:#FFFFFF;
float:left;
margin-top:-20px;
margin-bottom:0px;
font-size:14px;
margin-left:10px;
font-weight:bold;
}
.check p{
font-size:12px;
color:#000000;
padding-left:67px;
padding-top:0px;
width:180px;

}