/* General styles */
html, body {
	padding: 0; margin: 0;
	height: 100%;	
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #1C1C1C;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	color: #17074F;
	font-weight: normal;	
	font-stretch: wider;
}
h3, h4, h5 {
	color: #15366A;	
}
h1, h2 {
	margin-top: 0;	
}
hr { 
	background: #999999; 
	height: 1px; 
	border: 0; 
	clear: both;
}

/* link style */
a:link, 
a:visited, 
a:active {
	color: #2661BF;	
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #2661BF;	
	text-decoration: underline;
}
/* the #fx_content is not necessary, used for tinyMCE to hide from style list */
#fx_content a[href^="http"] { 
	background: url(../images/externalLink.gif) left center no-repeat;
	padding-left: 10px;	
}
#fx_main a[href$=".pdf"] { 
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".zip"] { 
	background: url(../images/zip.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".mov"] { 
	background: url(../images/mov.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".txt"] { 
	background: url(../images/txt.gif) no-repeat;
	padding-left: 18px;	
} 
/* list styles */
ul {
	padding: 0 20px 0 15px;
	margin: 0;
}
li {
	list-style-type: none;
	list-style-image: url(../images/list-bullet.gif);
}

/* specific frentix styles */

*.sibmar_grey {
	color: #363636;
}
*.sibmar_red {
	color: #9C181B;	
}
*.sibmar_blue_light {
	color: #15366A;	
}
*.sibmar_blue_dark {
	color: #17074F;	
}

/* images styles */
img.sibmar_leftimage {
	position: absolute;
	left: -330px; top: 25px;
}
img.sibmar_leftfloat {
	float: left;	
	margin: 0 20px 20px 0;
}
img.sibmar_rightfloat {
	float: right;	
	margin: 0 0 20px 20px;
}
img.sibmar_leftfloat_border {
	float: left;
	border: 1px solid #504D4E;
	margin: 0 20px 20px 0;
}
img.sibmar_rightfloat_border {
	float: right;	
	border: 1px solid #504D4E;
	margin: 0 0 20px 20px;
}

/* floating styles */
*.sibmar_clearboth {
	clear: both;
}
*.sibmar_clearright {
	clear: right;
}
*.sibmar_clearleft {
	clear: left;
}
/* light window class for editor */
*.fx_mediaViewer{}
