html,body
{
      margin:0;
      padding:0;
      /* height:100%; This caused height problems for the header! */      
      border: none;
}

/* Head Container
This contains all header information */
#headcontent
{
	background-color: #5a6b7d;
	position: relative;
}

/* Body Container
This contains #leftcontent and #maincontent */
#bodycontent
{
	border: 0px solid red;
	
	width: 900px;
	overflow: visible; 
	position: relative;	
	vertical-align: top;
}

/* Main Area
This holds the body text of each webpage */
#maincontent
{
	border: 0px solid red;
	vertical-align: top;
	
	padding: 20px 0px 0px 10px;
	text-align: left;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;	
	
	/* float: right; */
	position: relative;
}

#treeviewweb
{
	padding-top: 10px;
	overflow: auto;
}


#csisplitcontainer
{
	width: 980px;
	border: 0px solid black;
	position: relative;
}

#csisplitnav
{
	width: 230px;
	border: 0px solid black;
	padding-top: 10px;
	float: left;
	background-color: #ffffff;
	overflow: auto;
}

#csisplitmain
{
	float:right;
	border: 0px solid black;	
	text-align: left;
	padding-left: 10px;
	overflow: visible;
}

#content
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	overflow: auto;
}

.msgcontent
{
	border: #ff9900 1px solid;
	padding: 4px 6px 4px 6px;	
	height: 50px;
	font-weight: bold;
	font-size: 11px;	
	width: 300px;
	color: red;		
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 0.7px;
	background-color: yellow;
	text-align: center;
	text-decoration: none;
	
	margin: 3px 0px 3px 0px;
}

.msgok
{
	border: #666666 1px solid;
	padding: 4px 6px 4px 6px;	
	height: 50px;
	font-weight: bold;
	font-size: 11px;	
	width: 300px;
	color: white;		
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 0.7px;
	background-color: limegreen;
	text-align: center;
	text-decoration: none;
	
	margin: 3px 0px 3px 0px;
}

#footer 
{
	position: absolute;  /* Needed for Safari */
	background-color: #eeeeee;
	width: 100%;
	/* */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #666666;
	padding-top: 4px;	
	height: 50px;
}

#footer a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: Blue;
}

#footer img
{
	padding-right: 4px;
}

/*

#footer
{	
	position: absolute;
	bottom: 0;
	
	width: 100%;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	
}


*/	
	
#footer h1 {
	padding-bottom: 0;
}
h1, p {
	margin: 0;
	padding-bottom: 1em;
}
h1 {
	font-size: 12px;
	line-height: 1.5em;
}

/****************************************************************/

/* RadEditor Specific Styles */
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered
{  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: Black;
 font-weight: normal;
 text-decoration: none;	
}

.radcomments
{
	height: 40px;
}

#fullheight{height:100%}

#breadcrumbs
{
	padding: 10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

/*
#contain
{
	width: 980px;
	border: 1px solid black;
	position: relative;
}

#options
{
	width: 400px;
	float:left;
	border: 1px solid black;
}

#buttons
{
	width: 570px;
	border: 1px solid black;
	text-align: right;		
	padding-left: 340px;
}

*/

/*
#footer
{	
	position: absolute;
	bottom: 0;
	
	width: 100%;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-top: 2px solid #666666;
	padding-top: 4px;	
}

#footer a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: Blue;
}

#footer img
{
	padding-right: 4px;
}
*/

/* //////////////////////////////////////////
/////////////////////////////////////////////
///////////////////////////////////////////// */

/* For RAD Editor editing area */
/*
.content
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	padding: 0px;
}
#contents
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
}
/* End RAD styles */


/****************************************************************/
/* Header */

/* Template */
#header
{
	position: absolute;
	top: 0;
	
	width: 100%;
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
}

/* _head.ascx */
#headTitle
{
	/* position: relative; */
	width: 100%;
	/* height: 50px; */
	background-image: url(../img/headerbkgd.jpg);
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	height: 70px;
}

#headTitle img
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

#tabStrip
{
	/* position: relative; */ 
	width: 100%;
	background-color: #666666;
	margin: 0;
	padding: 0;
}

/****************************************************************/



#main
{
	margin: 0;
	padding: 10px 0px 0px 10px;
	vertical-align: top;
	border: 0px solid black;
	text-align: left;
	background-color: #ffffff;
}

#mainarea
{
	padding: 10px 10px 10px 10px;
}

#contentLeft
{
	float: left;
	position: relative;
	width: 196px;
	height: 300px;
	margin: 0px 5px 0px 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: 0px solid black;
	text-align: left;
}

#contentRight
{
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border: 0px solid black;
}

#loader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	width: 600px;
	height: 400px;
	border: 0;
	padding-top: 200px;
	padding-left: 200px;
}

