@charset "utf-8";

@font-face {
  font-family: 'Titillium Maps';
  src: url("/fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'), 
  url("/fonts/TitilliumMaps29L002.otf") format("opentype"), 
  url("/fonts/TitilliumMaps29L002.woff") format("woff");
}

/*
 *  PsyWar.Org Steel Theme
 *  by Lee Richards
 *  (c)2011, Lee Richards
 *   
 *  http://www.psywar.org
*/



html, body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	background-image: url(/theme/headerbg.png);
	background-repeat: repeat;
	height: auto;
	min-height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	background-color: #FFF;
}

a:link       { text-decoration: none; color: #3ea0cf }
a:visited    { text-decoration: none; color: #3ea0cf }
a:active     { text-decoration: underline; color: #AAAAAA }
a:hover      { text-decoration: underline; color: #AAAAAA }


/*************** NOT USING *****************/
#pwcontainer {
	background-color: #333;
	background-image: url(/theme/headerbg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
	position: relative;
}


/*************** MASTHEADER *****************/
#pwmasterhead {
	background-image: url(/theme/masterheadbg.jpg);
	background-repeat: no-repeat;
	width: 1044px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	height: 155px;
	position: relative;
}

#socialMain {
	position: absolute;
	width: 125px;
	height: 30px;
	top: -52px;
	left: 800px;
	margin: 0;
	border: 0;
	outline: 0;
	padding: 0px;
}

.mainLogo {
	position: absolute;
	top: 29px;
	left: 57px;
	margin: 0;
	border: 0;
}

#mainMenu {
	position: absolute;
	top: 90px;
	left: 57px;
	width: 925px;
	height: 33px;
	margin: 0;
	border: 0;
	background-image: url(/theme/mainmenubg.png);
	background-repeat: repeat-x;
	text-align: left;
}

.mainMenuCap {
	display: inline;
}

.mainMenuCapRight {
	position: absolute;
	top: 0px;
	right: -1px;
	height: 33px;
	width: 39px;
	border: 0;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background-image: url(/theme/mainmenurightcap.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainMenuButtonContainer {
	position: absolute;
	height: 33px;
	width: 900px;
	left: 21px; 
	top: 0px;
	overflow: hidden;
}

#mainMenuButtonContainer a:link       { text-decoration: none; color: #90aa00 }
#mainMenuButtonContainer a:visited    { text-decoration: none; color: #90aa00 }
#mainMenuButtonContainer a:active     { text-decoration: underline; color: #FFF }
#mainMenuButtonContainer a:hover      { text-decoration: underline; color: #AAA }


.mainMenuButton {
	font-size: 11px;
	color: #FFF;
	vertical-align: middle;
	display: inline;
	line-height: 33px;
	margin: auto;
	text-align: center;
}

#greeting {
	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
	line-height: 18px;
	position: absolute;
	height: 18px;
	width: 978px;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: right;
	margin: 0;
}





/*************** SEARCH FORM *****************/
/*
.searchbutton {
	position: absolute;
	top: 0px;
	right: -1px;	
}
*/
.searchbutton {
	position: absolute;
	top: 0px;
	right: -1px;
	height: 33px;
	width: 39px;
	border: 0;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background-image: url(/theme/searchbutton.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.searchbutton:hover {
	background-image: url(/theme/searchbuttonglow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pwheaderfoot {
	position: absolute;
	top: 145px;
	left: 0px;
	margin: 0;
	border: 0;
	height: 10px;
	width: 1044px;
	bottom: 0px;
}


/*************** MAIN CONTENT *****************/

#pwmainContent {
	/*position: relative; */
	width: 1044px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	/*
	background-image: url(/theme/mainbg.png);
	background-repeat: repeat-y;
	*/
	
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow:inset 0px 0px 8px #000000;
	-webkit-box-shadow:inset 0px 0px 8px #000000;
	box-shadow:inset 0px 0px 8px #000000;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}

#pwmainContent p {
	margin: 0px;
}

/* Container for left bar */
#pwleftcol {
	float: left;
	width: 190px; 
	padding: 0;
	margin-left: 25px;
}


/* Container for main articles */
#pwnarrative {
	/* position: relative; */
	margin-right: 50px;
	margin-left: 245px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}

#pwnarrative h1 {
	font-family: 'Titillium Maps', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*
	margin-left: 25px;
	margin-right: 25px;
	*/
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #000;
}

#pwnarrative p {
	/*padding-left: 25px;
	padding-right: 25px;
	*/
	padding-bottom: 0.5em;
	padding-top: 0.3em;
	margin: 0;
}

#pwnarrative h9 {
	margin: 0;
	padding: 0;
}

