/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	
	margin: 0;
	padding: 0;
}
body {
	background: #92847b url("Images/misc_images/background.jpg") center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%;
	text-align: center;
}
a {
	color: #6799b1;
	
	text-decoration:none
	
}
/***** dropcaps *****/
	.dropcap {
		float: left;
		width: .67em;
		font-size: 3.7em;
		line-height: 95%;
		}
		
		.dropcapn {
		float: none;
		width: .67em;
		font-size: 1.5em;
		line-height: 95%;
		}
		
		.dropcapnbk {
		float: none;
		width: .67em;
		font-size: 1.5em;
		line-height: 95%;
		}
		
		.dropcapgr {
		color:#669933;
		float: none;
		width: .67em;
		font-size: 1.5em;
		line-height: 95%;
		}
		
		.dropcaporg {
		color:#FF6600;
		float: left;
		width: .67em;
		font-size: 4em;
		line-height: 95%;
		}
		
		.dropcapporg {
		color:#FF6600;
		float: left;
		width: .67em;
		font-size: 2em;
		line-height: 95%;
		}

.txt{
			 
			 text-align: center;
			 font-size: 120%;
			 font-family:arial;
			 color: #999999;
			 padding: 10px 0px 15px;
			  background: transparent url(Images/misc_images/round_bend_orange.jpg)
			 }
			 
.txtgrey{
			 text-align: center;
			 font-size: 120%;
			 font-family:arial;
			 color: #999999;
			 padding: 10px 0px 15px;
			  background: transparent url(Images/misc_images/round_bend_grey.jpg)
			 }

/***** fieldsets *****/

fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;

	
}

.txtBoxes{
	        font-size: 126%;
	        background: #FFFFFF;
	        border: 1px solid #FF6600;
	        color: #999999;
	        padding: 2px;
	        width:300px;
	        font-family:arial;
	        margin-bottom:10px;
	        margin-top:5px;
        	}

legend {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1;
	color:#FF6600;
	padding: 10px 0.5em; /* Top and Bottom for IE7 */
} 

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

legend span {
	color: #999;
	font-size: 90%;
	letter-spacing: 0;
}

fieldset dl {
	margin: 0;
	padding: 0;
}

fieldset dt {
	clear: left;
	float: left;
	width: 18em; /* increase for wider dt text */
	text-align: right;
	padding: 0 1em 0.5em 0;
}

fieldset dd {
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

.registration-form fieldset {
	width: 200px;
}

fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}

.fieldset-footer {
	margin: 0;
	position: relative;
	left: -15px;
	padding: 10px 0 15px 15px;
	background: #eee url(/img/field-back.gif) repeat-x;
	clear: left;
	top: 15px;
}

fieldset fieldset input {
	font-size: 100% !important;
}

.footer_style {
position: absolute;

bottom: 0px;
}


div.float {
	float: left;
	
	

	background-color: #ffffff;
  }
  
div.float p {
   text-align: center;
   margin:0 0 0 20px;
   }


div.float a:link,  a:visited {
	color:#FF6600;
	text-decoration: none;
}
div.float a:hover {
	
	color: #cccccc;
	display: block;
	text-decoration: none;

}

 .icon {
background-color:#FF6600;
background-image: url(/i/rounded_bg.gif);
background-repeat: no-repeat;
}


 .grey {
background-color:#CCCCCC;
background-image: url(/i/rounded_bg.gif);
background-repeat: no-repeat;

}


.articles {
	color:#FF6600;
	border:1px;
	border-top: 5px;
	border-top-style:ridge;
	border-style:solid;
	border-color:#999999;
	background-color:#FFFFFF;
	cursor: pointer;
	padding:0px 5px;
	text-decoration: none;
	width: 355px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:  url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:  url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	

.hs{ 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 15px;
	color:#FF6600;
}

.h2{ 
	color:#FF6600;
	
	border: 1px;
	border-style: solid;
	border-color:#5c5c55;
	background-color:#FFFFFF;
	cursor: pointer;
	
	text-decoration: none;
	width: 100px;
}

td.sibt{font-size:11px;}

td.sibtbg{font-size:11px;background-color:#FFFFFF;}

.sih{font-weight:bold;font-size:10px;background-color:#FF6600;color:#FFFFFF;padding-left:5px; padding-top:2px;padding-bottom:2px; }

.mva{margin:5px;}

.mvt{margin-top:5px;}




a:hover {
	color:#FF6600;
	text-decoration:underline
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	
	color:#FF6600;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background-color:#e4e4e4;
	text-align:left
	
}



select {
	align:center;
	border: 1px;
	border-style: solid;
	border-color:#6799b1;
	background-color:#5c5c5c;
	font-family: Helvetica;
	font-size: 10px;
	width: 110px;
	color:#CCCCCC;
	float:inherit;
	padding-left: 10px;
} 



.process {
	align:center;
	border: 1px;
	border-style: dashed;
	border-color:#6799b1;
	background-color:#FFFFFF;
	width: 230px;
	color:#666666;
} 

.form-large input {
	font-size: 126%;
	padding: 3px 7px !important;
}

#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color:#666666;
	list-style: square inside;
	text-indent: 10px;
}

#submit {
	border: 1px solid #666;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
}

#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/arrow.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/arrow_outline.gif);
	background-image:   url(file/background.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/camera1.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/camera2.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/camera3.gif);
	background-image:  url(Images/misc_images/header.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/selector.gif);
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/selector_sub.gif);	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}


	
#remove {
	color:#FF0000
	
	}