#loaderNews
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	width: 600px;
	border: 0;
	padding-top: 200px;
	padding-left: 200px;
}

#pulldownleft
{
	float:left;
}

.warning
{
	border-right: #ff9900 1px solid;
	padding-right: 6px;
	border-top: #ff9900 1px solid;
	padding-left: 6px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
	border-left: #ff9900 1px solid;
	width: 240px;
	color: red;
	padding-top: 4px;
	border-bottom: #ff9900 1px solid;
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 0px;
	background-color: yellow;
	text-align: center;
	text-decoration: none;
}

/* Login Styles */
#logincontainer
{
	width: 440px;
	border: 0px solid black;	
}


#loginmsg
{
	padding: 10px 4px 10px 4px;
	border: 0px solid black;
	height: 22px;
}

#logintitle
{
	background-color: #003366;
	padding: 4px 2px 4px 2px;
}

#loginbox
{
	width: 240px;
	background-color: White;
	border: 1px solid black;
	padding: 4px 4px 4px 4px;
	min-height: 80px;
}

#loginusr
{				
	position: relative;
	height: 22px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#loginusrlbl
{	
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	float: left;
	vertical-align: middle;
	position: relative;
	top: 5px;
	left: 5px;
	text-align: left;	
	
}

#vamicon1

{
	
	
    vertical-align:baseline;
	
	position: relative;
	float:left;
		
	
}
#vamicon2

{
	
	float:left;
	
	vertical-align: top;
	position: relative;
	
		
	
}

#loginusrtxt
{
	width: 140px;
	float: right;	
}

.txtLogin
{
	background-color: #eeeeee;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #000000;
	cursor: text;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	width: 120px;
	height: 18px;
	padding-left: 2px;
}

#loginpwd
{		
	position: relative;
	height: 22px;
	padding-bottom: 3px;
}

#loginpwdlbl
{
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	float:left;
	vertical-align: middle;
	position: relative;
	top: 5px;
	left: 5px;
	text-align: left;
}

#loginpwdtxt
{
	width: 140px;
	float: right;
}

#logincheckbox
{
	position: relative;
	padding-left: 60px;
	width: 140px;	
}

#loginforgotlink
{
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding-right: 14px;
	padding-top: 6px;
}

#loginbtn
{
	top: 4px;	
	position: relative;	
	cursor: pointer;
}

#containtabstrip
{
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
	position: relative;	
}

#containradeditor
{
	border-right: #cac3b1 1px solid;
	padding-right: 0px;
	border-top: #cac3b1 1px solid;
	padding-left: 10px;
	padding-bottom: 12px;
	margin: 0px;
	border-left: #cac3b1 1px solid;
	width: 680px;
	padding-top: 6px;
	border-bottom: #cac3b1 1px solid;
	background-color: #ece9d8;
	position: relative;
}

#containpagedetails
{
	border-right: #cac3b1 1px solid;
	padding-right: 0px;
	border-top: #cac3b1 1px solid;
	padding-left: 12px;
	padding-bottom: 12px;
	margin: 0px;
	border-left: #cac3b1 1px solid;
	width: 680px;
	padding-top: 12px;
	border-bottom: #cac3b1 1px solid;
	background-color: #ece9d8;
	position: relative;
}

#containcalendardetails
{
	border-right: #cac3b1 1px solid;
	padding-right: 2px;
	border-top: #cac3b1 1px solid;
	padding-left: 10px;
	padding-bottom: 12px;
	margin: 0px;
	border-left: #cac3b1 1px solid;
	width: 780px;
	padding-top: 12px;
	border-bottom: #cac3b1 1px solid;
	background-color: #ece9d8;
	position: relative;
}

.panError
{
	background-image: url(../VAM/Appearance/required.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	background-color: Yellow;
	border: 1px solid #31485E;
	padding: 2px 2px 2px 2px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	text-align: center;
	vertical-align: middle;
	color: Red;
	width: 240px;
}

.footer2
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646664;
	letter-spacing: 0.8px;
}

.mailid
{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #646664;
}

.panSuccess
{
	border: #31485e 1px solid;
	padding: 2px 4px 2px 30px;
	background-image: url(../img/success.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: lime;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	color: black;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#help
{
	background-color: #ffffcc;
	background-image: url(../img/about.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 8px 4px 4px 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 20px;
	letter-spacing: 0.7px;
	vertical-align: middle;
	color: Black;
	border: 1px solid Black;
}

#treePanel
{
	border: 0px solid red;	
}

#helpPanel
{
	margin: 10px 10px 10px 10px;
	background-color: White;
	border: 1px solid #cccccc;
	padding: 4px;	
}

#helpTitle
{
	background-color: #666666;
	background-image: url(../img/help16.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding: 3px 4px 4px 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 20px;
	letter-spacing: 0.7px;
	vertical-align: middle;
	color: White;
}

#helpContent
{
	background-color: White;
	padding: 4px 4px 4px 4px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	color: Black;
}


/*     

#default
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	float: left;
	width: 600px;
	height: 400px;
	margin: 10px 5px 0px 40px;
	padding: 10px 5px 0px 40px;
	vertical-align: top;
	border: 0px solid black;
}
*/

#mild
{
	padding: 2px 30px 0px 6px;
}
.defaultText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
/* Title Area */

/* 
Page Titles 
(ie: Website Editor, Menu Layout, etc.. 
*/
#title
{
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	color: #0066ff;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
}

#export
{
	width: 92%;
	height: 30px;
	vertical-align: bottom;
	border: 0px solid black;
	text-align: right;
}


/* Fonts */

.default
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
}

TD
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
}


.bold
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
}


/* Login */
.titlewhite
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: transparent;
}


.invalid
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	color: #993333;
}

