/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
html, body, #form1, #tblMain
{
	width: 100%;
	height: 100%; /*text-align: center;*/
	vertical-align: bottom;
	padding: 0;
	margin: 0;

}

/*
*
{
	padding: 0;
	margin: 0;
}
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2
{
	margin-bottom: 5px;
}
#wrapper
{
	margin: 0 auto;
	width: 923px;	
}
#header, #headerHome
{
	color: #FFFFFF;
	width: 901px;
	float: left;
	padding: 10px;
	height: 65px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;	
	vertical-align:middle;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;	
}
#headerHome
{	
	height: 100px;
}
#navigationHome
{
	float: left;
	background-color: #DC640D;
	width: 882px;
	color: #ffffff;
	padding: 10px 20px 10px 19px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#navigation
{
	float: left;
	width: 884px;
	color: #ffffff;
	padding: 10px 20px 10px 19px;
	margin: 0px 0px 0px 0px;
	background: #023E88;
}
img.userIMG
{
	float: left;
	margin-top: 17px;
	margin-left: 30px;
}
#leftcolumn
{
	color: #023E88;
	background: #CADB2A;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	height: 562px;	
	width: 210px;
	float: left;
	text-align: center;
	border-bottom:solid 1px black;
	border-left:solid 1px black;
}
#content
{
	float: left;
	color: #023E88;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 562px;
	width: 462px;
	display: inline;
	overflow: auto;
	border-bottom:solid 1px black;
	
}
#contentNoRightMenu
{
	float: left;
	color: #023E88;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 562px;
	width: 690px;
	display: inline;
	overflow: auto;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}
#contentHome
{
	float: left;
	color: #023E88;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 500px;
	width: 901px;
	display: inline;
	overflow: auto;
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

#rightcolumn
{
	color: #023E88;
	background: #EDF2C1;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
	height: 100%;
	width: 206px;
	height:562px;
	float: left;
	clear: right;
	position: relative;
	border-bottom:solid 1px black;
	border-left:dotted 1px gray;
	border-right:solid 1px black;
	overflow:auto;
}
.clear
{
	clear: both;
}

hr.PFUploadMenuHR
{
	color: #023E88;
	font-weight: bold;
	margin-top: 10px;
}
div#PFUploadLHMenu
{
	width: 100%;
}
/*lh menu stylin' override the visited colors*/
span.LHStaticMenuItem
{
	color: #023E88;
}
/*span.RHStaticMenuItem a:link, a:visited, a:active, a:focus
{
	color: #023E88;
}*/

span.RHStaticMenuItem, a
{
	color: #023E88;
}



#ctl00_imgPositivFuturesLogo
{
	margin-top: 8px;
	margin-left: 20px;
	float: left;
}
#ctl00_imgPositivFuturesLogoHome
{
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}
#ctl00_cphContent_PFUploadLogin1_login_LoginButton
{
	border: 1px solid #023E88;
	background-color: #DC640D;
	color: #023E88;
}
input.button
{
	border: 1px solid #023E88;
	background-color: #DC640D;
	color: #023E88;
}

label.inputLabel
{
	display: block;
	width: 200px;
	float: left;
	text-align: left;
	margin-bottom: 2px;
	font-weight: bold;
	/*added below, may knock other screens out*/
	clear:left;
}
label.udj
{
	font-weight: bold;
	display: block;
	width: 120px;
	float:left;
	clear:left;
}
input.field
{
	width: 200px;
	border: 1px solid #023E88;
	float: left;
	margin-bottom: 2px;
	display: block;
	color: #023E88;
}
span.field
{
	margin-bottom: 2px;
	color: #023E88;
}
textarea.field
{
	width: 200px;
	border: 1px solid #023E88;
	float: left;
	margin-bottom: 2px;
	display: block;
	font-family: Arial;
	color: #023E88;
}


/*validation summary*/
#ctl00_cphContent_vs
{
	margin-left: 20px;
}

#ctl00_cphContent_fvRegister_imgLogo
{
	border: 5px solid #023E88;
}
img.bottommargin10bordernone
{
	margin-bottom: 10px;
	border: none;
}
img.bordernone
{
	border: none;
}

fieldset
{
	border: solid #DC640D 1px;
	padding: 20px 15px 10px 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}
legend
{
	color: #023E88;
	border: solid #DC640D 1px;
	padding: 3px;
	font-weight: bold;
}
div#PFUploadMediaRHMenu
{
	width: 190px;
	float: right;
	border: 1px solid #023e88;
	margin-top: 9px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 0px;
	color: #023e88;
	background-image: url(../../images/GradientLavender5002000b.png);
	background-position:left top;
	height: 485px;
	overflow:auto;
	/*background-color: #edf2c1;*/
}
div#PFUploadFotosRHMenu
{
	width: 210px;
	float: right;
	border: 1px solid #023e88;
	margin-top: 9px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
	color: #023e88;
	background-image: url(../../images/GradientLavender5002000b.png);
	background-position:left top;
	/*background-color: #edf2c1;*/
}

/*Below is the styling for the Telerik radcontrol image viewer*/
.previewPane
{
	background-color: #fff;
	background-image: url(Images/previewPaneBg.gif);
	background-repeat: no-repeat;
}
.infoPane
{
	background-color: #fff;
	background-image: url(Images/infoPaneBg.gif);
	background-repeat: no-repeat;
}
.infoPaneBg
{
	margin-top: 20px;
	background-color: #fff;
	background-image: url(Images/grayBg.gif);
	background-repeat: no-repeat;
	height: 192px;
	width: 272px;
}
.imageDetailsHeader
{
	font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.details
{
	font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	margin-left: 30px;
	width: 230px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.detailsTxtBox
{
	font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	height: 13px;
	border: solid 1px #ccc;
}
a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus
{
	text-decoration: none;
	border: solid 1px #808080;
	display: inline-block;
	width: 50px;
	font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
	text-align: center;
	margin-top: 4px;
	background-color: #e8e8e8;
	color: #808080;
}
a.editBtns:hover
{
	color: #3b3b3b;
}
.thumbsViewer
{
	background-color: #fff; /*background-image: url(Images/thumbsBg.gif);*/
}

.RotatorImage
{
	margin: 0px 11px;
	cursor: hand;
	cursor: pointer;
}
/*End image viewer style*/

.table1header
{
	font-weight: bold;
	background-color: #023E88;
	color: #ffffff;
	padding: 4px;
	border: solid #023E88 1px;
}
div#whatsthecrackdiv
{
	margin-top: 21px;
	text-align: center;
}
div#whatsthecrackdiv a, div#whatsthecrackdiv a:link, div#whatsthecrackdiv a:hover, div#whatsthecrackdiv a:visited
{
	margin-bottom: -8px;
	display: block;
}


/* Popup Info Style */

p.PopupInfo
{
	font-size: 11px;
	font-style:italic;
}
/* video gallery div */
div.videoGallery
{
	border:1px sold black;
}
/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(../../Images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}
#divToggle div
{
	height: 30px;
	padding:6px;
}

#master_content .collapsePanelHeader a
{
	color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
	text-decoration: none;
	background: none;
}
