
/* Website Width Styles */
/* ==================== */


/* Used - Jan. 2009 (Public.Master) */
#headcontent 
{
	width: 900px;
	position: relative;
	border-right: 1px solid #cccccc;
}

/* Used - Jan. 2009 (Public.Master) */
#bodycontent
{
	width: 900px;
	border-right: 1px solid #cccccc;
	overflow:hidden;
	/* border: 1px solid ; */
	position: relative;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	/* border: dotted 0px blue;	*/
}

/* Used - Jan. 2009 (_Form.aspx) */
#div_copyright
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	    
}

/* Used - Jan. 2009 (Public.Master) */
#footcontent
{
	width: 900px;
	height: 140px;
	position: relative;	
	clear: both;	
	border-right: 1px solid #cccccc;
}

/* Used - Jan. 2009 (Foot.ascx) */
#footmenu
{
	width: 900px;
	height: 24px;
	text-align: center;
	
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
}

/* Used - Jan. 2009 (Foot.ascx) */
#footsystemelement {
	width: 900px;
	/*height: 200px;*/
	padding:4px 0px 4px 0px;
	text-align: center;
	
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

/* Used - Jan. 2009 (Foot.ascx) */
#footer {
	width: 900px;
	height: 20px;
	
	background-image: url(img/foot01.jpg);
	background-repeat: no-repeat;
	position: relative;	
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;	
	vertical-align: middle;
	
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
}


/* Used - Jan. 2009 (Register.ascx.cs - lbl_earlyBirdStatusMsg) */
.msg {
    background-color: #FFF7D7;
    border: 1px solid #FAD162;
    padding: 4px 6px 4px 6px;
    color: Green;
}


/* Used - Jan. 2009 (Payment.ascx.cs / Register.ascx.cs) */
.alert {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    letter-spacing: 0.7px;
    
    width: 360px;
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:4px 6px 4px 6px;
    vertical-align: middle;
}

/* Used - Jan. 2009 (Payment.ascx.cs) */
.paymentApproved {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    letter-spacing: 0.7px;
    
    width: 360px;
    background-color: #33FF66;
    border: 1px solid #00CC00;
    padding: 4px 6px 4px 6px;
    vertical-align: middle;
    text-align: center;
}

/* Used - Jan. 2009 (Payment.ascx.cs) */
.paymentDeclined {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    letter-spacing: 0.7px;
    
    width: 440px;
    background-color:#FFFF00;
    border:1px solid #CCCC66;
    padding:4px 6px 4px 6px;
    vertical-align: middle;
}

/* Used - Jan. 2009 (Payment.ascx) */
.paymentSteps {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.7px;
    
    width: 96%;
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:4px 6px 4px 6px;
    vertical-align: middle;
}

/* Used - Jan. 2009 (_Print.aspx) */
.btnPrint
{
	padding: 3px 6px 3px 6px;
}

/* Used - Jan. 2009 */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}

/* Used - Jan. 2009 */
.default {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
}

/* Used - Jan. 2009 */
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
}

/* Used - Jan. 2009 (ForgotPassword.ascx) */
.invalid
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;	
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-decoration: none;	

}

/* Used - Jan. 2009 */
div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-decoration: none;	
}

/* Used - Jan. 2009 */
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-decoration: none;	
}

/* Used - Jan. 2009 (Public.Master) */
#leftcontent
{
	background-color: White;
	border: 0px solid red;
	
	width: 200px;
	float: left;
	/* border-right: 1px solid #cccccc;	 */
}

/* Login Area */

/* Used - Jan. 2009 (Public.Master) */
#logincontent
{
	width: 198px;
	float: left;
	padding: 0px 0px 0px 0px;	
	border-right: 1px solid #cccccc;
	border: 0px solid green;
}

/* Used - Jan. 2009 (Login.ascx) */
#loginheading
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	padding: 4px 0px 0px 0px;
	vertical-align: baseline;
}

