@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 130%;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
	
a img {border:none; outline:none;}
Object { outline:none; }
img {border:none;}
p {margin:0;}
.fl {float:left;}
.fr {float:right;}
.re {position:relative;}
.ab {position:absolute;}
.block {display:block;}
.clear {clear:both;}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0;	padding:0;}


/** Link Style **/
a {outline:none; outline-style:none;}

/* Color */
.red {color:#580000;}

.blue {color: #317378;}

/** z-index **/
.l1 {z-index:1;}
.l2 {z-index:20;}
.l3 {z-index:50;}

/*---------------------------------------  Reset Ends Here  ---------------------------------------*/
body {
	background:#fff;
	width:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	font-weight:100;
	overflow-x:hidden;
}


#middle-wrapper-manual {
	width: 900px;
	min-height: 600px; 
	height:auto;
	margin:0 auto;
}

/*MANUAL IMPORTER FORM*/
#manual-importer {
	background:#CCCCCC;
	margin: 0 auto; margin-top: 100px;
	padding: 20px;
	width: 350px; height:auto;
	border: 1px solid #333;
	-moz-border-radius: 10px;
}
	#table-manual-inviter, #form-manual-importer{
		margin:0 auto;
		width: 300px;
	}
	
	#table-manual-inviter td {
		padding: 3px;	
	}

/*OPEN INVITER*/
#form-openinviter{
	background-color:#CCC;
	width: 450px; 
	margin: 0 auto; margin-bottom: 20px; margin-top: 50px;
	padding: 30px;
	border: 1px solid #000;
	-moz-border-radius: 10px;
}
	#table-contact-importer td{
		padding: 3px;
	}

#openinviter {
	width: 900px;
	margin: 0 auto;
}

#manual-link {
	display:block;
	margin:0 auto;
}


/*---------------------------------------  Shared Class Styles  ---------------------------------------*/
.clear {
	clear:both;
}

.box {
	border: 1px solid #000;
}

.inline li {
	display: inline;
}

.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.hover-line {
	text-decoration:none;
}

.hover-line:hover {
	text-decoration:underline;
}

.white {
	color: #FFF;	
}

.black {
	color: #000;	
}

.red {
	color:#BD2A09;
}

.small-size {
	font-size: 12px;
	line-height:18px;
}


.mid-size {
	font-size: 14px;
}

.max-size {
	font-size: 20px;
}

.sub-header {
	font-size: 16px;
	margin-bottom: 10px;
	line-height:150%;
}

.main-header{
	font-size: 20px;
	margin-bottom: 10px;
}

.center {
	text-align:center;
}

.border-box {
	border: 1px solid #999;
}

.copy {
	padding-right: 10px;
}

.bck-blue {
	background-color: #c3eaf9;
}

.bck-green {
	background-color: #3A9EBE;
}

.bck-green:hover {
	background-color: #3A9EBE;
}


/*STANDARD FORM STYLES*/

.form-input {
	margin-top: 5px;
}

.form-format input {
	margin-top: 5px;
}

.form-format label {
	font-size: 16px;
	letter-spacing:1px;
}

/*Color Guides*/
/*
mid-blue #3a9ebe;
blue-green #1f8697;
green #67b6c3;
dark-blue #1b67d0;

*/

a.read-more-link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/ico_arrow_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	width:80px;
	padding:0 12px 0 0;
	font-weight:bold;
}

a:hover.read-more-link {
	text-decoration:underline;
}


a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
