body {

	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;

	background: #4E5869;

	margin: 0;

	padding: 0;

	color: #999;
	


}



/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

	padding: 0;

	margin: 0;

}



h1, h2, h3, h4, h5, h6, p {

	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

	padding-right: 15px;

	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

}

h3 { font-size: 18px; font-weight:normal; color:#3D4BA1; }



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

	border: none;

}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {

	color:#414958;

	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

a:visited {

	color: #4E5869;

	text-decoration: underline;

}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

	text-decoration: none;

}



/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */

.container {

	width: 90%;

	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */

	min-width: 920px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */

	background: #F6F6F6;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	
		-moz-box-shadow:rgba(60,60,60,1) 0 5px 5px;

	-webkit-box-shadow:rgba(60,60,60,1) 0 5px 5px;

	-khtml-box-shadow:rgba(60,60,60,1) 0 5px 5px;

	box-shadow:rgba(60,60,60,1) 0 5px 5px;


}



/*

|--------------------------------------------------------------------------

| HEADER

|--------------------------------------------------------------------------

*/		

.header {

	background: #fff;
	background-image: url("/_layout/images/header-bots.png") ;

	padding: 10px 0px;

	z-index:10; /* IE6 and IE7 z-index bug fix*/ 

	padding-bottom:25px;

	position:relative;

	display:compact;

	width:100%;

}

	#logo-header{  margin:20px 0;  }

	#header-widget-1{ float:right; font-size:11px; }

	#menu-header-navigation{ 

		width:100%; 

		padding-left:0px; 

		background-color:#3342b4; 

		position:absolute; 

		margin-bottom:-25px;

		margin-left:0;

		font-weight:700;

		text-shadow:0.02em 0.02em #131b5d;

	}

	

		/* =dropdown-menu

		-----------------------------------------------------------------------------------------------*/

	

		/* level 1 menu */

			ul#dropdown-menu{  list-style:none;  margin-bottom:0; font-size:12px;  }		  

			ul#dropdown-menu li{ float: left; }

			ul#dropdown-menu li a{ display: block; padding:5px 5px 5px 5px; margin-right:20px; color:#fff; font-family: 'Open Sans', sans-serif; text-transform:uppercase;   }	

			ul#dropdown-menu li.last > a{ padding-right:0; }										   

			ul#dropdown-menu li.hover, ul.dropdown-menu li:hover{ position: relative; text-decoration:none;  }		

			ul#dropdown-menu li.hover a{ text-decoration:none; } /* LEVEL 1 menu item styling ON HOVER */		

			ul#dropdown-menu li.current > a{ color:#FFF;  }		/* styling of LEVEL 1 menu item that is current */			

				/* level 2 menu */

				ul#dropdown-menu ul{ position:absolute; top:100%; left:0px;  list-style:none; display:none; 

									 background-color:#3342b4; border:1px solid #3342b4;; border-bottom:1px solid #3342b4; z-index:15; border-radius:0 0 7px 7px; }	

												 

				ul#dropdown-menu ul li{  }	

							

				ul#dropdown-menu li .sub-menu li > a{ max-width: auto !important;	min-width: 170px; outline: none; display: inline-block; border:none; border-bottom:1px solid #131B5D; padding:2px 5px;   /* LEVEL 2 menu element styling  */ 

													font-weight:normal; text-transform:none; font-size:13px; font-family:'Droid Sans', sans-serif;  } /* IE 6 and 7 Needs Inline Block */

					  

				ul#dropdown-menu li .sub-menu li > a:hover{ background-color:#23319b; text-decoration:none; border-bottom-color:#f0f0f0; } /* LEVEL 2 menu item styling ON HOVER */

				

				ul#dropdown-menu li .sub-menu li:last-child > a:hover{ border-bottom-color:#f9f9f9; } /* LAST LEVEL 2 menu item styling */

	

					/* level 3 menu */

					ul#dropdown-menu ul ul{ left:100%; top:-1px; }

					ul#dropdown-menu li:hover > ul{ visibility:visible; }

					ul#dropdown-menu ul ul li > a{ border-bottom:1px solid #fff; border-bottom:none; } /* LEVEL 3 menu styling */			



/*

|--------------------------------------------------------------------------

| CONTENT

|--------------------------------------------------------------------------

| css for content

*/	

.content {

	padding: 10px 10px;

	height:auto !important;

	min-height:420px;

	}