.red
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	color: Red;	
}

/* Links */
a
{
	font-weight: normal;
	font-size: 11px;
	color: #3366ff;
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 0.7px;
	text-decoration: underline;
}


/* Forms */

.ddl
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
}

.txtBox
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	height: 16px;
	padding-top: 3px;
}

.txtWarning
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	height: 16px;
	padding-top: 3px;
	background-color: Yellow;
	border: 1px solid #999999;
}

.txtDisabled
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	height: 16px;
	padding-top: 3px;
	background-color: #eeeeee;
	border: 1px solid #999999;
}

.txtMulti
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
}

.txtBoxDate
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	height: 18px;
	background-color: Beige;
	border: 1px solid #31485E;
	padding: 2px 0px 0px 4px;
}

.btn
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 22px;
	background-color: #cccccc;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	cursor: pointer;
}

.btnSaveMenu
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 22px;
	background-color: #cccccc;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	cursor: pointer;

	margin-left: 30px;
}

.btnred
{
	background-color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
}


.btnHand
{
	cursor: pointer;
}

/* Used for Cells to push the Text down slightly */
.paddingTop
{
	padding-top: 4px;
}

#formTitle
{
	width: 100%;
	background-color: #ffffff;
	border: 0;
	margin: 0;
	border-top: 0px solid #6699ff;
	border-bottom: 0px solid #6699cc;
	border-right: 2px solid #cccccc;
	background-image: url(../img/formTitle.jpg); 
	background-repeat: repeat-x; 	
	background-position: top left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	text-indent: 6px;
	padding: 0px 0px 0px 14px;	
	color: Black;
	height: 28px;
}