/* Used - Jan. 2009 (Login.ascx) */
#loginarea
{
	position: relative;	
	padding: 0px 0px 10px 0px;	
	
	background-image: url(img/news_back.gif);
	background-repeat: repeat-x;
	
	/* 2009 Color
	background-color: #C6BEB1;
	*/
	
	/* height: 112px;
	width: 189px;*/
	border-right: 1px solid #cccccc;
	width: 199px;	
}

/* Used - Jan. 2009 (Login.ascx) */
#loginforgotarea {
	position: relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: right;	
	padding: 2px 0px 2px 0px;
	border: 0px solid red;
}

/* Used - Jan. 2009 (Login.ascx) */
#loginforgot
{
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
}

/* Used - Jan. 2009 (Login.ascx) */
#loginbtn
{
	padding: 4px 0px 4px 6px;	
	position: relative;	
	text-align: right;
}

/* Used - Jan. 2009 (Login.ascx - 'First Time User?') */
#signup
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
}

/* Used - Jan. 2009 (Public.Master) */
#menucontent
{
	width: 200px;
	float: left;
	padding-left: 0px;
}

/* Used - Jan. 2009 (Public.Master) ??? NOT Actually Displayed ??? */
#newscontent
{
	width: 199px;
	float: left;	
	border-right: 1px solid #cccccc;
	background-color: White;
	display: block;
}

/* Used - Jan. 2009 (News.ascx) ??? NOT Actually Displayed ??? */
#newscontainer
{
	padding: 0px 0px 5px 0px;	
	background-image: url(img/news_back.gif);
	background-repeat: repeat-x;
	/*height: 250px;*/
	
	width: 199px;		
}

/* Used - Jan. 2009 (News.ascx) ??? NOT Actually Displayed ??? */
#newsarea
{
	padding: 5px 5px 5px 6px;
	height: 300px;
}

/* Used - Jan. 2009 (Public.Master) */
#maincontent {
	border-right: 0px solid red;
	position: relative;
		
	padding: 0px 0px 0px 0px;
	text-align: left;	
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: Black;
	
	float: right;
	/*display: block;	*/
}

/* Public Content Area */
/* Used - Jan. 2009 (All Public pages?) */
#publiccontent {
    width: 660px;
    padding: 10px 20px 20px 0px;
    vertical-align: top;
    border: 0px solid blue;
}

/* Secure Content Area */
/* Used - Jan. 2009 (All Secure pages?) */
#securecontent {
	width: 660px;
	padding: 10px 20px 20px 0px;
	vertical-align: top;
}

/* Login Styles */
/* Used - Jan. 2009 (Login.ascx) */
#logincontainer
{
	padding: 4px 4px 4px 6px;
	position: relative;
}

/* Used - Jan. 2009 (Login.ascx) */
#loggedincontainer
{
    padding: 4px 4px 4px 6px;
    height: 200px;
    position: relative;
    display: block;    
}

/* Used - Jan. 2009 (Login.ascx) */
#loginusr
{
	border:0px solid red;
	width: 170px;
	position: relative;
	/*height: 22px;*/
	padding-bottom: 3px;
	clear: both;
}

/* Used - Jan. 2009 (Login.ascx) */
/* Username - Password */
#loginusrlbl {	
	border: 0px solid red;
	width: 72px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	float: left;
	vertical-align: middle;
	position: relative;
	top: 5px;
	left: 5px;
}

/* Used - Jan. 2009 (Login.ascx) */
#loginusrtxt
{
	border:0px solid red;
	width: 80px;
	float: right;
	position: relative;
}

/* Footer Area */
/* Used - Jan. 2009 (Foot.ascx) */
#footcopyright
{
	width: 550px;
	float: left;
	padding: 3px 0px 0px 5px;
}

/* Used - Jan. 2009 (Foot.ascx) */
#footlinks
{
	width: 200px;
	float: right;
	text-align: right;
	padding: 3px 5px 0px 0px;	
}

