/* CSS Document */
/*

This CSS file contains the default formatting

If you are customizing your own design I suggest you start of with this

*/


/*

CheapMiniSite.com - Custom CSS starts from here
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f9ff;
	background-image: url(/templates/standard/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial; 
	font-size:80%;
}

.menu{
	list-style-type: none;
	padding: 0;
	width: 223px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.wsft_grid2{
             
padding-left:2px;
		padding-right:2px;
		padding-top:4px;
		padding-bottom:5px;                   border:1px solid #000000;
		border-top-width: 1px;
		border-spacing:0px; 
		border-collapse:collapse;
margin: 4px;
-moz-box-shadow: 2px 1px 10px #000;
-webkit-box-shadow: 2px 1px 10px #777;

box-shadow: 2px 1px 10px #000;
/* For IE 8 */
-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#777777’)”;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#777777’);
}
.wsft_grid2 td{
		
		padding-left:2px;
		padding-right:2px;
		padding-top:5px;
		padding-bottom:5px;
}
.wsft_grid2 th{
		padding: 3px;
		font-size:12;
                                background-color: #FFFFA6;
		
		white-space: nowrap;
		margin:2px,2px,2px,2px;
}
.menu li a{

	color: #ffff00;
text-shadow: black 0.2em 0.2em 0.3em;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/templates/standard/images/menu_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 65px;
	line-height: 37px;
	height: 37px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 223px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #ffffff;
text-shadow: 0.2em 0.5em 0.1em #600,
      -0.3em 0.1em 0.1em #060,
      0.4em -0.3em 0.1em #006
	text-decoration: none;
}

.menu li a:hover{
	background-image:   url(/templates/standard/images/menu_2.gif);
	color: #003356;
	text-decoration: none;
}


/*

CheapMiniSite.com - Custom CSS ends here
*/




/* 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:0px solid #0066FF;


}



.wsft_tools_table td {

		border:1px solid #000000;
-moz-box-shadow: 3px 2px 14px #999;
-webkit-box-shadow: 3px 2px 14px #999;
box-shadow: 3px 2px 14px #999;
/* For IE 8 */
-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#777777’)”;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#777777’);


}





.wsft_tools_table a:link {

		color: #000066;

		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:1px;

		padding-right:1px;

		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 ,;

}



.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: 3px;

}



.wsft_injected_grid th{

	padding: 3px;

		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{
text-shadow: black 0.2em 0.2em 0.3em;

		margin: 0;

		font-size:230%;

		text-align: center;



}



h2{
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
	margin: 0;
	font-size:180%;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
	color: #FFCC00;
	font-style: normal;

}


h3.a {color: white; text-shadow: black 0.1em 0.1em 0.2em}
h3{
 color: white


		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: 1px;

}



.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;

}

