body {
	background-image: url(images/main_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: tahoma;
	margin: 0px;
	padding: 0px;

}
.addproject{
	background-image: url(images/cpanel-btn.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	width: 134px;
	border: 0px solid #fff;
	margin: 0;
 	padding: 0;
 	margin-top: 10px;
 	cursor:pointer;
 	border:none;
}

.addproject2{
	background-image: url(images/cpanel-btn-sml.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	width: 96px;
	border: none;
	margin: 0;
 	padding: 0;
 	margin-top: 10px;
 	cursor:pointer;
 	border:none;
}

.addproject2:active {
	background-image: url(images/cpanel-btnhov-sml.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.addproject:active {
	background-image: url(images/cpanel-btnhov.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
a {
	text-decoration: underline;
	color: #000;
	font-family:Verdana;
}

a:hover {
	color: #5378a0;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #d8e4fb;
	width: 100%;
	border-bottom: 1px solid #9e9e9e;
	font-size: 16px;
	font-weight: normal;
	text-indent: 12px;
	
}

#wrapper {
	width: 1039px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	text-align:left;
}

#tophalf {
	padding: 0px;
	width: 1039px;
	height:349px;
	background-image: url(images/top-header.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#maincontent {
	width: 1039px;
	min-height: 780px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/maincontent-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	display:block;
}

#topnav {
	float: right;
	width: 515px;
	height: 25px;
	margin-top: 128px;
	padding-right: 60px;
	xpadding: 0px;
}

#topnav a {
        text-decoration: none;
}

#topnav ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#topnav li {
	display: inline;
	list-type: none;
	padding-right: 15px;
	font-size: 15px;
	line-height: 25px;
}

#topnav a {
	color: #000;
}

#topnav a:hover {
	color: #5378a0;
}

.signup {
	margin-left: 0px;
}

#right-content {
	position: relative;
	width: 650px;
	float: right;
	margin-top: -80px;
	margin-right: 28px;
	z-index: 999;
}

#left-content {
	float: left;
	width: 214px;
	height: 400px;
	margin-top: 25px;
	padding-left: 115px;
}

#footer {
	width: 1039px;
	background-image: url(images/footer-img.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	clear: both;
	display:block;
	margin: 0 auto;
	padding: 0px;
}

.copyright {
	float: right;
	width: 940px;
	text-align: center;
	line-height: 65px;
	font-size: 10px
}

.report-links {
	font-size: 12px;
}

.forgotten {
	font-size: 12px;
	font-family:Arial;
}

#account-details {
	position: relative;
	margin-top: 0px;
	padding-bottom: 40px;
}

.proj-selected {
	color: #7B9FBF;
}

#login {
	position: relative;
	padding-bottom: 30px;
}

#lipsum {
	position: relative;
	padding-bottom: 40px;
}

#navtree table {
	width: 100%;
}

.advert1 {
	float: right;
	clear: both;
	width: 500px;
	height: 70px;
	margin-top: 22px;
	margin-right: 29px;
	xborder: 1px solid #bbbbbb;
}

.images input { border: 1px solid dddddd; }
.projects img { border: 1px solid dddddd; }
.resize img { border: 1px solid dddddd; }
.images2 { border: 1px solid dddddd;
	background-image:url(images/checker.jpg) }
.images2:hover { border: 1px solid dddddd;
	background-image:none; }

/* CONTROL PANEL */

.cpanel { margin-bottom: 25px; width:600px; overflow:hidden;}

.cpanel-header {
	background-image: url(images/cpanel-head.gif);
	backround-repeat: no-repeat;
	background-position: top center;
	height: 32px;
	width: 600px;
	text-align: left;
	margin-left: 10px;
	width: 600px;
	overflow: hidden;
}
.cpanel-bottom {
	background-image: url(images/cpanel-bottom.gif);
	backround-repeat: no-repeat;
	background-position: bottom center;
	height: 32px;
	width: 600px;
	text-align: left;
	margin-left: 10px;
	width: 600px;
	overflow: hidden;
}

.cpanel-content {
	border: 1px solid #dddddd;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 600px;
	overflow: hidden;
}

.projects { width: 100%; }
.images { width: 100%; }
.resize { width: 100%; }
.signup {width: 100%; margin: 0px; padding: 0px; }

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: 20px;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}



.add-imgbtn { float: right;}