.imageLeft {
	float:left;
	margin: 5px 0px;
	padding: 2px 2px;
	
	}
	
.imageLeftbdr {
	float:left;
	border: 1px solid #CCC;
	margin: 1px 5px;
	padding:inherit;
	padding: 2px 2px;
	}	
	
.imageRight {
	float:right;
	border: 1px solid #CCC;
	margin: 8px 5px;
	padding: 2px 2px;
	}
	


table,td
{
    color                 : #666;
	border               : 1px solid #CCC;
	border-collapse      : collapse;
    font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  	
}


body#bodyServices #nav td#services a,
body#bodyPortfolio #nav td#portfolio a,
body#bodyClientLogin #nav td#clientLogin a,
body#bodyAbout #nav td#about a,
body#bodyContact #nav td#contact a {
	/*background: url(images/button_bgActive.gif);*/
	background: #666666;
	color: #FF6600;
}



/* container table */
table#container {
	background: #FFF;
}
table#container td#branding {
	height: 100px; 
	text-align: center;
	
}

/* begin navigation */
table#nav {

	font-size: 10px;
	width: 411px;
	margin: 0px 8px;
	background-color: #CCC;
}
table#nav td {
	text-align: center;
	font: 10px Verdana;
}
table#nav td a {
	text-decoration: none;
	display: block;
	margin: 0px ;
	padding: 2px 0px 2px 0px;
	background: #CCC;
}
table#nav td a:link, #nav td a:visited {
	color:#666666
	text-decoration: none;
}
table#nav td a:hover {
	/*background-image: url(images/button_bgActive.gif);*/
	background: #484848;
	color: #FF6600;
	display: block;
	text-decoration: none;

}

.resultable
{
	
	float:right;
	text-decoration: none;
	width:auto;
	
}

input.button1, input.button2 {
	font-size: 135%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button2 {
	color: #777;
}

button3 {
	font-size: 135%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button3:hover {
	border-color: #003;
}

table
{
	border:none;
	float:none;
}

.symtable
{
	border:none;
	border:1px solid #CCC;
	width:350px;
	text-align: center;
}



thead th,
tbody th
{
	background: #FFF url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/th_bck.gif) repeat-x;
  color: #666;  
	padding: 10px 10px;
  border-left: 1px solid #CCC;
}



table a:link
{
	color: #666;
}
table a:visited
{
	color: #666;
}
table a:hover
{
	color: #ccc;
	text-decoration: none;
}
table a:active
{
	color: #FFFFFF;
}


#header {
	background:  url(Images/misc_images/header.gif) center no-repeat;
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 103px;
	text-indent: 350px;
}


#nav {
	padding-bottom: 40px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #FF6600;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/arrow_outline.gif) center right no-repeat;
	
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image:  url(file:///C|/CFusionMX7/wwwroot/CFIDE/gettingstarted/tutorial/filess/Images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}

#column1 p{
	margin:0px 0px 0px 4px;
}

#column1 .imageRight {
	float:right;
	border: 1px solid #CCC;
	margin: 8px 25px;
	padding: 2px 2px;
}

#column1 img {
	border: 1px solid #666;
	margin: 5px 35px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none!important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 1px 20px 1px 10px;
}



h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: 666;
	text-indent: 5px;
	margin: 5px 50px;
	padding:0px 5px;
	border-bottom:1px;
	border-bottom-color:#CCCCCC;
	width: 200px;
}


h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:justify;
	color:#92847b;
	margin: 5px 5px;
	padding:0px 5px;

}

h5 {
	
	border: 1px;
	border-top:5px; 
	border-style:ridge;
	background-color:#FFFFFF;
	border-color:#6799b1;
	float:none;
	width: 356px;
	text-align:center;
	
}



.h3 {
	
	border: 1px;
	border-top:5px; 
	border-style:ridge;
	background-color:#FFFFFF;
	border-color:#6799b1;
	float:none;
	text-indent: 1px;
	width: 356px;
	text-align:center;
	
}



.contacts {
border-bottom: 1px ;
	 
	border-style:dotted;
	
	border-color:#6799b1;
	float:none;
	text-indent: 10px;
	width: 356px;
	
}

#column2 p {
	line-height: 190%;
	text-align:justify;
}


#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}



#footer {
	background-color:#616161;
	border-top:2px solid #616161;
	border-bottom:7px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	float:right;
	width:70%;
	font-size: 9px;
	text-align:center;
	text-indent: 170;
	border-top-color: #FF6600;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#FF6600;
}

	
	

.HIH1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	
	border-left: 5px solid #666;
	margin: 5px 5px;
	padding:0px 5px;
}

.addbutton {
	
	font:Georgia, Times New Roman, Times, serif;
	color: #FF6600;
	background-color:#FFFFFF;
	border: 1px  ;
	border-bottom: 1px ;
	 
	border-style:dotted;
	
	border-color:#6799b1;
}

.txtfieldsize
{
	
	float:right;
	text-decoration: none;
	width:380px;
	
}

