html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
	background: #E0E1E1 url(../images/main/bg-site-sub.gif) repeat-x;
	font: 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

/* site sections */
#shell
{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#head
{
	background: #21242C;
	padding-bottom: 2px;
}
#logo
{
	z-index: 100;
}
#content
{
	clear: both;
	width: 98%;
	padding: 12px;
}
#banner
{
	height: 241px;
	background: #fff url(../images/main/banner-main.jpg) no-repeat;
}
#banner-sub
{
	height: 73px;
	background: #636363 url(../images/main/banner-sub.jpg) no-repeat;
	text-align: center;
}
#banner-sub h2
{
	color: #fff;
	border: 0px;
}
#footer
{
	clear: both;
	border-top: solid 1px #d4d9de;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
#menu
{
	clear: both;
	width: 100%;
	z-index: 1;
}

/* basic selectors */
a:link
{
	color: #0066cc;
}
a:visited
{
	color: #0066cc;
}
a:active, a:hover
{
	color: #000099;
}

h1
{
	color: #b83933;
	font: bold Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	color: #b83933;
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a7a7a7;
	width: 95%;
}

h2 span
{
	color: Gray;
}

h3
{
	color: #5b626c;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}

h4
{
	color: #b83933;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}

h5
{
	color: #000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6
{
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}
hr
{
	color: #ccc;
	height: 1px;
}

code
{
	color: #6c0;
	font: 100% "Courier New" , Courier, monospace;
}

/* layout styles */

.smalltext
{
	font-size: 8pt;
	color: #666666;
	font-family: verdana;
}

.selected
{
	color: #E03300;
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.req
{
	color: #008fd5;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.bold
{
	font-weight: bold;
}

.highlighted
{
	color: Orange;
}

.break
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space: pre;
	white-space: -hp-pre-wrap; /* HP Printers */
	white-space: pre-line;
}

/* Inputs */

.btn
{
	background: url(../images/main/bg-menu.gif) 0 -5px;
	background-repeat: repeat-x;
	border-right: #5c5d61 1px solid;
	padding-right: 9px;
	display: inline;
	padding-left: 9px;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 3px;
	cursor: pointer;
	color: #ffffff;
	border-top-style: none;
	padding-top: 3px;
	border-bottom: #5c5d61 1px solid;
	border-left-style: none;
}

.btn:hover
{
	background: url(../images/main/bg-menu-button.gif) -5px -5px;
}

.chk
{
	margin: 5px;
	vertical-align: middle;
}

.sel
{
	font-size: 13px;
	border: solid 1px darkgray;
	margin-right: 10px;
}

.txt, .sel_sm, .txt_sm
{
	font-size: 13px;
	border: solid 1px darkgray;
	background-color: #f5f5f5;
}

/* fieldset */

fieldset
{
	border: #c6ccce 1px solid;
	padding: 11px;
	margin-bottom: 20px;
	font-size: 11px;
}

fieldset legend
{
	height: 16px;
	font: bold 11px Verdana;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid darkgray;
	color: #336699;
	background-color: whitesmoke;
	text-align: center;
}

fieldset div
{
	font-size: 11px;
}

fieldset label
{
	width: 100px;
}

fieldset legend span
{
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

fieldset p
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px 0px 10px;
	line-height: 15px;
	padding-top: 0px;
}

fieldset table
{
	border: none;
	position: relative;
}

fieldset input
{
	font-family: tahoma;
	font-size: 11px;
}

fieldset table td
{
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

fieldset span
{
	font-size: 11px;
	padding-bottom: 4px;
	line-height: 16px;
	width: 150px;
}

fieldset strong
{
	font-size: 11px;
	color: #333;
	padding-bottom: 4px;
	line-height: 26px;
	width: 150px;
}

/* AJAX Progress */

.Overlay
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 100;
}

.UpdateProgress
{
	width: 250px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	font-size: 14px;
}

/* Errors */
.error
{
	color: red;
	padding: 10px;
	border: solid 1px #ff3300;
	background-color: #efefef;
	font-weight: bold;
	font-size: 11px;
	background: #fff url(../images/main/warning.gif) no-repeat 5px 10px;
	width: 450px;
	min-height: 50px;
	z-index: 101;
}

.error ul
{
	margin: 0;
	padding: 0;
	margin-left: 80px;
	list-style: none;
}

.error ul li
{
	padding: 0px;
	padding-left: 1.5em;
	background: url(../images/main/bullet.gif) no-repeat 0px 1px;
	margin: 2px 0px;
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 8px;
	line-height: 1.1em;
}

.required
{
	background: #ffc;
	border: 1px solid #ff0000;
	color: #776B1B;
}

.error-tip
{
	line-height: 20px;
	color: #ff0000;
	padding: 2px;
	font-weight: bold;
	font: 12px Tahoma,Arial,Helvetica,sans-serif;
	padding: 3px;
	color: #333333;
	border: 1px solid #0a6599;
	background: #ffffcc;
}

.frm_error
{
	border: 1px solid #c00;
	background-color: #ffffcc;
}

#form_error_contact
{
	color: #666666;
}

h2.title_error
{
	font-size: 1.2em;
	color: #c00;
}

/* General */
ul.arrows
{
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 0px;
}

ul.arrows li
{
	padding: 0px;
	padding-left: 1.5em;
	background: url(../images/main/bullet.gif) no-repeat 0px 1px;
	margin: 2px 0px;
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 8px;
	line-height: 1.1em;
}

ul.requirements li
{
	padding: 0px;
	margin: 2px 0px;
	list-style-type: none;
	font-size: 11px;
}

ul.checks
{
	padding: 0px;
	font-size: 14px;
	margin: 0px 0px 0px;
}

ul.checks li
{
	padding: 0px;
	padding-left: 1.5em;
	background: url(../images/sales/check.png) no-repeat 0px 1px;
	margin: 2px 0px;
	list-style-type: none;
	font-size: 16px;
	padding-bottom: 8px;
	line-height: 1.1em;
}

/* Menu: Default */
#menu
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 38px;
	background: #fff url(../images/main/bg-menu.gif) repeat-x;
	position: relative;
	z-index: 2;
	font-family: arial, verdana, sans-serif;
}
#menu li.top
{
	display: block;
	float: left;
}
#menu li a.top_link
{
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url(../images/main/bg-menu.gif);
}
#menu li a.top_link span
{
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 35px;
	background: url(../images/main/bg-menu.gif) right top no-repeat;
}
#menu li a.top_link span.down
{
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 35px;
	background: url(../images/main/bg-menu.gif) no-repeat right top;
}

#menu li:hover a.top_link, #menu a.top_link:hover
{
	color: #fff;
	background: url(../images/main/bg-menu-button.gif) no-repeat;
}
#menu li:hover a.top_link span, #menu a.top_link:hover span
{
	background: url(../images/main/bg-menu-button.gif) no-repeat right top;
}
#menu li:hover a.top_link span.down, #menu a.top_link:hover span.down
{
	background: url(../images/main/bg-menu-button.gif) no-repeat right top;
	padding-bottom: 3px;
}

#menu table
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#menu li:hover
{
	position: relative;
	z-index: 2000;
}
#menu a:hover
{
	position: relative;
	white-space: normal;
	z-index: 2000;
}

#menu :hover ul.sub
{
	left: 1px;
	top: 35px;
	background: #50b5d0;
	padding: 3px;
	border: 1px solid #0b4d97;
	white-space: nowrap;
	width: 130px;
	height: auto;
	z-index: 3000;
}
#menu :hover ul.sub li
{
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 130px;
	font-weight: normal;
}
#menu :hover ul.sub li a
{
	display: block;
	font-size: 11px;
	height: 18px;
	width: 128px;
	line-height: 18px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 1px solid #50b5d0;
}
#menu li ul.sub li a.fly
{
	background: #50b5d0 url(../images/main/arrow.gif) 80px 6px no-repeat;
}
#menu :hover ul.sub li a:hover
{
	background: #3f96a9;
	color: #fff;
	border-color: #fff;
}
#menu :hover ul.sub li a.fly:hover
{
	background: #3f96a9 url(../images/main/arrow_over.gif) 80px 6px no-repeat;
	color: #fff;
}

#menu li b
{
	display: block;
	font-size: 11px;
	height: 18px;
	width: 88px;
	line-height: 18px;
	margin-bottom: 3px;
	text-indent: 6px;
	color: #ff6;
	border-bottom: 1px solid #ff6;
	cursor: default;
}

#menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul, #menu a:hover a:hover a:hover a:hover ul, #menu a:hover a:hover a:hover a:hover a:hover ul
{
	left: 89px;
	top: -4px;
	background: #50b5d0;
	padding: 3px;
	border: 1px solid #0b4d97;
	white-space: nowrap;
	width: 90px;
	z-index: 4000;
	height: auto;
}

#menu ul, #menu a:hover ul ul, #menu a:hover a:hover ul ul, #menu a:hover a:hover a:hover ul ul, #menu a:hover a:hover a:hover a:hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li:hover li:hover > ul
{
	left: 90px;
	top: -4px;
	background: #50b5d0;
	padding: 3px;
	border: 1px solid #0b4d97;
	white-space: nowrap;
	width: 90px;
	z-index: 400;
	height: auto;
}
#menu li:hover > ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li:hover li:hover > a.fly
{
	background: #3f96a9 url(../images/main/arrow_over.gif) 80px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}
#menu li:hover li:hover > li a.fly
{
	background: #50b5d0 url(../images/main/arrow.gif) 80px 6px no-repeat;
	color: #000;
	border-color: #50b5d0;
}


/* Tables */
table.data
{
	border-collapse: collapse;
	border: 1px solid #222;
	margin: 0 0 20px 0;
	font-size: 11px;
}

table.notes
{
	border-collapse: collapse;
	border: 1px dashed #666;
	background-color: #F6F6F6;
	margin: 0 0 20px 0;
	font-size: 11px;
}

table.data th, table.data tr.header td
{
	text-align: left;
	padding: 8px;
	border: 1px solid #C2C2C2;
	font-weight: bold;
}

table.data tr.header
{
	background: url(../images/main/bg_button_gray.gif) #F0F0F0 repeat-x;
}

table.data th.right, table.data td.right
{
	text-align: right;
}

table.data th.center, table.data td.center
{
	text-align: center;
}

tr.title td
{
	color: #fff;
	border-bottom: 1px solid #a7a7a7;
	font-size: 13px;
	font-weight: bold;
	background: #b83933 repeat-x 0 -5px;
	padding: 5px;
}

tr.title td a
{
	color: #ffffff;
}

table.data td
{
	vertical-align: top;
	padding: 4px;
}

tr.shaded, tr.shaded:hover
{
	background: #efefef;
}

table.data th a:link, table.data th a:visited
{
	position: relative;
	display: block;
	color: #000;
}

table.data th a:hover
{
	position: relative;
	color: #2583b1;
}

/* Table Extended */

tr.action td
{
	background: #d0dce6;
	border-top: 1px solid #126a9c;
	border-bottom: 1px solid #F7F7F7;
}

tr.footer_sub td
{
	background-color: #65a4c7;
	color: #fff;
}

tr.footer
{
	background: #126a9c;
	color: #fff;
	border-bottom: 1px solid #126a9c;
}

/* thumbnails */
.thumbs
{
	border: solid 1px #daddde;
	background-color: #f9f9f9;
	padding: 4px;
}

.thumbs a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
}

.thumbs a:hover
{
	display: block;
	text-decoration: none;
	color: #000;
}

.thumbs a:visited
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
}

.thumbs:hover
{
	border: solid 1px #335ea8;
	--background-color: #dee5f0;
}


/*-------------------------------------
 	The Success and Error Update Panel divs
---------------------------------------*/

.msg
{
	width: 550px;
	text-align: center;
}

.msg div
{
	background-color: #cccccc;
	color: #006b31;
	border: solid 1px #006b31;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	text-align: left;
}

.msg div img
{
	padding-right: 10px;
	float: left;
	border: none;
	position: relative;
	top: -3px;
}

.msg p
{
	margin-top: 0px;
	background-color: whitesmoke;
	color: #006b31;
	border: solid 1px #006b31;
	padding: 18px;
	font-family: Tahoma;
	font-size: 11px;
	border-top: none;
	text-align: left;
}

.message_red div
{
	background-color: #ebd9d9;
	color: #910709;
	border: solid 1px #910709;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

.message_red div img
{
	padding-right: 10px;
	float: left;
	border: none;
	position: relative;
	top: -3px;
}

.message_red p
{
	margin-top: 0px;
	background-color: whitesmoke;
	color: #910709;
	border: solid 1px #910709;
	padding: 18px;
	font-family: Tahoma;
	font-size: 11px;
	border-top: none;
}

.validator
{
	width: 550px;
}

.validator_ext
{
	background-color: #f9f9f9;
	color: #910709;
	border: solid 1px #999999;
	padding: 20px;
	font-family: Tahoma;
	font-size: 11px;
	border-top: none;
	text-align: left;
}

.validator_top img
{
	padding-right: 7px;
	float: left;
	border: none;
	position: relative;
	margin-top: -5px;
	padding-bottom: 3px;
}

.validator_top
{
	background-color: #cccccc;
	border: solid 1px #999999;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #910709;
	text-align: left;
	height: 15px;
}

/*----------------------------------
Steps
----------------------------------*/

.steps
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.steps li
{
	color: #ccc;
	padding: 0 35px 0 5px;
	height: 50px;
	width: 139px;
	list-style: none;
	float: left;
	background-color: #EBEBEB;
	background-image: url(../images/main/steps-next.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
}

.steps li.current
{
	color: #fff;
	background-color: #C36615;
	background-image: url(../images/main/steps-current.gif);
}

.steps li.previous
{
	color: #fff;
	background-color: #7C8437;
	background-image: url(../images/main/steps-previous.gif);
}

.steps li.done
{
	color: #fff;
	background-color: #7C8437;
	background-image: url(../images/main/steps-done.gif);
}

.steps li em
{
	display: block;
	margin: 6px 0 0 10px;
	font-style: normal;
	font-weight: bold;
}

.steps li span
{
	display: block;
	margin-left: 10px;
	font-weight: normal;
}

.steps li.nobg
{
	background-image: none;
}

.steps li
{
	height: 50px;
	display: block;
}

.steps li
{
	color: #ccc;
}

.steps li.previous
{
	color: #fff;
}

/* Tabs */

.tabs
{
	padding-right: 5px;
	width: 100%;
}
/*IE6*/

.tabs br
{
	clear: both;
}

.tabs ul
{
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 2px;
}

.tabs li
{
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../images/main/tab-back.png) 100% -100px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.tabs li
{
	float: left;
}

.tabs li.active
{
	border-bottom: 1px solid #fff;
	background: url(../images/main/tab-back.png) 100% 0;
}

.tabs li a, .tabs li a:visited, .tabs li span
{
	display: block;
	float: left;
	padding: 5px 5px 2px 8px;
	text-align: center;
	white-space: nowrap;
	background: url(../images/main/tab-back.png) 0 -100px;
	text-decoration: none;
	min-height: 12px; /* fixes FX/Mac issue */
	color: #666;
}

.tabs li.active a, .tabs li.active span
{
	background: url(../images/main/tab-back.png) 0 0;
}
/*IE6*/


.tabs li:hover
{
	background-position: 100% -200px;
}

.tabs li:hover a
{
	background-position: 0 -200px;
	color: #fff;
}

.tabs li.active:hover
{
	background-position: 100% 0;
}

.tabs li.active:hover a
{
	background: url(../images/main/tab-back.png) 0 0;
	color: #666;
}

.tabs li a, .tabs li span
{
	font-size: 10px;
	color: #666;
	letter-spacing: -0.02em;
}

#tabs-content
{
	overflow: hidden;
	background: #fefefe;
	padding: 20px;
	border: 1px solid #bbbbbb;
	z-index: 100;
}

#tabs-content div span
{
	padding-bottom: 4px;
}

/* Tip & Definition */

.tip
{
	border: #ffcc88 1px solid;
	padding: 8px;
	color: #333333;
	background-color: #ffffdd;
	padding-top: 0px;
}

.definition
{
	border: #c6ccce 1px solid;
	background: #f7f9f9;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
}

.definition_body
{
	border: #c6ccce 1px dashed;
	border-top: 0px;
	background: #fff;
	padding: 10px;
	font-size: 11px;
}

.requirements_table
{
	border: #c6ccce 1px solid;
	background: #ffffcc;
	font-size: 11px;
}

.requirements_table td
{
	padding: 10px;
}

.requirements_hover
{
	border: #c6ccce 1px dashed;
	background: #f7f9f9;
	font-size: 11px;
	cursor: pointer;
}

.requirements_hover td
{
	padding: 10px;
}

.requirements_tools
{
	border: #c6ccce 1px dashed;
	border-top: 0px;
	background: #f7f9f9;
	padding: 10px;
	font-size: 11px;
}

.tools img
{
	padding-right: 10px;
	margin-bottom: -5px;
}

/* Paging */

.pages a, .pages span
{
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.3em;
	border: 1px solid #c6ccce;
	background: #fff;
}

.pages span.ellipsis
{
	border: none;
	background: none;
}

.pages span.current
{
	border: 1px solid #c6ccce;
	font-weight: bold;
	background: #c6ccce;
	color: #fff;
}

.pages a
{
	border: 1px solid #c6ccce;
	text-decoration: none;
}

.pages a:hover
{
	border-color: #06c;
}

.pages a.nextprev, .pages span.nextprev
{
	font-weight: bold;
}

.pages a.nextprev_r
{
	font-weight: bold;
	float: right;
}

.pages span.nextprev
{
	color: #666;
}

.pages span.nextprev
{
	border: 1px solid #ddd;
}

.pages span.nextprev_r
{
	border: 1px solid #ddd;
	color: #b83933;
	float: right;
}

/* Sub Menu */
#submenu
{
	width: 180px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	margin-right: 10px;
}
#submenu li
{
	padding-bottom: 2px;
}
#submenu li a
{
	font: normal 12px Calibri, Verdana, Tahoma;
	display: block;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
#submenu li a:hover
{
	color: white;
	background: black;
}

#submenu li span
{
	display: none;
}

#submenu_header
{
	font: bold 13px Calibri;
	color: white;
	background: #606060 url(../images/icons/down.gif) no-repeat 8px 6px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 7px 0 7px 31px;
	width: 149px;
}

/* Modal Popup */
.modal
{
	border: 1px solid #000;
	background: #fff;
}
.modal-header
{
	background: #bbb;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
}
.modal-title
{
	cursor: move;
	width: 99%;
	float: left;
}
.modal-body
{
	padding: 5px;
}

/* Tooltips */

a.tooltip
{
	font-size: 12px;
	color: #FF5E2F;
	position: relative;
	border-bottom: 1px dashed #FF5E2F;
	text-decoration: none;
	cursor: hand;
	z-index: 100;
}

a.tooltip img
{
	z-index: -1000;
}

a.tooltip:hover
{
	color: #7a7a7a;
	border-bottom: 1px dashed #7a7a7a;
	text-decoration: none;
	z-index: 1001;
}

a.tooltip div
{
	display: none;
}

a.tooltip:hover div
{
	position: absolute;
	top: -.2em;
	left: 1.2em;
	border: 1px solid #F0D070;
	padding: 5px;
	display: block;
	color: #D0A010;
	background-color: #FFFFE4;
	width: 250px;
	font-size: 11px;
	z-index: 10;
}

.tooltip-content
{
	color: #D0A010;
}

/* Breadcrumbs */
.breadcrumbs
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 18px;
	padding: 4px 0 0 4px;
	color: #333;
}
.breadcrumbs li
{
	float: left;
	display: inline;
	margin-right: 4px;
}
.breadcrumbs a
{
	font-weight: bold;
	padding-right: 11px;
	text-decoration: none;
}
.breadCrumb a:hover
{
	color: #333;
}
/* Icons */
.files div
{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 11px;
	line-height: 1.6em;
	margin-right: 6px;
	padding: 6px;
}

.image
{
	border: solid 1px #daddde;
	background-color: #f9f9f9;
	padding: 4px;
}

.image a
{
	display: block;
	text-decoration: none;
	height: 145px;
	color: #3d3d3d;
}

.image a:hover
{
	display: block;
	text-decoration: none;
	height: 145px;
	color: #000;
}

.image a:visited
{
	display: block;
	text-decoration: none;
	height: 145px;
	color: #3d3d3d;
}

.image:hover
{
	border: solid 1px #335ea8;
	background-color: #dee5f0;
}

/* Definition Lists */
dl
{
	width: 33%;
	float: left;
	height: 160px;
	margin: 2em auto;
}
dt
{
	margin-bottom: 1em;
	font-weight: bold;
	color: #14587B;
}
dd
{
	margin: 0;
	padding: 12px;
}
