/* CSS Document */

*
{
	outline:none;
	margin:0;
	padding:0;
}
html,body{height:100%;}
body
{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	color:#333333;
	font-size:12px;
}
img{border:0;}



/* Typo */

h1, h2, h3, h4, h5, h6 {
    font-family:"Century Gothic", Arial, sans-serif;
	color:#48AA43;
}
p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
    margin: 0 0 15px 0;
}



h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 15px;
}
h1 {
    font-size: 36px;
    line-height: 40px;
}
h2 {
    font-size: 26px;
    line-height: 32px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4, h5, h6 {
    font-size: 16px;
    line-height: 20px;
}

small {
    font-size: 11px;
	color:#666;
	font-style:italic;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
dfn[title] {
    font-style: normal;
}
ul.line > li {
    border-top: 1px solid #DDDDDD;
}
ul.line > li:first-child {
    border: medium none;
}
ul.check > li {
    background: url("../images/list_check.png") no-repeat scroll 0 0 transparent;
    padding: 4px 0 0 30px;
}
ul.zebra > li, table.zebra tbody td {
    border-bottom: 1px solid #DDDDDD;
}
ul.zebra > li:first-child, table.zebra tbody tr:first-child td {
    border-top: 1px solid #DDDDDD;
}
ul.zebra > li.odd, table.zebra tbody tr.odd {
    background: none repeat scroll 0 0 #FAFAFA;
}
ul.zebra > li:nth-of-type(2n+1), table.zebra tbody tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #FAFAFA;
}
table.zebra caption {
    color: #999999;
}
dl.separator dt {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}
dl.separator dd {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}
dl.separator dt:before {
    border-top: 1px solid #DDDDDD;
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
}
dl.separator dt:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    content: "";
    height: 5px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 5px;
}
dl.separator dt:first-child:before, dl.separator dt:first-child:after {
    display: none;
}
em.box {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px dotted #BBBBBB;
    color: #444444;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    padding: 0;
}
q, blockquote {
    font-family: "Times New Roman",Times,serif;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
	color:#999;
	font-size:18px;
}
blockquote {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
}
blockquote:before {
    content: "“";
}
blockquote:after {
    content: "”";
}
code, pre {
    font-family: "Courier New",Courier,monospace;
}
code {
    word-spacing: -2px;
}
pre {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    padding: 1px;
}
input, select {
    vertical-align: middle;
}
select, input, textarea, button {
    font: 12px Arial,sans-serif;
}
form, textarea {
    margin: 0;
}
legend, fieldset, input {
    padding: 0;
}
textarea, input[type="text"], input[type="password"], select {
    padding: 2px;
}
select {
    line-height: 19px;
}
button, input[type="button"], input[type="submit"] {
    padding: 2px 3px;
}

.box-content, .box-note, .box-info, .box-warning, .box-hint, .box-download {
    margin: 15px 0;
    padding: 10px;
}
.box-content {
    padding: 20px;
}
.box-info, .box-warning, .box-hint, .box-download {
    padding-left: 40px;
}
.box-content {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
}
.box-note, .box-info, .box-warning, .box-hint, .box-download {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.box-info {
    background: url("../images/box_info.png") no-repeat scroll 0 0 #EBF5FA;
    border-color: #D2DCE1;
}
.box-warning {
    background: url("../images/box_warning.png") no-repeat scroll 0 0 #FFF0EB;
    border-color: #FFD7CD;
}
.box-hint {
    background: url("../images/box_hint.png") no-repeat scroll 0 0 #FFFAE6;
    border-color: #FAE6BE;
}
.box-download {
    background: url("../images/box_download.png") no-repeat scroll 0 0 #FAFFE6;
    border-color: #DCE6BE;
}
form.box fieldset {
    border: 1px solid #DDDDDD;
}
form.box legend {
    background: none repeat scroll 0 0 #FFFFFF;
}


/* Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

table.zebra { width: 100%; }

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 12px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

table.zebra td * { vertical-align: middle; }

table.zebra tfoot { font-style: italic; }

table.zebra caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}


/* Definition Lists
----------------------------------------------------------------------------------------------------*/

dl.separator {
	padding: 0;
	overflow: hidden;
}

dl.separator dt {	
	width: 160px;
	padding-right: 10px;
	float: left;
	clear: both;
}

dl.separator dd {
	margin-left: 170px;
	padding-left: 20px;
}

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}