.blue { #9999FF; }

.content ul, .content ol { 

	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */

}





/*

|--------------------------------------------------------------------------

| TABLES

|--------------------------------------------------------------------------

| css for table and inside tables

*/	

#wrap-table { min-width:900px; max-width:auto !important; overflow:auto; margin-bottom:15px !important; }	

.content table{ border-collapse:separate; border-spacing:0; border-top-width:5px; margin-bottom:20px; border:1px solid #efefef; padding:0; font-size:11px; }

.content table tr th{ padding:8px 10px; /*text-transform:uppercase;*/ font-weight:bold; text-align:left; }

.content table tr td{ padding:5px 10px; border-top:1px solid #efefef; text-align:left; }	

.content table tr:first-child {background-color:#3342b4; color:#fff; }

.content table tr:first-child a { color:#fff; }

.content table tr.alt:nth-child(even):hover, tr.alt:nth-child(odd):hover{ background-color:#f5f5f5; }

.content table tr.alt:nth-child(even) {background: #fcfcfc; }

.content table tr.alt:nth-child(odd) {background: #FFF}

.content table tr.alt:nth-child(odd) a, tr.alt:nth-child(even) a  { text-decoration:underline; color:#23319b; }

		

	.err{ color:#F00; font-size:11px; margin-bottom:17px; }

	.lfpos{ float:left; }

	.numcol{ color:#C00; }

	.btn-nav{ margin-top:5px; margin-bottom:10px; }

	.minus{ background: url(images/dn.png) no-repeat left; font-weight:bolder; color:#009; padding-bottom:4px; cursor:pointer; }
	.content table tr td a { color:#3D4BA1; text-decoration:none; color:#F00 }


/*

|--------------------------------------------------------------------------

| FORM

|--------------------------------------------------------------------------

*/	

.form-small-wrap{ width:30%; margin-left:25%; margin-right:25%;	}

.form-medium-wrap{ width:50%; margin-left:25%; margin-right:25%; }

.form-long-wrap{ width:75%;	margin-left:25%; margin-right:25%; }



form{

	margin-left:8px;

	margin-right:8px;

	margin-bottom:18px;

	padding:3px 16px 0px 16px;

	font-weight:normal;

	-moz-border-radius:11px;

	-khtml-border-radius:11px;

	-webkit-border-radius:11px;

	border-radius:5px;

	background:#fff;

	border:1px solid #e5e5e5;

	-moz-box-shadow:rgba(200,200,200,1) 0 1px 1px;

	-webkit-box-shadow:rgba(200,200,200,1) 0 1px 1px;

	-khtml-box-shadow:rgba(200,200,200,1) 0 1px 1px;

	box-shadow:rgba(200,200,200,1) 0 1px 1px;

	width:100% auto;

	position:relative;	
	padding-top:15px;

}



form div, p, span{ font-size:12px; padding:0 0 5px 1px; color:#111; }

form ul { margin-left:-20px; }

form ul li{ list-style:none; padding-bottom:2px; padding-top:2px; }

form p{	margin-bottom:0; }

fieldset{ border:0; }

label{ color:#111; font-size:12px; display:block; padding-bottom:2px; text-shadow:0.1em 0.1em #fcfcfc; }

label.inline{ color:#777; font-size:12px; display:inline; text-shadow:0.1em 0.1em #fcfcfc; }

label.btnlabel { padding-bottom:5px; }

input,select,textarea{ color:#111; }

.txtlog{ font-size:24px; width:100%;	padding:3px; margin-top:2px; margin-right:6px; margin-bottom:16px; border:1px solid #e5e5e5; background:#fbfbfb; }

.txtshort, .txtmedium, .txtlong { 

	font-size:13px; 

	background:#FBFBFB; 

	border:1px solid #e5e5e5; 

	padding:3px;

	margin-top:2px;

	margin-right:6px;

	margin-bottom:16px;	

	}



.tbshort, .tbmedium, .tblong { 

	font-size:13px; 

	background:#FBFBFB; 

	border:1px solid #e5e5e5; 

	padding:3px;

	margin-right:6px;

	}



	

.radio { 

	font-size:13px; 

	background:#FBFBFB; 

	border:1px solid #e5e5e5; 

	padding:3px;

	margin-top:2px;

	margin-right:6px;

	margin-bottom:16px;	

	}

	

.radio_span{ color:#777; font-size:12px; display:inline; text-shadow:0.1em 0.1em #fcfcfc; }

.check_span{ color:#777; font-size:12px; display:inline; text-shadow:0.1em 0.1em #fcfcfc; }



span.row{ color:#777; font-size:11px; display:block; text-shadow:0.1em 0.1em #fcfcfc; }

.txtshort, .tbshort{ width:100px;	}

.txtmedium, .tbmedium{	width:200px; }

.txtlong, .tblong{ width:400px; }

.clear{ clear:both; }



.button-primary, input.button-secondary, a.button-secondary, .button-cancel, .button-delete{

	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;	

	-moz-border-radius:11px;

	-khtml-border-radius:11px;

	-webkit-border-radius:11px;

	border-radius:11px;

	cursor:pointer;	

	font-size:12px;

	text-decoration:none;

	font-weight:600;

	/* text-shadow:0.1em 0.1em #fcfcfc; */

	max-width: auto !important;

	min-width: 80px;	

	outline: none;

	padding:3px 10px;

	

	}



a.button-secondary{ padding:4px 12px; text-shadow:0.02em 0.02em #fcfcfc; }

.button-primary{ border:#3342b4 1px solid;	margin-top:-3px; background-color:#3342b4; color:#FFF; overflow:hidden; }

.button-primary:hover{ border:#111b62 1px solid; background-color:#111b62; color:#fff;}



input.button-secondary, a.button-secondary { border:#C5C6C8 1px solid; margin-top:-3px;	background-color:#F6F6F6; color:#666; text-shadow:0.02em 0.02em #fcfcfc; }

.button-cancel, .button-delete{ border:#C5C6C8 1px solid; margin-top:-3px; background-color:#F6F6F6; color:#3D4BA1; }



/*

|--------------------------------------------------------------------------

| PROMPT MSG

|--------------------------------------------------------------------------

| <div class="errormsg">Error Message</div>

| <div class="successmsg">Success Message</div>

| <div class="infomsg">Information Message</div>

| <div class="noticemsg">Notice Message</div>

*/	

.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; font-size:12px; }

.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }

.errormsg a{ color:#8a1f11; }

.successmsg{ border-color:#c6d880; background:#e6efc2 url(images/bg-msg.png) no-repeat 0 -220px; color:#264409; }

.successmsg a{ color:#264409; }

.infomsg{ border-color:#92cae4; background:#d5edf8 url(images/bg-msg.png) no-repeat 0 -72px; color:#205791; }

.info{ padding:10px 10px 10px 40px; margin-bottom:10px; font-size:11px; background:#FFF url(images/bg-msg.png) no-repeat 0 -72px; color:#205791; }

.infomsg a{ color:#205791; }

.noticemsg{ border-color:#ffd324; background:#fff6bf url(images/bg-msg.png) no-repeat 0 -148px; color:#514721; }

.noticemsg a{ color:#514721; }

.error { color:red; font-size:11px; display:block; }

.required { color:red; font-size:11px; font-weight:bold; }

.red {color:#F00 }





/*

|--------------------------------------------------------------------------

| PAGINATION

|--------------------------------------------------------------------------

| css for pagination

*/	

		

.content #pagination-digg { margin-left:-39px; margin-top:-13px; margin-bottom:5px; }

	#pagination-digg li{

		border:0; margin:0; padding:0;

		font-size:13px;

		list-style:none;

		margin-right:2px;

		display:inline;

	}

	#pagination-digg a{

		border:solid 1px #CCC;

		margin-right:2px;

	}

	#pagination-digg .previous-off, #pagination-digg .next-off {

		border:solid 1px #CCC;

		color:#666;

		display:block;

		float:left;

		font-weight:bold;

		margin-right:2px;

		padding:1px 4px;

	}

	#pagination-digg .next a, #pagination-digg .previous a {

		font-weight:bold;

	}

	#pagination-digg .active{

		background:#CCC;

		color:#FFFFFF;

		font-weight:bold;

		display:block;

		float:left;

		padding:2px 8px;

	}

	#pagination-digg a:link, #pagination-digg a:visited {

		color:#666;

		display:block;

		float:left;

		padding:1px 8px;

		text-decoration:none;

	}

	#pagination-digg a:hover{

		background:#CCC;

		color:#FFFFFF;

		font-weight:bold;

		display:block;

		float:left;

		padding:1px 8px;		

		/*border:solid 1px #FF9933*/

	}





/*

|--------------------------------------------------------------------------

| FOOTER

|--------------------------------------------------------------------------

| css for footer

*/		

.footer {

	padding: 10px 0;

	background:#F6F6F6; /*#6F7D94;*/

}









/*

|--------------------------------------------------------------------------

| miscellaneous float/clear classes

|--------------------------------------------------------------------------

*/			

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}



/*

|--------------------------------------------------------------------------

| divide into column

|--------------------------------------------------------------------------

*/			

		.col145{ width:145px; float:left; margin-right:20px; }

		.col180{ width:180px; float:left; margin-right:20px; }

		.col205{ width:205px; float:left; margin-right:20px; }

		.col280{ width:280px; float:left; margin-right:20px; }

		.col380{ width:280px; float:left; margin-right:20px; }

		.col430{ width:430px; float:left; margin-right:20px; }

		.col580{ width:580px; float:left; margin-right:20px; }

		.col655{ width:655px; float:left; margin-right:20px; }

		.colauto{ width:auto !important; float:left; margin-right:10px; }






/*
|--------------------------------------------------------------------------

| checker

|--------------------------------------------------------------------------

*/	

/* DESIGN  */

#logo{ background-image: url("/_layout/images/salvo_logo.png"); height:67px; width:220px; display:block; text-indent: -9999px; margin-left:20px; }
body{ background-color:#FFFFFF; background-image: url("/_layout/images/bg.jpg");   }
#menu-header-navigation { margin-bottom:0; float:left; display:block; height:auto;}
#dropdown-menu{margin: 10px;}
#dropdown-menu ul li{margin: 5px; color:#FFFFFF; border-bottom:thin dashed 1px #fff;}
#header-widget-1{padding:0px; background-color: #fff; border-radius: 4px 0 0 0; width:300px; text-align:right;}
/* .footer{background-image: url("/_layout/images/footer-bots.jpg"); height:110px; text-indent:-9999px;} */