.c-name { padding-bottom: 7px; padding-top: 7px; border-bottom: 1px solid #dddddd;}
.c-name2 { padding-bottom: 7px; padding-top: 7px;}

.img-name { text-align: center; border-bottom: 1px solid #dddddd; padding-bottom: 7px; padding-top: 7px; }

.input-form { text-align: center; }

.smallfont { font-size: 10px; text-align: center; }

.largelink { font-size: 16px; font-weight: bold; line-height: 50px;}

.change-size-form { padding-top: 35px; padding-bottom: 25px; background-color:Silver; }

.paging { width: 100%; font-size: 12px; border-top: 1px solid #DDD; background-color: #d8e4fb; padding: 2px;}

.narrow {
	width:100px;
	letter-spacing:-2px;
}

.narrowURL {
	letter-spacing:-3px;
}

.formAlert 
{
	font-size:12px;
}

/* PROJECT FOLDER */

.folder {
	background-image: url(images/project-folder.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100px;
	height: 79px;
}

.folder-image {
	xwidth: 50px;
	xheight: 50px;
	margin-top: 19px;
	xmargin-left: 23px;
	border: 0px;
	
}
.results-image {
	xwidth: 100px;
	xheight: 50px;
	margin-top: 19px;
	margin-left: 23px;
	border: 0px;
	padding:10px;
}
.resultfolder 
{
	font-size:12pt;
}
.resultimage
{
	font-size:12pt;
}
.ttop
{
	font-weight:bold;
	background-color:Silver;
	text-align:center;
}

.col1
{background-color:#dddddd;}
.col2
{background-color:#dddddd;}
.col3
{background-color:#D8E4FB;}
.col4
{background-color:#dddddd;}
.col5
{background-color:#dddddd;}

.recommend
{
	font-weight:normal;
	font-size:8pt;
	font-style:italic;
}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid black;
overflow: scroll; /*leave this value alone*/
width: 532px; /*Width of Carousel Viewer itself*/
height: 210px; /*Height should enough to fit largest content's height*/
overflow-x:hidden; 
overflow-y: hidden;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.note
{
	font-size:9pt;
}

.tight
{
	letter-spacing:-2px;
	font-family:Arial;
}

.grid
{
	border:solid 2px black;	
}
.grid td
{
	padding:5px;
	text-align:center;
	
}

.termstitle
{
	font-size:9pt;
	font-weight:bold;
	padding:10px;
}
.termsbody p
{
	font-size:9pt;
	padding:10px;
}
.buypanel
{
	border:solid 1px #9E9E9E;
	padding:5px;
	background-color:#D8E4FB;
}
.headpanel
{
	border:solid 1px #9E9E9E;
	padding:5px;
	background-color:#D8E4FB;
	font-size:16pt;
	text-align:center;
	font-weight:bold;
}
.popupdiv
{
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0;
	background-color:white;
	padding:10px;
	border:solid 1px silver;
	z-index:10000;
	font-size:9pt;
	width:200px;
	
}

.questionmark
{
	width:15px;
	height:15px;
	float:right;
	background-image:url(http://imagi.es/esl/general/15/15/helpw.png);
	background-position:center;	
	text-decoration:none;
}
.questionmark2
{
	width:20px;
	height:20px;
	float:right;
	background-image:url(http://imagi.es/esl/general/20/20/helpw.png);
	background-position:center;	
	text-decoration:none;
}
.features li
{
	padding:15px;
	margin:15px;
	border:solid 1px #bbbbbb;
	background-color:white;
	list-style-type:none;
	margin-left:-25px;
	font-size:10pt;
	font-family:verdana;
	
}

.homebullet
{

	xbackground-color:#9CB6CE;
	color:white;
	xfont-weight:bold;
	padding:6px;
	xtext-transform:uppercase;
	font-size:15pt;
	padding-left:20px;
	padding-right:20px;
	font-family:tahoma;
	margin-right:273px;
	cursor:pointer;

	background-position:right;
	background-repeat:no-repeat;
}

.homebulletoff:hover
{
	xbackground-color:#9CB6CE;
	text-decoration:underline;
	xcolor:Black;
}
.homebulletoff
{
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;	
	border-left:solid 4px transparent;
	
}
.homebulleton
{
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;	
	xbackground-color:#D2DDE7;
	xborder-right:solid 4px yellow;
	border-left:solid 4px yellow;
	color:Black;
	background-image:url(images/arrow.gif);	
}
.homedetailpanel
{
	xposition:absolute;
	float:right;
	
	xleft:330px;
	top:10px;
	height:580px;
	width:260px;
	margin-right:7px;
	color:black;
	font-size:13pt;
	text-align:left;
	
}

.previewfile
{
	background-image:url(http://imagi.es/esl/general/100/0/blankfile.png);
	background-position:center;
	width:85px;
	height:100px;
	text-align:center;
}
.px
{
	font-family:Verdana;
	font-size:8pt;
}
.previewformat
{
	font-weight:bold;
	font-size:14pt;
}
.help
{
	color:White;
}
.bulletlist li
{
	padding:5px;
}
.imagethumb
{
	border:solid 4px silver;
}


.calctext
{
	font-size:8pt;
	font-family:Verdana;
}

.accountbuttons
{
	clear:both;
	text-align:right;
	display:block;
	float:right;
	margin-left:15px;
	xmargin-top:100px;
	xposition:absolute;
	margin-bottom:15px;
}
.searchadjustment
{
	 margin-top:16px;
}