/* Used - Jan. 2009 (Head.ascx) - Francais | Sitemap */
.headnavlink {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
}

/* Used - Jan. 2009 (Login.ascx) - Sign up for an account */
.loginsignuplink {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Blue;
	font-weight: normal;
}

/* Used - Jan. 2009 (Login.ascx) - Forgot your password? */
.loginforgotlink {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
}

/* Form Styles */

.ddl /* Not currently used - (AJ - Jan. 2009) */
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.7px;
}

/* Used - Jan. 2009 */
.txtBox
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.7px;
  height: 14px;  
  width: 80px;
}

/* Paper Submission Page */

/* Used - Jan. 2009 */
.txtBoxMulti
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.7px;
  height: 50px;
  width: 350px;
}

/* Used - Jan. 2009 */
.btn
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.7px;
  height: 22px;
}

/* Used - Jan. 2009 - _Upload.aspx */
.btn_upload
{
    font-size: 11px;
    padding: 4px 6px 4px 6px;
}

/* Used - Jan. 2009 (Login, Signup) */
.msgcontent
{
	border: #ff9900 1px solid;
	padding: 4px 6px 4px 6px;	
	height: 50px;
	font-weight: bold;
	font-size: 11px;	
	width: 300px;
	color: red;		
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 0.7px;
	background-color: yellow;
	text-align: center;
	text-decoration: none;
	
	margin: 3px 0px 3px 0px;	
}

/*  Used - Jan. 2009 (_Upload.aspx) */
.msgsuccess 
{
	border: #339933 1px solid;
	padding: 6px 8px 6px 8px;	
	height: 50px;
	font-weight: bold;
	font-size: 11px;	
	width: 300px;
	color: #339933;		
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 0.7px;
	background-color: #66ff00;
	text-align: center;
	text-decoration: none;
	
	margin: 3px 0px 3px 0px;	
}

/* Used - Jan. 2009 (Conference.resx for Signup 'Success' message) */
.msgok
{
	border: #666666 1px solid;
	padding: 4px 6px 4px 6px;	
	height: 24px;
	font-weight: bold;
	font-size: 11px;	
	width: 300px;
	color: Black;		
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 0.7px;
	background-color: Lime;
	text-align: center;
	text-decoration: none;
	
	margin: 3px 0px 3px 0px;
}

/* Used - Jan. 2009 (Login) */
#membermenuarea
{
	/* background-image: url(../img/login_back.gif);
	background-repeat: repeat-x; */
	padding: 10px 20px 5px 0px;		
	width: 150px;
	position: relative;	
	
	border: 0px solid red;
}

/* Used - Jan. 2009 (Payment) */
#cscetitle
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.4px;
  background-color: #666666;
  padding: 2px 2px 2px 6px;
  height: 14px;
  color:White;
  border-bottom: 2px solid white;	
  margin-right: 0px;
}

/* Used - Jan. 2009 (Payment) Is this displayed correct? */
.cellYellow
{
	background-color: Yellow;
}

/* Used - Jan. 2009 (PapersPanelBar.ascx) */
.paperPanelBar {
    padding: 10px 0px 10p 20px;
    width: 480px;
}

/* Used - Jan. 2009 (_Form.ascx) */
#div_loi 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: Black;
    letter-spacing: 0.7px;
}

/* Used - Jan. 2009 (_Form.ascx - If LOI has <p> tags) */
#div_loi.p
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: Black;
    letter-spacing: 0.7px;    
}


/* Used - Jan. 2009 (Menu Items) */
.menuItem {
	background-image: url(img/menu01.gif);
	background-repeat: repeat-x;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 11px !important; 
	font-weight: bold !important;
	color: #092856 !important;
	padding-top: 4px !important;
	/*padding-left: 0px !important;*/
	cursor: pointer !important;
	height: 27px !important;
}