#pwnarrative h2 {
	font-size: 85%;
	color: #333333;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	/* line-height: 25px; */
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0;
}

#pwnarrative h3 { 
	font-size: 80%; 
	color: #333333; 
	padding-top: 5px;
	font-style: normal; 
	text-align: Left; 
	font-weight: normal;  
	line-height: normal;
}

#pwnarrative h4 {
	font-size: 85%;
	color: #333333;
	padding-top: 15px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-bottom: 0px;
}

#pwnarrative h5 {
	font-size: 10pt;
	color: #333333;
	padding-top: 8px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	/* margin-left: 25px; */
	line-height: normal;
	margin: 0px;
	padding-bottom: 0px;
}

#pwnarrative h6 {
	font-size: 10pt;
	color: #333333;
	padding-top: 5px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-bottom: 0px;
}

#pwnarrative .s_title {
	font-family: 'Titillium Maps', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 0px;
}

#pwnarrative ul {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: normal;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-top: 1px;
	padding-left: 15px;
}

#pwnarrative li {
	/* font-size: 85%; */
	padding-bottom: 10px;
}

.quote {
	font-size: 90%;
	padding-left: 25px;
	padding-right: 25px;
	/*
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px; */
}

.subhead {
	font-size: 10pt;
	color: #333333;
	padding-top: 5px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding-bottom: 0px;
}

.monospaced {font-family: "Courier New", Courier, mono}
.style3 {font-family: "Courier New", Courier, mono}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.dottedLine {
	height: 3px;
	margin-left: 5%;
	margin-right: 5%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
}

.paper_background
{
	font-size: 95%;
	color: #000;
	line-height: 1.4em;
	/*background: url(/images/theme/quote.png) 0.2em 0.2em no-repeat;
	*/
	overflow: auto;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 1em;
	padding-top: 1.4em;
	padding-right: 1.7em;
	padding-bottom: 1.4em;
	padding-left: 1.7em;
	border: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
	background-color: #F5F5DC;
}

/*************** SUB FOOTER *****************/
#pwsubfootcontent {
	/*position: relative; */
	width: 1044px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/theme/subfooterbg.jpg);
	background-repeat: repeat-y;
} 

.pwsubfootCol {
	width: 310px;
	height: 200px;
	float: left;
	margin-left: 28px;
	margin-top: 20px;
	background-image: url(/theme/colbg.png);
	background-repeat: repeat;
	position: relative;
}

