@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	QUADRO
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Forms cascading style sheet
	Nom:forms.css
	Version:1.0
	Date:October 15th, 2009
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright ©2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

form { 
	padding:7px 0 0 0; }

form li {
	margin:0;
	padding:0;
	list-style-type: none; 
	position:relative; }

form label.supportLabel {
	position: absolute;
	top:4px;
	left:10px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 100px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }

form input.supportInput, form textarea.supportInput {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 10px;
	width: 100%; }
	
form label.formLabel, label.formLabel {
	top:4px;
	left:10px; 
	font-size:13px;
	color:#666; 
	float: left; 
	width: 120px; 
	padding: 12px 0 0 0; 
	font-weight: normal; 
	display:block; }


.formItem {margin: 4px 20px 4px 0;}
label.formLabel-b {
	font-size:12px;
	color:#333; 
	float: left; 
	width: 120px; 
	padding: 7px 10px 0 0; 
	font-weight: normal; 
	display:block;
	line-height: 1;
	text-align: right;
}
.formTxt {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:11px;
	margin: 3px 0;
	outline: none;
	padding: 8px;    
}

.formOption {	
	color: #666;	
	margin: 3px 0;		   
}

form input, form textarea {
	background: #f7f7f7;
	/*border: 1px solid #ccc;*/
	color: #666;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	/*padding: 10px;    */
}
.btnHolder {margin-left: 120px;}

/* -- Start of Nathan's stuff for the modal...Shawn feel free to clean-up */
    #AddRegistrant{display:none;}
    /* Overlay */
    #simplemodal-overlay {background-color:#000; cursor:default;}

    /* Container */
    /*#simplemodal-container {height:400px; color:#000; width:600px;  background-color:#fff; border:4px solid #444; padding:12px;}*/
    #simplemodal-container {height:auto; color:#000; width:auto;  background-color:#fff; border:4px solid #444; padding:12px;}
    #simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
    #simplemodal-container a {color:#ddd;}
    #simplemodal-container a.modalCloseImg {background:url(../../Images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
    #simplemodal-container #basic-modal-content {padding:8px;}
    /* IE 6 hacks */
    #simplemodal-container a.modalCloseImg {background:url(../../Images/x.png) no-repeat; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/x.png',sizingMethod='scale');}
/* -- End of Nathan's stuff for the modal -- */

form input:hover, form textarea:hover, .formItem input:hover, .formItem textarea:hover { border: 1px solid #b5b4b4; }

form input:focus, form textarea:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

form input.submit, .btn-b {
	background: #323231;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border: none;
	cursor: pointer;
	/*display: block;*/
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	padding: 2px 10px 4px 10px;
	width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

form input.submit:hover {
	cursor:pointer; }

form input.submit:hover {
	background: #666666;
	text-shadow: 0 1px 0 #323231; }
		
form input.error { border: 1px solid #cc0000; }

/* Error Handling */
form .errorbox { 
	display:none; 
	margin:0; 
	font-weight:bold; 
	color:#bb252c; }

form li.alert label { 
	color:#bb252c; }


/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

/*Added by Setu*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

label.InfoLabel-b {
	font-size:12px;
	color:#333; 
	float: left; 	
	padding: 7px 10px 0 0; 
	font-weight: normal; 
	display:block;
	line-height: 1;
	font-weight:bold;
	
}
.fieldHeader
{
    font-weight:bold;
}
.profilePicture
{
    width:250px;
    height:170px;
    border:1 solid;
}
