/* PhotonFX - Help Resource Center */

html{
	background-image:url(../../media/bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

body {
	font-family:"Trebuchet MS", Arial;
	font-size: 14px;
	color: #222;
	padding:0px; 
	margin:0px;
}

img{
	padding:5px;
}

a, a:visited, a:active {
	color: #0066FF;
}

a:hover {
	color: #0099FF;
}

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:24px;
}

h2 {
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
}

h3{
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
}

p{
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
}

#hlp_index, #hlp_index a, #hlp_index a:active, #hlp_index a:visited, #hlp_index a:hover {
	color: #fff;
	font-size: 15px;
	font-family:"Trebuchet MS", Arial;
	text-decoration: none;
}

#hlp_index h1 {
	color: #CCCCCC;
}

#hlp_index a:hover {
	text-decoration: underline;
}

#hlp_content h1 {
	color: #333333;
}

#hlp_index {	
	padding:23px; 
	color: #FFFFFF; 
	font-family: "Trebuchet MS", Arial;
}

#hlp_l {
	float:left; 
	width:370px; 
}

#hlp_r {
	margin-left: 370px;
	width: auto;
}

#hlp_content {
	padding: 28px;
	padding-left: 32px;
	width:auto;
	height:100%;
}

#hlp_content_topline {
	background-color:#0066CC;
	background-image:url(../../media/content_topline_1px.jpg);
	height:50px;
	margin: 0px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 17px;
	font-weight: bold;
}

.highlight{
	color:#0066CC;
	font-weight:bold;
}

.tipp{
	color:#0066CC;
	font-weight:bold;
}

.code{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

.item{
	font-family:Verdana, Courier, monospace;
	font-size:13px;
	font-weight:bold;
}

.none{
	list-style:none;
}

#hlp_content ol li{
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}

#hlp_content ul li{
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}

/* Test */

h1.gr {
	border-bottom:5px solid #0066CC;
	color:#999999;
	float:left;
	font-family:Impact,Arial,Verdana;
	font-size:250%;
	font-weight:100;
	margin:0pt;
	text-transform:uppercase;
}

h1.gr2 {
	color:#999999;
	float:left;
	font-family:Impact,Arial,Verdana;
	font-size:250%;
	font-weight:100;
	margin:12px 0pt;
	position:relative;
	text-transform:uppercase;
}