#containmsg
{
	clear: both;
	position: relative;
	width: 670px;	
	background-color: #ece9d8; 
	border: #cac3b1 1px solid;
	padding-bottom: 6px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

#msgContainer
{
	clear: both;
	position: relative;
	width: 630px;	
	background-color: #ece9d8; 
	border: #cac3b1 0px solid;
	padding-bottom: 6px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

#radeditor
{
	clear: both;
	position: relative;
	width: 680px;
	background-color: #ece9d8;
	border: 0px solid black;
}

#formMsg
{
	width: 430px;	
	float: left;
	padding: 4px 0px 2px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
	color: black;
}

#savebtn
{
	width: 60px;
	text-align: right;
	float: right;
}
#cancelbtn
{
	width: 140px;
	text-align: right;
	float: left;
}

.imgTitle
{
	padding-top: 5px;
}

/* Below 2 should be identical */
#formcontainer
{	
	border: #cac3b1 1px solid;
	padding: 10px 10px 10px 10px;
	overflow: auto;
		
	clear: both;
	position: relative;
	width: 640px;
	background-color: #ece9d8;	
}

#formcontainerdelete
{
	border: #cac3b1 1px solid;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
		
	clear: both;
	position: relative;
	width: 640px;
	background-color: #ece9d8;	
}
/* Above 2 should be identical */


#calendarcontainer
{	
	border: #cac3b1 1px solid;
	padding: 20px 10px 10px 10px;
	overflow: auto;
		
	position: relative;
	width: 750px;
	background-color: #ece9d8;	
}

#formTitleContent
{
	padding: 11px 0px 0px 0px;
}

.formTitleCell
{
	width: 140px;
	background-color: #eeeeee;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 10px 6px 16px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	vertical-align: 10%;
	color: Black;
}

.formCell
{
	background-color: #eeeeee;
	border-bottom: 2px solid #cccccc;
	padding: 6px 0px 6px 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	vertical-align: 10%;
	color: Black;
}

.formCellTitle1
{
	background-color: #eeeeee;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	/* vertical-align: 10%; */
	color: Black;
}

.formCellRequired
{
	background-color: #eeeeee;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 2px 6px 2px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	/* vertical-align: 10%; */
	color: Black;
}

.formCellWarning
{
	background-color: #eeeeee;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 2px 6px 2px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	/* vertical-align: 10%; */
	color: Black;
}

.formCellInput
{
	background-color: #ece9d8;
	padding: 6px 0px 6px 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	vertical-align: 10%;
	color: Black;
	border: 0;
}

#layer1
{
	visibility: hidden;
}



/* Links */
.tip 
{	
	border-bottom: 1px dotted orange;
	text-decoration: none;
	color: Black;
	cursor: text;
}

.newwindow
{
	border-bottom: 1px dotted orange;
	text-decoration: none;
	color: Black;
	cursor: text;
}

.abbr {border-bottom-width:1px; border-bottom-style:dotted;}


#autosave
{		
	clear: both;
	position: relative;
	width: 670px;
	height: 30px;
	background-color: #ece9d8;	
	padding-bottom: 6px;
	padding-top: 5px;
	border-top: 1px solid #cac3b1;
}

#autosavelbl
{
	width: 340px;	
	float: left;
	padding: 4px 0px 2px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
	color: black;
	border: 0px solid black;
}

#autosavebtn
{
	width: 160px;
	text-align: right;
	float: right;
	border: 0px solid black;
}


#helpmsg
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;	
	color: black;
	clear: both;
	position: relative;
	width: 90%;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 4px 10px 4px 10px;
	overflow: hidden;
}

.helpmsgtitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.7px;	
	color: black;
}
