﻿/* Description: CSS used by Telerik's ToolsFile.xml
 */

/*** Headers ***/
.heading1 
{
	color:#EE7203;
	font-family:arial;
	font-size:17pt; /*1.5em*/
	padding:0;
	font-weight:bold;
}

.heading1_grey
{
	color:#525252;
	font-family:arial;
	font-size:1.5em;
	font-weight:bold;
}

.heading2
{
	color:#00487D;
	font-family:arial;
	font-size:11pt; /*1em;*/
	font-weight:bold;
	padding-top:1em;
}

.heading2underline
{
	color:#00487D;
	padding-bottom:.1em;
	padding-top:1em;
	font-size:11pt;/*1em;*/
	font-family:arial;
	font-weight:bold;
	border-bottom: 1px solid #B9B9B9;
	padding-bottom: .3em;	
	margin: 0;
}

.heading3 
{
	color:#EE7203;
	font-family:arial;
	font-size:12.5pt; 
	padding:0;
	font-weight:bold;
}


.heading4
{
	color:#E36800;
	font-size:0.8em;
	font-family:verdana,sans-serif;
	font-weight:bold;
}

/*** Text ***/
.text 
{
	font-family:verdana;
	font-size:8pt;
	/*color:#000000;*/
}

.text_8pt
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}

.text_8pt_bold
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
}

.text_10pt
{
	font-size:10pt;
	font-family:verdana;
	color:#000000;
}

.text_10pt_bold
{
	font-size:10pt;
	font-family:verdana;
	color:#000000;
	font-weight:bold;
}

.comments
{
	font-size:xx-small;
	font-family:verdana;
	color:#000000;
}

.breadc
{
	text-decoration:none;
	color:#6e6e6e;
	font-weight:normal;
	font-size:7pt;/*0.6em;*/
	font-family:verdana,sans-serif;
}

/*** hyperlinks ***/
a.breadc
{
	color:#6e6e6e;
	font-weight:normal;
	font-size:7pt;
	font-family:verdana,sans-serif;
}

a.breadc:hover
{
	text-decoration:none;
	color:#6e6e6e;
	font-weight:normal;
	font-size:7pt;
	font-family:verdana,sans-serif;
}

a.rollover
{
	font-family:verdana;
	font-size:7pt;/*0.7em;*/
	color:#0074B5;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a.rollover:hover
{
	color:#EE7203;
	text-decoration:none;
	font-family:verdana;
	font-size:7pt;/*0.7em;*/
}

a.bold_rollover
{
	font-family:verdana;
	font-size:7pt;/*0.7em;*/
	font-weight:bold;
	color:#0074B5;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a.bold_rollover:hover
{
	color:#EE7203;
	text-decoration:none;
	font-family:verdana;
	font-size:7pt;/*0.7em;*/
	font-weight:bold;
}

hr{
	color: #dbe5f1;
}
.bullet {
	/*DISPLAY: block;	*/
	PADDING-LEFT: 1em;
	Margin-left: 10px;
	BACKGROUND: url(/publish/images/icon/img_orangearrow.gif) no-repeat left top;
}

