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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
/* reset */
html
{
	height: 100%;
}

body
{
	
	width: 100%;
	background: #131314;
}

body {
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #dedede;
}

.block {
	display: block;
	overflow: hidden;
	height: 0 !important;		
}

strong {
	color: #fff;
	font-weight: bold;	
}

em {
	font-style: italic;
}

h1 {
	font-size: 28px;
	margin: 20px;	
}
h2 {
	font-size: 18px;
	margin: 20px;	
}
br.clear {
    position: relative;
    display: block;
    float: none;
    clear: both;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
}

a,a:hover,a:visited,a:active {
	color: #0094e0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 14px;
}
span.box1 {
	display: block;
	width: 160px;
	height: 90px;
	background: white;
	
	border-top: 20px solid red;	
	border-right: 20px solid blue;
	border-bottom: 20px solid yellow;
	border-left: 20px solid green;
		
}

span.box2 {
	display: block;
	width: 160px;
	height: 0px;
	background: white;
	
	border-top: 20px solid red;	
	border-right: 0px solid blue;
	border-bottom: 20px solid yellow;
	border-left: 20px solid green;
		
}


span.box3 {
	display: block;
	width: 0px;
	height: 0px;
	background: transparent;
	
	border-top: 20px solid transparent;	
	border-right: 0px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid green;
		
}

a.box4 {
	display: block;
	width: 0px;
	height: 0px;
	background: transparent;
	overflow: hidden;
	
	border-top: 20px dotted transparent;	
	border-right: 0px dotted transparent;
	border-bottom: 20px dotted transparent;	
	border-left: 20px solid green;
	
	cursor: pointer;
}

a.box4:hover {
	border-left-color: red;
}




dl#tabs {
	display: block;
	width: 300px;
	background: #E9EBEE;
	height: 23px;
	position: relative;
}
dl#tabs dt {
	display: block;
	float: left;
	height: 23px;
	zoom:1;
	
}
dl#tabs dt a{
	display: block;
	padding: 0 10px;
	color: #000;
	height: 23px;
	line-height: 23px;
	position: relative;
	float: left;
	zoom:1;
	
}
dl#tabs dt a.active,
dl#tabs dt a:hover {
	background: #68B1D9;
	color: #E9EBEE;
	text-decoration: none;
}
dl#tabs dt a.active span.arrow,
dl#tabs dt a:hover span.arrow {
	visibility: visible;
}

dl#tabs dt a.active:hover {
	background: red;
}
dl#tabs dt a.active:hover span.arrow {
	border-top-color: red;	
}

dl#tabs dt a span.arrow {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -4px;

	overflow:hidden;
	visibility: hidden;
	zoom:1;

	border-right: 4px transparent dotted;
	border-bottom: 0px transparent dotted;
	border-left: 4px transparent dotted;
	border-top: 5px #68B1D9 solid;	
}




ol#steps {
	display: block;
	float: left;
	height: 22px;	
	background: #fff;
	position: relative;
}
ol#steps li {
	display: block;
	float: left;
	height: 22px;
	position: relative;
}
.z4 {z-index: 40;}
.z3 {z-index: 30;}
.z2 {z-index: 20;}
.z1 {z-index: 10;}


ol#steps li a,
ol#steps li strong,
ol#steps li em {
	display: block;
	float: left;
	padding: 0 10px 0 20px;
	color: #000;
	height: 22px;
	line-height: 22px;
	position: relative;
	background: #fff;

}

ol#steps li strong {
	background: green;
}

ol#steps li em {
	color: gray;
}

ol#steps li a span.arrow,
ol#steps li strong span.arrow,
ol#steps li em span.arrow {
	display: block;	
	width: 0px;
	height: 0px;
		
	position: absolute;
	top: 0px;
	right: -11px;

	overflow: hidden;
	
	border-right: 0px transparent dotted;
	border-bottom: 11px transparent dotted;
	border-left: 11px #fff solid;
	border-top: 11px transparent dotted;
}

ol#steps li strong span.arrow {
	border-left: 11px green solid;
}

ol#steps li a:hover,
ol#steps li strong:hover,
ol#steps li em:hover {
	text-decoration: none;
	background: #68B1D9;
}
ol#steps li a:hover span.arrow,
ol#steps li strong:hover span.arrow,
ol#steps li em:hover span.arrow {
	border-left-color: #68B1D9;	
}



span.tooltip {
	background: #fff1b0;
	padding: 5px;
	width: 350px;
	display: block;
	color: #000;
	position: relative;
}

span.tooltip span.arrow {
	display: block;
	width: 0px;
	height: 0px;
		
	position: absolute;
	bottom: -6px;
	left: 30px;
	
	overflow: hidden;

	border-right: 6px transparent dotted;
	border-bottom: 0px transparent dotted;
	border-left: 6px transparent dotted;
	border-top: 6px #fff1b0 solid;	
}










