
html {background-color:#E8EBEC !important;}

body {
	font: 13px/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;}

#Wrapper	{ background: #E8EBEC url("../images/bodyBg.gif") repeat-x 0 0; }	/* The body of the design */


/* links */

a,
a:link, a:visited	{ color: #2FA694; text-decoration: none; }
a:hover, a:active	{ color: #d00044 ; text-decoration: none; }

#MainMenu a:link, #MainMenu a:visited	{ color: #CACACA; }	/* menu links - top level items */
#MainMenu a:hover, #MainMenu a:active	{ color: #2FA694; }
#MainMenu .sf-menu li li:hover, #MainMenu .sf-menu li li.sfHover,
#MainMenu .sf-menu li li a:focus, #MainMenu .sf-menu li li a:hover, #MainMenu .sf-menu li li a:active {
	background: #278C7D;	/* menu links - sub-menu items */
	color: #fff;}

#ContentPanel a:hover, #ContentPanel a:active	{ color: #f0f0f0; }

.ribbon span a 	{ font-weight: bold; }
.ribbon .scrollTop		{ float:right; margin: 19px 28px; font-weight: normal; font-size:0.8em; }	/* scroll to top ^ */


/* headings */

h1, h2, h3, h4, h5, h6, .headline, .title, .ribbon span, #fancy_title div {
	font-family: "Liberation Sans", Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.5em;
	padding: 0 0 0.2em;
	color: #000;}

h1			{ font-size: 1.85em; }
h2			{ font-size: 1.5em; }
h3			{ font-size: 1.35em; margin-bottom: 0.5em; }
h4			{ font-size: 1.2em; margin-bottom: 0.5em; border-bottom: none; }
h5			{ font-size: 1em; font-weight: bold; margin-bottom: 0.5em; border-bottom: none; }
h6			{ font-size: 1em; font-weight: lighter; text-transform:uppercase; margin-bottom: 0.5em; border-bottom: none; }
.headline	{ color: #595959;}
.title 		{ padding: 0; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .headline strong, .title strong {
	font-weight: bold;
	color: #000;}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .headline span, .title span {
	display: block;
	color: #8F8F8F;
	font-size: 0.6em;
	margin: -0.1em 0 0;}

#ContentPanel h1, #ContentPanel h2, #ContentPanel h3, #ContentPanel h4, #ContentPanel h5, #ContentPanel h6 {
	color: #eee;} /* headers on dark backgrounds */

#cluetip h3 { color: #eee; font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; }	/* tool tip titles */

#fancy_title div { font-size: 1.35em; }	/* modal titles */

/* text */

blockquote	{
	margin: 0 0 18px 4px;
	padding: 0 16px;
	font-style: italic;
	border-left: 5px solid #bbb;}
code, pre	{
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	background: #E8EBEC url("../images/pre-bg.gif") repeat 0 0;
	padding: 18px 5px;
	border: 1px dotted #bbb;
	color: #333;}
code		{ padding: 1px 3px; background-image: none; }
sup			{ bottom: 0.1em; }
.impact		{ font-size: 1.1em;	line-height: 1.5; }
.noMargin	{ margin: 0; }
.ribbon span{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 16px 0 0;
	color: #CDCDCD;}
.ribbon span.blogDate {
	font-size: 1.85em;
	margin: 13px 0 0; }
.ribbon span.blogPostInfo {
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	margin: 18px 28px 0 0; }
.breadcrumbs span					{ font: bold 1.2em Arial, Helvetica, Garuda, sans-serif; }
#ContentPanel, #cluetip 	{ color: #8F8F8F; }
#Footer							{ font-size:0.9em; margin:0 0 0 11px;}
#Footer p						{ margin: 0; padding: 0.5em 0 1em;}


.contentbottom {background:url("../images/pageBg-bottom.png") no-repeat scroll 0 0 transparent;
height:10px;
overflow:hidden;}

/* Lists */

ul, ol {margin: 0 0 20px 5px;}
ol {padding-left: 2em;}
ul ul, ol ol,
ul ol, ol ul {
	margin-top: 8px;}
ul li, ol li {
	line-height: 1.3em;
	padding: 3px 5px;}
ul li {padding-left: 15px;}
ol li {
	list-style-type:decimal;
	list-style-position: outside;}

/* custom list styles */

	/* bullet types */
	ul li 						{ background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em;}	/* default list style */
	ul.bullet-black li 			{ background: transparent url("../images/bullets/dot_black.gif") no-repeat 0 .6em; }
	ul.bullet-gray li 			{ background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em; }
	ul.bullet-silver li 		{ background: transparent url("../images/bullets/dot_gray_light.gif") no-repeat 0 .6em; }
	ul.bullet-blue li 			{ background: transparent url("../images/bullets/dot_blue.gif") no-repeat 0 .6em; }
	ul.bullet-green li 			{ background: transparent url("../images/bullets/dot_green.gif") no-repeat 0 .6em; }
	ul.bullet-orange li 		{ background: transparent url("../images/bullets/dot_orange.gif") no-repeat 0 .6em; }
	ul.bullet-red li 			{ background: transparent url("../images/bullets/dot_red.gif") no-repeat 0 .6em; }
	ul.bullet-disc-black li		{ background: transparent url("../images/bullets/circle_black.gif") no-repeat 0 .6em; }
	ul.bullet-disc-gray li 		{ background: transparent url("../images/bullets/circle_gray.gif") no-repeat 0 .6em; }
	ul.bullet-disc-silver li	{ background: transparent url("../images/bullets/circle_gray_light.gif") no-repeat 0 .6em; }
	ul.bullet-disc-blue li 		{ background: transparent url("../images/bullets/circle_blue.gif") no-repeat 0 .6em; }
	ul.bullet-disc-green li 	{ background: transparent url("../images/bullets/circle_green.gif") no-repeat 0 .6em; }
	ul.bullet-disc-orange li 	{ background: transparent url("../images/bullets/circle_orange.gif") no-repeat 0 .6em; }
	ul.bullet-disc-red li 		{ background: transparent url("../images/bullets/circle_red.gif") no-repeat 0 .6em; }
	ul.bullet-check li 			{ background: transparent url("../images/bullets/check.gif") no-repeat 0 .2em;  padding-left: 20px; }

	/* numbered list with styling */
	ol.number-pad 						{ padding: 3px 5px 5px 22px; border-left: 1px solid #E9E9E9;
										  background: #fff url("../images/bullets/ordered-background.gif") repeat-y 0 0; }
	ol.number-pad ol, ol.number-pad ul	{ background: none; margin-left:18px; }
	ol.number-pad  li 					{ padding-left: 10px; border-bottom:1px dotted #D6D6D6; }

	/* list with image, title and description */
	ul.post-list 		{ margin-left:0; }
	ul.post-list li		{ margin: 0 0 1em; padding: 0; background: none; border-bottom: 1px dotted #D6D6D6; font-size: 85%; }
	ul.post-list li img	{ float: left; margin: 0 8px 1em 0; border: 1px solid #C6C6C6; }
	ul.post-list li a {
		display: block;
		font-weight:bold;
		margin-bottom: .3em;}

	/* horizontal lists */
	ul.horizList { margin: 0 0 1em; }
	ul.horizList li {
		display: inline;
		margin: 0;
		padding: 0;
		background: none;}



/* forms and inputs */

input { color: #000; }
textarea, .textInput {
	width: 175px;
	margin: 0 0 0.5em;
	padding: 5px;
	background: #E1E2E3 url("../images/inputBg.gif") repeat-x 0 0;
	border: 1px solid #fff;
	border-color: #C9CACB #fff #fff #C9CACB;
	outline: none;}

label.overlabel {
	color: #B3B4B4;
	font-size: 1.2em;
	display:none;	/* initially hidden to prevent other content from shifting after JS function runs */
}


/* common styles */

.hr {
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	height: 5px;
	background: transparent url("../images/hr-bg.gif") repeat-x 0 0; }


/* image containers */

a.img, div.img 			{ float: left; border: 1px solid #D3D3D3; padding: 5px; background: #fff;}
a.img img, div.img img 	{ float: left; border: 1px solid #f3f3f3; }
a.imgHover				{ background-color: #D8D9DA; border-color: #BCBCBC; }
a.img:hover img			{ border-color: #fff; }


/* jQuery ui styles */
.ui-state-default, .ui-widget-content .ui-state-default {border-color: #C8CBCC;}
.ui-state-hover, .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active {border-color: #000;}


/* logo */

#Logo	{ float: left; margin: -52px 0 0 27px;}
#Logo a {
	display: block;
	width: 368px;
	height: 120px;
	background: transparent url("../images/logo.png") no-repeat 0 0;}


/* design structure */

#Wrapper, #PageWrapper	{ position: relative; }	/* IE needs this to position content when using top panel (#ContentPanel) */

#PageWrapper {
	width: 990px;
	margin: 0 auto;
	padding: 25px 0 0;}

.pageTop {
	height: 10px;
	overflow: hidden;
	background: transparent url("../images/pageBg-top.png") no-repeat 0 0;}

.pageBottom {
	height: 10px;
	overflow: hidden;
	background: transparent url("../images/pageBg-bottom.png") no-repeat 0 0;
	margin: 0 0 0.4em;}

#Header, .pageMain {
	background: transparent url("../images/pageBg-repeat.png") repeat-y 0 0;}

#Header, .pageMain {width: 990px;}	/* must be specified for PNG Fix to work (IE 6 issue) */

.breadcrumbs 				{ margin-top: -1em; }
.full-page .breadcrumbs 	{ margin-bottom: 0; }


/* max width containers */
.contentMax, .contentArea, #Showcase, #Slides {
	margin: 0 26px;
	width: 938px;}


/* content containers */

.contentArea	{ padding: 10px 0 0 0; margin-right:10px}

/* layouts styles */

.one-third, .two-thirds, .half-page, .full-page {
	 float: left;
	 margin: 0 10px 0 10px; }

.one-third	{ width: 333px; margin-bottom:15px}
.two-thirds	{ width: 560px; }
.half-page	{ width: 426px; }
.full-page	{ margin-right: 25px; float: none; }

#ContentPanel { /* hidden top content area */
	position:relative;
	display:none; 		/* hidden on start */
	background: #2C2C2C;
	border-bottom: 1px solid #fff; }
#ContentPanel .contentArea	{ margin: 0 auto; }


/* main menu */

#MenuWrapper	{ height: 62px; }
#MainMenu {
	position: relative;
	top: -20px;
	right: 20px;
	height: 62px;
	float: right;
	z-index: 99;	/* allows menu to overlap slideshow*/}
#MmLeft {
	float:left;
	width: 25px;
	height: 62px;
	background: transparent url("../images/mainMenu-left.png") no-repeat 0 0;}
#MmRight {
	float:left;
	width: 20px;
	height: 62px;
	background: transparent url("../images/mainMenu-right.png") no-repeat 0 0;}
#MmBody {
	float: left;
	min-width: 480px;
	height: 62px;
	background: transparent url("../images/mainMenu-repeat.png") repeat-x 0 0;}

#MmOtherLinks { float: left; }

.mmDivider {
	float: left;
	width: 10px;
	height: 40px;
	margin:7px 5px 0;
	background: transparent url("../images/mainMenu-divider.gif") no-repeat 0 0;}

#MainMenu .sf-menu li li		{ background: #393939; } /* sub-menu background */
#MainMenu .sf-menu li li li		{ background: #2f2f2f; } /* sub-sub-menu background */

.mmLogin	{ background: transparent url(../images/icons/bullet-lock.png) no-repeat 0 0; padding-left: 20px !important; }
.mmLogout	{ background: transparent url(../images/icons/bullet-unlock.png) no-repeat 0 0; padding-left: 20px !important; }
.mmFeeds	{ background: transparent url(../images/icons/bullet-feed.png) no-repeat 0 0; padding-left: 20px; }
.mmRSS		{ background: transparent url(../images/icons/feed.png) no-repeat 0 0; padding: 1px 0 0 25px; }
.mmFacebook	{ background: transparent url(../images/icons/facebook.png) no-repeat 0 0; padding: 1px 0 0 25px; }
.mmTwitter	{ background: transparent url(../images/icons/twitter2.png) no-repeat 0 0; padding: 1px 0 0 25px; }

.content {margin-top:15px;}

td.tableregleft {font-weight:bold}
td.tableregleft span {color:#FF0000;}

/* search */

#Search {
	clear: right;
	float:right;
	width: 298px;
	height: 32px;
	margin: 14px 26px 25px;
	overflow: hidden;
	background: transparent url("../images/search-bg.gif") no-repeat 0 0;
	cursor: text;}
#Header .searchHover 	{ background-position: 0 -32px; }
#Header .searchActive 	{ background-position: 0 -64px; cursor: pointer; }


a.sf-sub-ul {margin-right:10px}

/* showcase/spotlight */

#Showcase 	{ padding: 10px 0 0; }

/*.height1 {height:95px}
.height2 {height:61px}
.height3 {height:33px}*/

.height1,.height2,.height3 {height:100%}
.messth
{	margin-bottom:8px;
	font-weight:bold;
	background:url("/images/grad.jpg") repeat-y scroll 0 0 transparent;
	border-bottom:1px solid #C0C0C0;
	color:#000000;
	display:block;
	padding:2px 5px;
}

/* ribbon elements (wrap around) */

.ribbon, .ribbon2 { height: 40px;}

.ribbon
{
	margin: 0 10px 8px 0px;
	width: 570px;
	border-bottom:1px solid #E2E2E2;
	margin-top:-16px;
	/*background: transparent url("../images/hr-bg.gif") repeat-x 0 29px;*/
}

.ribbon2
{
	margin: 0 10px 8px 0px;
	width: 900px;
	border-bottom:1px solid #E2E2E2;
	margin-top:-16px;
	/*background: transparent url("../images/hr-bg.gif") repeat-x 0 29px;*/
}

.ribbon ul, .ribbon2 ul, .ribbon li, .ribbon2 li
{list-style-type: none;
display:inline;
list-style-image:none;
background:none;
margin:0;
padding:5px 0px;
float:left;
}

.ribbon a.sit, .ribbon a.dm, .ribbon2 a{
color:#000000;
font-family:Arial;
padding:5px 0;
text-align:center;
font-size:14px;
background-color: #E2E2E2;
display:block;

/*height: 54px;
overflow: hidden;*/
/*display:block;*/
/*height:44px;*/
}

.ribbon2 a{padding:7px 20px;
margin-right:6px;
}

.ribbon a.sit
{
padding:7px 32px;
margin-right:6px;
}
.ribbon a.dm
{
padding:7px 28px;
}

.ribbon a.sit:hover, .ribbon a.dm:hover, .ribbon2 a:hover
{
background-color: #CDCDCD;
}

/*
.ribbon .sit {float:left;}
.ribbon .dm {float:right;}
*/

input[type="submit"] {font-size:14px;font-family:Arial;background-color: #DBDBDB;border: 1px solid #A0A0A0;padding:3px 12px;cursor:pointer}
input[type="submit"]:hover {background-color: #CDCDCD;}


.rur {
color: #000000;
font-weight:bold;
}

.rur span {
margin:5px 0 0 -9px;
overflow:hidden;
position:absolute;
width:0.65em;
}

#star1,#star2,#star3,#star4,#star5
{	cursor:pointer;
	width:16px;
	height:16px;
	display:block;
	float:left;
}

.stars
{
background-image:url('/images/stars.png');
background-repeat:no-repeat;
/*background-attachment:fixed;*/background-position:0 0;
width:90px;
height:16px;
display:block;
}

.sdone
{padding:5px 7px;
display:block;
background-color:#D6F0D5;
border:1px dashed #A4DEA3;
color:#112E10;
margin-bottom:10px;
font-size:14px;
font-family:Arial;

}

.imgdone
{background:url('/images/sites/ticketclose.png');
background-repeat:no-repeat;
background-position:0 2px;
height:16px;
width:16px;
margin-right:5px;
float:left;
}


/*input[type="submit"] {font-size:14px;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;color:#CACACA;background: url("../images/mainMenu-repeat.png") repeat-x scroll 0 -25px transparent;border: 0px;padding:3px 12px;cursor:pointer}
input[type="submit"]:hover {color: #2FA694;}*/


.ti {line-height:33px;}
.ti2 {line-height:28px;float:left;}

.account {margin: -10px 0 15px 0; padding-bottom:2px; border-bottom: 1px solid #D6D7D8;}

.orp {color:#D6D7D8; margin:0 4px; font-weight:bold;}
/*td.tdright {padding:0.5em 0 0 0;}*/
table.tableact input {margin-top:0 !important;margin-bottom:0 !important;}
table.tablereg input[type="text"],table.tablereg input[type="password"] {margin:0.25em 0 !important;}
.tableregleft h1 {margin:20px 0 0 0;}
.tablereg td {vertical-align:middle}
table.tableact .hint
{border: 1px dashed #D6D7D8;
background-color:#E8EBEC;
padding:2px;
width:400px;
display:block;
color:#000000;
font-size:12px;
}
table.tableact td
{vertical-align:middle;
padding:0.5em 0 0;
}

table.tablepr td
{
vertical-align:middle;
padding:4px;
border: 1px dashed #D6D7D8;
text-align:center;
}

table.tablepr img
{
vertical-align:middle;
}

table.tablepr td.title
{
text-align:left;
border: 0px;
}

table.tables, table.tablep
{margin-bottom:15px;
}

table.tables td, table.tables th
{
vertical-align:top;
padding:7px;
border: 1px solid #D6D7D8;
text-align:center;
}

table.tables th
{vertical-align:top;
font-weight:bold;
background-color:#E8EBEC;
}

table.tinfo
{margin:10px 0 0 0;
}

table.tablep td
{
vertical-align:top;
padding:5px;
text-align:left;
}

table.tinfo td
{vertical-align:middle;
padding:5px;
text-align:left;
}

table.tablec
{margin:15px 5px;
background-color:#F0F0F0;
}

table.tablec td
{vertical-align:top;
padding:7px 10px;
text-align:left;
border: 1px solid #D6D7D8;
}

table#tablesearch
{background-color:#EBEBEB;
border:1px dashed #D6D7D8;
padding-bottom:5px;
}

table#tablesearch td
{padding-left:10px !important;
padding-right:20px !important;
}

table.tableg td
{padding:4px 3px;
vertical-align:top;
line-height:15px;
}

table.tableg
{	margin:0 0 10px 5px;
	color:#000000;
}

a.aext
{color:#D00044;
background:url("/images/ext.gif") no-repeat scroll right center transparent;
padding-right:14px;
}

a.aext:hover
{border-bottom: 1px dashed #D00044;
}

a.atitle:hover
{
color:#2FA694;
border-bottom: 1px dashed #2FA694;
}

a.classdown
{
color:#D00044;
background:url("/images/down.gif") no-repeat scroll right center transparent;
padding-right:14px;
}

a.classup
{
color:#D00044;
background:url("/images/up.gif") no-repeat scroll right center transparent;
padding-right:14px;
}

ul.ulrules, ul.ulrules li
{list-style:none;
background-image:none;
}



/* table styles */

table {
	border-collapse: collapse;
	border-spacing: 0;}


/* other */

div#fancy_overlay { background: #2c2c2c; }	/* overlay color */

/*menu*/

.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0}
.sf-menu{float:left;line-height:1.0;margin:7px 0 1em}
.sf-menu ul{position:absolute;top:-999em;width:13em}
.sf-menu ul li{width:100%}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{float:left;position:relative;background:none}
.sf-menu a{display:block;padding:16px 0.8em 15px;position:relative;text-decoration:none}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:48px;z-index:99}
.sf-menu li li a{padding:8px 1em}
.sf-menu a,.sf-menu a:visited{color:#fff}
.sf-menu li li{background:#2F2F2F; border:1px solid #313131;border-top:0px;}
.sf-menu li li li{background:#181818}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{outline:0}
.sf-menu li li:hover,.sf-menu li li.sfHover,.sf-menu li li a:focus,.sf-menu li li a:hover,.sf-menu li li a:active{background:#000}
.sf-menu a.sf-with-ul{min-width:1px;padding-right:2em}
.sf-sub-indicator{background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:.8em;text-indent:-999em;top:1.45em;width:10px}
li ul li .sf-sub-indicator{right:1em}
a > .sf-sub-indicator{background-position:0 -100px;top:1.45em;margin-right:-13px}
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -100px}
.sf-menu ul a > .sf-sub-indicator{background-position:0 0}
.sf-shadow ul{background:url(../images/shadow.png) no-repeat bottom right;padding:0 8px 9px 0}
.sf-shadow ul.sf-shadow-off{background:transparent}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:13em;top:0}
li li a .sf-sub-indicator,li li a > .sf-sub-indicator{top:.9em}
.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0}