.pwsubfootCol a:link       { text-decoration: none; color: #90aa00 }
.pwsubfootCol a:visited    { text-decoration: none; color: #90aa00 }
.pwsubfootCol a:active     { text-decoration: underline; color: #FFF }
.pwsubfootCol a:hover      { text-decoration: underline; color: #AAA }

.pwsubfootCol h1 {
	font-family: 'Titillium Maps', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.3em;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	padding-top: 5px;
}

.pwsubfootCol li {
	list-style-image: url(/theme/bullet.png);
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 95%;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}


#pwsubfootcontent p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pwsubfoothead {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*************** FOOTER *****************/

#pwfooter {
	padding: 0px 10px;
	background-color: #90aa00;
	background-image: url(/theme/footerbg.png);
	background-repeat: repeat-x;
	width: auto;
	max-width: 100%;
	margin: 0px;
	border: 0px;
} 


#pwfoot {
	position: relative;
	width: 1010px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	font-size: 80%;
	color: #FFF;
	min-height: 80px;
}

#pwfoot p {
	margin: 0px;
	padding: 5px;
}

#pwfoot a:link       { text-decoration: underline; color: #FFF }
#pwfoot a:visited    { text-decoration: none; color: #DDD }
#pwfoot a:active     { text-decoration: underline; color: #FFF }
#pwfoot a:hover      { text-decoration: underline; color: #DDD }

/*************** BUTTONS *****************/

.button {
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	
}

.button a {
	margin: 1px;
	height: 26px;
	width: 100px;
	border: 1px solid #CCC;
	background-image: url(/theme/buttonbg01.png);
	background-repeat: repeat-x;
	background-position: left;
	color: #666;
	display: inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.button a:link      { text-decoration: none; color: #666 }
.button a:visited   { text-decoration: none; color: #666 }
.button a:active	{ 
	text-decoration: underline; 
	color: #FFF;
	background-image: url(/theme/buttonbg02.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}
.button a:hover {
	color: #333;
	background-image: url(/theme/buttonbg02.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}

.buttonPanel {
	text-align: center;
	padding-top: 25px;		
}
.buttonSmall {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff; */
	background-image: url(/theme/buttonbg01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	display:inline-block;
	color:#777777;
	font-size:10px;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.buttonSmall:link      { text-decoration: none; color: #666 }
.buttonSmall:visited      { text-decoration: none; color: #666 }
.buttonSmall:hover {
	background-image: url(/theme/buttonbg02.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#dfdfdf;
}

.buttonSmall:active {
	position:relative;
	top:1px;
}


.buttonSmallIn {
	background-image: url(/theme/buttonbg02.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#dfdfdf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	display:inline-block;
	color:#777777;
	font-size:10px;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.buttonSmallOff {
	background-image: url(/theme/buttonbg01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	display:inline-block;
	color:#AAA;
	font-size:10px;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

/*************** IMAGES *****************/
.image {
	border: 1px solid #333333;
	text-align: center;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
	margin-top: 5px;
	margin-bottom: 5px;
}

.image_nb {
	border: 0;
	text-align: center;	
}

.image_left {
	border: 1px solid #333333;
	float: left;
	padding: 0;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;	
		-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
}

.image_right {
	border: 1px solid #333333;
	float: right;
	padding: 0;
	margin-top: 4px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 0px;
		-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
}

.img_thumb {
	border: 0;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 3px;
	margin: 0;
}

.img_thumbB {
	border: 1px solid #000;
	float: left;
	margin-top: 9px;
	padding: 0;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
}

.caption {
	font-size: 90%;
	font-style: italic;
	text-align: center;
	line-height: 115%;
}

.imageBox {
	background-color: #EEE;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.imageBox_left {
	float: left;
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 8px;
}

.quadBox {
	float: left;
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 8px;
	width: 203px;
}


.imageBox_right {
	float: right;
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 8px;
}

.imageBox_half_right {
	float: right;
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding: 8px;
	width:47.5%;
	height:100%;
}

.imageBox_half_left {
	float: left;
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0;
	padding: 8px;
	width:47.5%;
	height:100%;
}

.thumbnail {
	float: left;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
}

/*************** FORMS *****************/

.MasterForm {
	width: 580px;
	text-align:left;
	padding: 20px;
	margin: 25px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:0px solid #FFF;
	background-color: #666;
	background-image: url(/theme/formbg.jpg);
	background-repeat: repeat;
	background-position: center center;
	
	
	-moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff; 
	
	-moz-box-shadow: 2px 2px 7px black;
	-webkit-box-shadow: 2px 2px 7px black;
	box-shadow: 2px 2px 7px black;
	position: relative;
}

.MasterForm label {
	/* width: 180px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	*/
	text-align: right;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	line-height:24px;
	vertical-align: bottom;
}

.MasterForm fieldset {
	border: 1px solid #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.MasterForm textarea {
	border: 1px solid #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 0px solid #000;
	-moz-box-shadow:inset 0px 1px 5px 0px #000;
	-webkit-box-shadow:inset 0px 1px 5px 0px #000;
	box-shadow:inset 0px 1px 5px 0px #000;
	padding: 3px;
	font-size: 100%;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

.MasterForm select {
	border: 1px solid #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 0px solid #000;
	-moz-box-shadow:inset 0px 1px 5px 0px #000;
	-webkit-box-shadow:inset 0px 1px 5px 0px #000;
	box-shadow:inset 0px 1px 5px 0px #000;
	 padding: 2px;
	font-size: 100%;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

.MasterForm legend {
	font-size: 90%;
	color: #FFF;
	border: 0;
	font-weight: bold;
}


.MasterForm input, .MasterForm textarea,  .MasterForm select {
	margin-top: 5px;
	margin-right: 5px; 
	margin-bottom: 0px;
	margin-left: 0px;
}


.MasterForm [type="text"],
.MasterForm textarea {
	width: 300px;
}

.MasterForm dt {
	clear: left;
	float: left;
	width: 200px;
	padding: 3px 0px;
	margin: 0;
}

.MasterForm dl {
	margin: 0;
	width: 100%;
}

.MasterForm dd {
	float: left;
	width: 300px;
	padding: 3px 0;
	margin: 0;
}

.white {
	text-align: right;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	line-height:24px;
	vertical-align: bottom;
}
.whiteA {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	line-height:24px;
	vertical-align: bottom;
}

.whiteB {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	line-height:24px;
	vertical-align: bottom;
	font-style: italic;
}
.valid {
	color: #093;
	padding-left: 75px;
}

.invalid {
	color: #C00;
	padding-left: 75px;
}

#popup {
	margin: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	visibility: visible;
	z-index: 200;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 100%;
	background-image: url(/css/transbg.png);
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.popupcentre {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}

#pwLogoIn {
	margin: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	visibility: visible;
	z-index: 200;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 100%;
	background-image: url(/css/transbg.png);
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
.textinput {
	/*width: 300px; */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 0px solid #000;
	-moz-box-shadow:inset 0px 1px 5px 0px #000;
	-webkit-box-shadow:inset 0px 1px 5px 0px #000;
	box-shadow:inset 0px 1px 5px 0px #000;
	padding: 3px;
	font-size: 105%;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

.textinput::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.textinput:-moz-placeholder {
   color: #999;
   font-weight: normal;
   	font-style: italic;
}

.textinput:-ms-input-placeholder {
   color: #999;
   font-weight: normal;
   	font-style: italic;
}

.searchbox {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 149px;
	height: 12px;
	font-size: 11px;
	color: #333;
	margin: 0;
	text-align: left;
	vertical-align: top;
	outline:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 0px solid #000;
	-moz-box-shadow:inset 0px 0px 5px 0px #000;
	-webkit-box-shadow:inset 0px 0px 5px 0px #000;
	box-shadow:inset 0px 0px 5px 0px #000;
	/* background-color: #90aa00; */
	background-color:#f1f1f1;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
}

.searchbox::-webkit-input-placeholder {
   color: #666;
   font-weight: normal;
   font-style: italic;
}

.searchbox:-moz-placeholder {
   color: #666;
   font-weight: normal;
   	font-style: italic;
}

.searchbox:-ms-input-placeholder {
   color: #666;
   font-weight: normal;
   	font-style: italic;
}

/*************** TOOL TIPS *****************/
.hasTipBox {
	text-align:left;
	padding: 10px;
	margin: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #333;
	background-color: #FFC;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
	font-size: 12px;
	color: #333;
}

.tip-title {
	font-weight: bold;	
}

/*************** MODULES *****************/

.ModuleA {
	width: 186px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
	border: 1px solid #AAA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
	padding: 0px;
	
}

.ModuleA h1 {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow:1px 1px 3px #AAA;
}

.ModuleApanel {
	background-image: url(/theme/moduleStripe3.png);
	background-repeat: repeat;
	border: 1px solid #AAA;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.ModuleApanel p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0px;
	
}

.ModuleApanel h3 {
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	text-align: right;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0.5em;
	font-weight: normal;
}

.ModuleBpanel {
	background-image: url(/theme/moduleStripe3.png);
	background-repeat: repeat;
	border: 1px solid #AAA;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.ModuleBpanel p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: center;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.Module {
	width: 190px;
	padding-top: 10px;
	padding-left: 5px;
}

.ModuleTop {
	width: 190px;
	background-image: url(/theme/moduletop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	line-height: 32px;
	height: 26px;
	color: #666;
}

.ModuleBot {
	width: 190px;
	background-image: url(/theme/modulebot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 13px;
	line-height: 32px;
	height: 25px;
	vertical-align: bottom;
	color: #666;
}

.ModuleBody {
	width: 190px;
	background-image: url(/theme/modulebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ModuleBody p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: left;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.ModuleBodyB {
	width: 190px;
	background-image: url(/theme/modulebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ModuleBodyB p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: center;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.ModuleBody h3 {
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	text-align: right;
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}

.ModuleC {
	width: 740px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 2px;
	border: 1px solid #AAA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black;
	padding: 3px;
	text-align: center;
	float: left;
}

.ModuleC h15 {
	font-size: 14px;
	color: #555;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow:1px 1px 3px #AAA;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.ModuleCpanel {
	width: 716px;
	background-image: url(/theme/moduleStripe3.png);
	background-repeat: repeat;
	border: 1px solid #AAA;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
/*

.ModuleCpanel p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0px;
	
}
*/
.ModuleCpanel h6 {
	font-size: 100%;
	margin: 0px;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0;
	font-weight: bold;
}

/*************** ADVERTS *****************/
#MainAd {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

/*************** SOCIAL *****************/

#SocialContainer {
	padding-left: 25px;
	margin: 0;
	display: table;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: left;
	height: 24px;
	width: 550px;
	float: left;

}

.SocialDivide {
	display: table-row;
	margin: 0;
	vertical-align: middle;
}

.SocialPlugIn {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	margin: 0;
	line-height: 24px; 
	font-size: 0px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	
	/*
	height: 26px;
	line-height: 26px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff;
	-moz-box-shadow: 2px 2px 7px black;
	-webkit-box-shadow: 2px 2px 7px black;
	box-shadow: 2px 2px 7px black;
	background-color: #DDD;
	margin-right: 5px;
	
	*/
}


/*************** ADDITIONAL PAGE FORMATING *****************/

.aDate {
	font-size: 75%;
	font-style: italic;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin-bottom: 25px;	
	
	/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; 
	
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	box-shadow: 1px 1px 3px black;
	*/
}

.Artshead {
	background-color: #333333;
	display: block;
	vertical-align: middle;
	width: 750px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background-image: url(/theme/formbg.jpg);
	background-repeat: repeat;
	background-position: center center;
	-moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff;
	-moz-box-shadow: 2px 2px 7px black;
	-webkit-box-shadow: 2px 2px 7px black;
	box-shadow: 2px 2px 7px black;
	float: left;
}

.Artshead p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #e9e8d4;
	padding: 5px;
	border: 1px dotted #e9e8d4;
	margin: 0px;
	line-height: 140%;
}

.Artshead a:link       { text-decoration: none; color: #e9e8d4 }
.Artshead a:visited    { text-decoration: none; color: #e9e8d4 }
.Artshead a:active     { text-decoration: underline; color: #e9e8d4 }
.Artshead a:hover      { text-decoration: underline; color: #e9e8d4 }

.small {
	font-size: 80%;
}
.pages {
	font-size: 75%;
	color: #333333;
	font-weight: bold;	
}

#pwPageNav {
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	width: 100%;
}

.obit {
	margin: 15px;
	padding: 25px;
	border: medium solid #000;	
}

.numPages {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	letter-spacing: normal;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	font-style: italic;
	line-height: 10pt;
}

/* Wildcard on ID's starting 'page-' 
div[id^='page-']
{
	display:none;
}
*/
#page-1 {
	display:block;
}
/*
#page-2 {
	display:none;
}

#page-3 {
	display:none;
}

#page-4 {
	display:none;
}

#page-5 {
	display:none;
}

#page-6 {
	display:none;
}

#page-7 {
	display:none;
}

#page-8 {
	display:none;
}

#page-9 {
	display:none;
}

#page-10 {
	display:none;
}

#page-11 {
	display:none;
}

#page-12 {
	display:none;
}

#page-13 {
	display:none;
}

#page-14 {
	display:none;
}

#page-15 {
	display:none;
}
*/
/*************** MEDIA PLAYER *****************/

.pwMedia {
	-moz-box-shadow: 2px 2px 7px black;
	-webkit-box-shadow: 2px 2px 7px black;
	box-shadow: 2px 2px 7px black;
	text-align: center;
	border: 1px solid #000;
	background-color: #000;
}

#pwMPcaption {
	text-align: justify;
	margin-top: 25px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	padding-right: 25px;
	padding-left: 25px;
	-moz-box-shadow-bottom: 4px 4px 4px black;
	-webkit-box-shadow-bottom: 4px 4px 4px black;
	box-shadow-bottom: 4px 4px 4px black;

}

#pwMPcredit {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 0px;
}

/*************** APD *****************/

#APDpanel {
	padding-top: 25px;
	padding-bottom: 25px;
}

.APDinset {
	padding-top: 25px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}


.APDlist {
	font-size: 10pt;
	width: 100%;
	clear: both;
}

.APDlist dl {
	margin: 0;
	width: 90%;
	text-align: left;
	clear: left;
	display: block;
}

.APDlist dt {
	clear: left;
	float: left;
	width: 150px;
	padding: 3px 0px;
	margin: 0;
	font-style: italic;
}

.APDlist dd {
	float: left;
	width: auto;
	padding: 3px 0;
	margin: 0;
}

#APDproduct {
	
}



#APDproduct h1 {
	font-size: 135%;
	font-weight: bold;
	border: none;
	text-align: center;	
}

#APDproduct h2 {
	font-size: 85%;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	/* line-height: 25px; */
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #000;
}

#APDproduct p {
	font-size: 90%;
	border: none;
	/*text-align: left;	*/
}


#APDproduct .credit {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 0px;	
}

#APDproduct .image {
	border: 1px solid #333333;
	margin: 5px;
}

#APDimages {
	text-align: center;		
}

#APDcomebacks {
	width: 90%;
	margin: 0;
	padding: 15px;
}

#APDcomebacks .comeback {
	text-align:justify;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#APDcomebacks .comebackSource {
	padding: 10px;
	text-align:right;
	font-style: italic;	
}


#APDdissemination {

}

#APDdissemination h2 {
	text-align: left;
}

.tablespacer{
	padding-top: 12px;
	padding-bottom: 12px;
}

.tablemaster {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	/* background-image: url(/theme/formbg.jpg); 
	background-repeat: repeat;
	background-position: center top;*/
	
	padding: 0;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
	margin: 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.tablehead {
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e8d4;
	height: 20px;	
	line-height: 20px;
	background-image: url(/theme/tablehead.png); 
	background-repeat: repeat;
	background-position: center top;
}

.tabletext {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	/*
	background-image: url(/theme/tabletextcell.png);
	background-repeat: repeat;
	*/
}

.tableRowA {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	border-left-color: #333333
	height: 20px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.tableRowB {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	border-left-color: #333333
	height: 20px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	background-image: url(/theme/tabletextcell.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/*************** LISTS *****************/


.listItem {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 0px;
	margin: 0;
	border: 0;
	float: left;	
	width: 99%;
}

.indentBlock {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

.indentBlockA {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	clear:both;
}
.indentBlockB {
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
	padding-bottom: 3em;
	margin: 0;
}

.blockRight {
	padding-left: 65px;
}

.blockRightB {
	padding-left: 145px;
}

.blockRightC {
	padding-left: 185px;
}
.smallBody {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

.smallWhite {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
/*************** NEWS ITEMS *****************/
.newsItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

.newsDate {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

.newsDesc {
	font-size: 92%;
	padding-bottom: 8px;
	margin: 0;
}

/*************** FOR PRINT *****************/
#pwPrintHeader {
	display: none;
	margin: 0;
	text-align: center;
	/*
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999;
	*/
	padding-top: 2mm;
	padding-bottom: 1cm;
}


/*************** D ARCHIVE *****************/

.listWrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;	
	width: 897px; 
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 15px;
	display: block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/*
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	box-shadow: 1px 1px 3px black;
	
	*/
}

.listWrapperShort {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;	
	width: 702px; 
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 15px;
	display: block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/*
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	box-shadow: 1px 1px 3px black;
	
	*/
}

.listWrapperNews {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 15px;
	display: block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.dSearchBox {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
	background-color:#ededed;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	padding:12px 26px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-left: 20%;
	margin-right: 20%;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
}

.dSearchInput {
	height: 30px;
	width: 360px;
	font-size: 16px;
	color: #333;
	margin: 0;
	text-align: left;
	vertical-align: top;
	outline:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #AAA;
	-moz-box-shadow:inset 1px 1px 1px 1px #555;
	-webkit-box-shadow:inset 1px 1px 1px 1px #555;
	box-shadow:inset 1px 1px 1px 1px #555;
	background-color:#f1f1f1;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
}

.dSearchInput::-webkit-input-placeholder {
   color: #000;
   font-weight: normal;
   font-style: italic;
}

.dSearchInput:-moz-placeholder {
   color: #000;
   font-weight: normal;
   	font-style: italic;
}

.dSearchInput:-ms-input-placeholder {
   color: #000;
   font-weight: normal;
   	font-style: italic;
}

.dSearchGo {
	/*
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e999e), color-stop(1, #262426) );
	background:-moz-linear-gradient( center top, #9e999e 5%, #262426 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e999e', endColorstr='#262426');*/
	background-color:#262426;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	border:1px solid #333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:7px;
	text-decoration:none;
	margin-left: 10px;
}.dSearchGo:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #262426), color-stop(1, #9e999e) );
	background:-moz-linear-gradient( center top, #262426 5%, #9e999e 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#262426', endColorstr='#9e999e');*/
	
	background-color:#9e999e;
}.dSearchGo:active {
	position:relative;
	top:1px;
}

.pwVideoContainer {
	background-color: #3c3c3c;
	background-image: url(/psywar/images/timer02.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: auto;
	border: 1px solid #000;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
}

/* --- COLOUMN WRAPS --- */

.css3blockWrap {
	margin: 0;
	padding: 0em;
	padding-top: 0.4em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	display: block;

}
.css3ColWrap {
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0.3em;
	display: block;
	-moz-border-radius:0.18em;
	-webkit-border-radius:0.18em;
	border-radius:0.18em;	
	background-color: #FFF;	
	-moz-box-shadow: 1px 1px 0.18em black;
	-webkit-box-shadow: 1px 1px 0.18em black;
	box-shadow: 1px 1px 0.18em black;
}

.css3LeftCol25 {
	margin: 0;
	padding: 0.5em;
	float:left;
	width: 25%;
}

.css3LeftCol33 {
	margin: 0;
	padding: 0.5em;
	float:left;
	width: 33.33%;
}

.css3LeftCol50 {
	margin: 0;
	padding: 0.5em;
	float:left;
	width: 50%;
}

.css3LeftCol66 {
	margin: 0;
	padding: 0.5em;
	float:left;
	width: 66.66%;
}

.css3RightColResponsive {
	margin: 0;
	padding: 0.5 em;
	padding-left: 1em;
	padding-right: 1em;
	overflow:hidden;
}