/*
 *	Doc rules
 *	=========
 */

* {
	margin: 0;
	padding: 0;
}

.media-print { display: none; }

html, body {
	font-family: Arial;
	font-size: 12px;
	color: #2f2f2f;
	width: 100%;
	height: 100%;
}

div#wrapper {
	background: #FFFFFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -55px;
}

.footer, .push {
	margin-bottom: -10px;
	height: 55px;
}


/*
 *	Generic root rules
 *	==================
 */

a, 			 #content a 			{ color: #1f84b3; border-bottom: dotted 1px #1f84b3; text-decoration: none; }
a:hover, #content a:hover	{ color: #0060cb; border-bottom: dotted 1px #0060cb; text-decoration: none; }

img {
	border: 0;
}

p {
	padding-top: 3px;
	padding-bottom: 3px;
}

form {
	display: inline;
}

table { 
	clear: both;
	border-collapse: collapse;
}

hr {
	border: 0;
	border-style: none;
	color: #ebe5e5;
	background-color: #ebe5e5;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.dotted {
	color: #fff; background-color: #fff;
	border: 2px dotted #e5dfdf;
	border-style: none none dotted; 
}

ol {
	padding-left: 2em;
	margin-left: 0em;
	margin-top: 0em;
}

ul {
	list-style: square url('../images/bullet.gif');
	padding-left: 2em;
	margin-left: 0em;
	margin-top: 0em;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

strong {
	color: #4F514B;
}

em {
	color: #4F514B;
	font-weight: bold;
	font-style: italic;
}

abbr {
	color: inherit;
	border-bottom: dotted 1px gray;
}

button, input.button {
	background: #e0e0e0 url('../images/button.gif') repeat-x;
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #AFAFAF;
	border-right: solid 1px #AFAFAF;
	font: 11px Verdana;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: button-bevel;
}

button.small {
	font: 10px Verdana;
	padding: 2px;
}

button.small-up {
	background: #e0e0e0 url('../images/button-up.gif') repeat-x;
	font: 10px Verdana;
	padding: 2px;
	width: 22px;
	height: 20px;
}

button.small-down {
	background: #e0e0e0 url('../images/button-down.gif') repeat-x;
	font: 10px Verdana;
	padding: 2px;
	width: 22px;
	height: 20px;
}

button.small-up-disabled {
	background: #e0e0e0 url('../images/button-up-disabled.gif') repeat-x;
	font: 10px Verdana;
	padding: 2px;
	width: 22px;
	height: 20px;
}

button.small-down-disabled {
	background: #e0e0e0 url('../images/button-down-disabled.gif') repeat-x;
	font: 10px Verdana;
	padding: 2px;
	width: 22px;
	height: 20px;
}

button.tiny {
	font: 9px Verdana;
	padding: 0px;
}

button.blue {
	background: #1c8aba url('../images/button-blue.gif') top left repeat-x;
	color: white;
	border: none;
	padding: 6px;
}

a.button {
	display: block;
	background: #e0e0e0 url('../images/button.gif') repeat-x;
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #AFAFAF !important;
	border-right: solid 1px #AFAFAF;
	font: 11px Verdana;
	padding: 5px;
	text-align: center;
	color: #2f2f2f !important;
	-webkit-appearance: button-bevel;
}

textarea {
	padding: 2px;
}

blockquote {
	color: #979993;
	padding: 30px;
	padding-left: 80px;
	background: url('../images/blockquote.gif') 30px 35px no-repeat;
}

.dream {
	color: #1f84b3;
}

.dream-x {
	background: #5ca1c1  !important;
	color: white !important;
	padding-left: 1px;
	padding-right: 1px;
	border: none !important;
}

.dream-y {
	background: #AFAFAF;
	color: white !important;
	padding-left: 1px;
	padding-right: 1px;
	border: none !important;
}

.dream-z {
	background: #beaf04;
	color: white;
	padding-left: 1px;
	padding-right: 1px;
	border: none !important;
}

.gray {
	color: gray;
}

.gray-box {
	background: #EFEFEF;
	padding: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #E2E2E2;
}

.blue {
	background: #d2e5f7;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px
}

.blue-box {
	background: #d2e5f7;
	padding: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #a7d0f7;
}

.highlight {
	background: #f3e273;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px
}

del {
	text-decoration: line-through;
	background: #ffafa5;
}

ins {
	background: #e0ffc0;
	text-decoration: none;
}

/* Application related */

fieldset:hover {
	background-color: #f5f5f5;
}

fieldset legend {
	padding-right: 10px;
	background: white;
}

fieldset legend a {
	margin-left: 10px;
}

fieldset center {
	position: absolute;
	margin-top: 23px;
	margin-left: 300px;
}

*.ie { display: none; }
html>body *.ie { display: inherit; }


/*
 *	Page sections
 *	==================
 */
 

/*	Header	 */

#header {
	background: #1385c7 url('../images/bg-top.jpg') top right no-repeat;
	width: 100%;
	height: 103px;
}

#header div {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}

#header div h1 {
	display: block;
	float: left;
	background: url('../images/logo-top.png') top left no-repeat;
	width: 124px;
	height: 56px;
	margin: 23px;
	cursor: pointer;
	display: inline;
}

#header div h1 span { display: none; }


#header div div#locale {
	float: left;
	width: auto;
	padding-top: 24px;
	padding-right: 35px;
	margin-left: 55px;
}

#header div div#locale a#selector {
	display: inline-block;
	font-size: 18px;
	border: 0;
	background: url('../images/opacity-20.png');
	color: white !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	padding-left: 8px;
}

* html #header div div#locale a#selector {
	background: #49a5d5;
}

#header div div#locale a#selector span {
	display: inline-block;
	background: url('../images/locale-arrow-w.png') no-repeat center right;
	width: 14px;
	height: 7px;
	margin: 2px;
	margin-left: 12px;
	margin-top: -12px;
}

#header div div#locale a#selector:hover {
	background: white;
	color: #1385c7 !important;
}

#header div div#locale a#selector:hover span {
	background: url('../images/locale-arrow-b.png') no-repeat center right !important;
}

#header div div#locale ul#languages {
	padding: 0;
	margin-top: 7px;
}

#header div div#locale ul#languages li {
	padding: 0;
	margin: 0;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	display: block;
	float: left;
}

#header div div#locale ul#languages li.selected {
	font-weight: bold;
}

#header div div#locale ul#languages li a {
	border: 0;
	color: #ffffff !important;
}

#header div div#locale div#territories {
	width: 240px;
	height: auto;
	position: absolute;
	background: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	z-index: 99999;
}

#header div div#locale div#territories ul {
	display: block;
	list-style: none;
	list-style-image: none;
	padding-left: 5px;
	padding-right: 25px;
}

#header div div#locale div#territories ul li a {
	border: 0;
}

/*	Quick	 */

#quick {
	text-align: center;
	margin-bottom: 10px;
}

#quick h2 {
	margin-top: 0;
	text-align: left;
}

#quick form {
	display: block;
	padding: 13px;
	background: #EFEFEF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#quick form button {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}

#quick form select,
#quick form input {
	margin-bottom: 7px;
}


/*	Logging	 */

#logging {
	text-align: center;
}

#logging h2 {
	text-align: left;
}

#logging input {
	color: #aeaeae;
	width: 97%;
	letter-spacing: 2px;
}

#logging button {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#logging div {
	padding: 13px;
	background: #EFEFEF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#logging div form p {
	margin-top: 8px;
}

/*	Contact	 */

div#contact {
	text-align: center;
	margin-top: 10px;
	padding: 6px;
	background: #EFEFEF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div#contact img {
	position: absolute;
	margin-top: -13px;
	margin-left: 5px;
}


/*	Content	 */

#gradient {
	width: 100%;
	margin-top: 2px;
	background: #FFFFFF url('../images/bg.jpg') 0px 0px repeat-x;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	text-align: justify;
	padding-top: 36px; /*48*/
	padding-bottom: 100px;
	font: 12px Arial;
}

#content h2 {
	color: #1f84b3;
	font-family: "Calibri", Arial;
	font-size: 20px;
	font-weight: normal;
	padding: 4px;
	padding-top: 27px;
	border-bottom: solid 2px #ebe5e5;
	clear: both;
	margin-bottom: 20px;
	text-align: left;
}

#content h2.front {
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1em;
}

#content h3 {
	color: #1f84b3;
	font-family: "Calibri", Arial;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 30px;
	clear: both;
	border-bottom: solid 2px #ebe5e5;
	text-align: left;
}

#content h4 {
	color: #1f84b3;
	font-family: "Calibri", "TheSans-Italic", Arial;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 4px;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
	border-bottom: solid 2px #ebe5e5;
	text-align: left;
}

#content pre {
	margin: 10px;
}


/*	Footer	 */

#footer, div#push {
	background: #FFFFFF url('../images/bg2.jpg') top left repeat-x;
	color: #9e9e9e;
	width: 100%; 
}

#footer p {
	float: left;
	margin-top: 15px;
	margin-left: 35px;
}

#footer a {
	/*color: #9e9e9e;
	border-bottom: dotted 1px #9e9e9e; */
}

#footer img {
	float: right;
	margin-top: 3px;
	margin-right: 100px;
}


/*	Menus	 */

ul.menu {
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}

ul.menu li {
	margin: 0;
	padding: 3px;
	margin-top: 2px;
}

ul.menu li a {
	color: #2f2f2f !important;
	border-color:  #2f2f2f !important;
}

ul.menu li a:hover {
	color: #0060cb !important;
	border-color: #0060cb !important;
}


/*
 *	Table presets
 *	=============
 */


/*	Tabular	 */

table.tabular {
	table-layout: fixed;
}

table.tabular td {
	padding: 7px;
	border-bottom: solid 1px #ebe5e5;
}

table.tabular th { 
	padding: 7px;
	border-bottom: solid 2px #ebe5e5 !important;
	border-top: none !important;
	color: #1f84b3;
	background: none;
	font-family: "Calibri", "TheSans-Italic", Arial;
	font-size: 16px;
	font-weight: normal;
}


/*	Info	 */

table.info {
	table-layout: fixed;
}

table.info td {
	padding: 7px;
	border-bottom: solid 1px #ebe5e5;
}

table.info th { 
	padding: 7px;
	border-bottom: solid 1px #ebe5e5 !important;
	color: #4F514B;
}


/*	Report	 */

table.report {
	table-layout: fixed;
}

table.report tr:hover td {
	background: #ECECEC;
}
	
table.report td {
	padding: 7px;
	border-bottom: solid 1px #ebe5e5;
	white-space: nowrap;
}

table.report th { 
	padding: 7px;
	background: #f5f5f5;
	border-top: solid 1px white !important;
	border-bottom: solid 1px #c8cac4 !important;
	color: #4F514B;
}


/* Minimal */

table.minimal {
	table-layout: fixed;
}

table.minimal tr:hover td {
	background: #ECECEC;
}
	
table.minimal td {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ebe5e5;
	overflow: hidden;
	text-overflow: hidden;
}

table.minimal th { 
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f84b3;
	background: none;
	font-family: "Calibri", "TheSans-Italic", Arial;
	font-size: 16px;
	font-weight: normal;
	border-top: solid 1px white !important;
	border-bottom: solid 2px #ebe5e5 !important;
}



/*
 *	Ellipsis
 *	========
 */


.ellipsis {
	position: relative;
	line-height: 1.2em;
	height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	-o-text-overflow: ellipsis;
	-moz-binding: url(moz_fix2.xml#ellipsis);
}

.ellipsis:hover {
	margin-top: -0.6em;
	position: absolute;
	white-space: normal;
	width: auto;
	height: auto;
	background: #FFFFFF;
	padding-right: 4px;
}

.moz-ellipsis > DIV:first-child {
	float: left;
	margin-right: -26px;
}

.moz-ellipsis > DIV + DIV {
	float: right;
	margin-top: -1.2em;
	/*background: url(ellipsis.png) repeat-y;*/
	padding-left: 26px;
}

.moz-ellipsis > DIV + DIV::after {
	background-color: white;
	color: gray;
	content: '...';
}


/*
 *	List tabber
 *	===========
 */

ul.list-tab {
	padding-left: 8px;
	border-bottom: solid 1px #AFAFAF;
	margin-bottom: 12px;
	list-style: none;
	list-style-image: none;
}

ul.list-tab-sub {
	padding-left: 20px;
	padding-top: 20px;
	margin-top: -12px;
	background: #F7F7F7;
}

ul.list-tab li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 8px;
	border: solid 1px #AFAFAF;
	background: #bebebe;
	margin-left: 0;
	margin-bottom: -1px;
	margin-right: 3px;
	color: #2f2f2f !important;
}

ul.list-tab li:hover {
	background-color: #c7c7c7;
}

ul.list-tab li.list-tab-sel {
	border-color: #AFAFAF !important;
	background: white !important;
	border-bottom: solid 1px white !important;
	padding-top: 11px;
}

ul.list-tab li.list-tab-sub {
	background-color: #F7F7F7 !important;
	border-bottom: solid 1px #F7F7F7 !important;
}

ul.list-tab li.list-tab-err {
	border-color: #e78c77;
	border-bottom: solid 1px #AFAFAF;
	background-color: #eca190;
}

ul.list-tab li.list-tab-err a {
	/*color: red !important;*/
}

ul.list-tab li a {
	text-decoration: none !important;
	border: none !important;
	outline-style: none;
	font-size: 14px;
	color: white !important;
	background: none !important;
}

ul.list-tab li.list-tab-sel a {
	background: white;
	border-bottom: solid 1px white;
	color: #2f2f2f !important;
	background: none !important;
}

ul.list-tab-squeeze li {
	padding-left: 5px;
	padding-right: 5px;
}

ul.list-tab-compact li {
	padding: 4px;
	margin-right: 2px;
}

ul.list-tab-compact li.list-tab-sel {
	padding-top: 6px;
}

ul.list-tab-compact li a {
	font-size: 12px !important;
}



/*
 *	Fieldsets & fields
 *	==================
 */

table.fieldset th { 
	padding: 4px;
	padding-right: 8px;
	vertical-align: top;
	text-align: left;
}

table.fieldset td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

table.fieldset th span, span.req {
	color: red;
	font: 11px Verdana;
}

table.fieldset td p.error,
table.fieldset th p.error {
	text-align: left;
	color: #ff3838;
	font-size: 11px;
	padding-right: 20px;
	font-weight: normal;
}

fieldset {
	border: dotted 2px #d9d2d2;
	border-top: none;
	background: white url('../images/iedots.gif') top left repeat-x;
	margin: 10px;
	padding: 5px;
	margin-bottom: 45px;
	background-color: #fcfcfc;
}



/*
 *	Popups
 *	======
 */
 
div.errorbox {
	background: #ffe6dd url('../images/excalamation.gif') 15px center no-repeat;
	padding: 20px;
	border: solid 1px #ffc6c6;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.errorbox * {
	padding-left: 40px;
}

div.successbox {
	background: #d2e5f7;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #1b9ebf;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.confibox {
	background: #f7eaa3 url('../images/confidential.gif') 30px 25px no-repeat;
	padding: 20px;
	border: solid 1px #ffce8d;
	margin-bottom: 30px;
	margin-top: 3px;
	padding-left: 115px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.confibox strong {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	text-align: left;
	line-height: 1.5em;
}
div.confibox strong span {
	background: white;
	padding: 4px;
}
div.confibox p {
	margin-top: 10px;
	display: block;
	color: #a3763a;
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0em;
}


table.debug {
	color: #AFAFAF;
}



/*
 *	Pagination
 *	==========
 */

div.paginationControl {
	background-color: #EFEFEF;
	text-align: center;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.paginationControl a {
	margin-right: 7px;
}

div.paginationControl b {
	margin-right: 7px;
}



/*
 *	Seltree ul
 *	==========
 */
 
ul.seltree {
	display: block;
	border: inset 2px #AFAFAF;
	padding: 3px;
	height: 255px;
	width: 100% !important;
	position: relative;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

ul.seltree ul {
	padding-left: 10px;
}

ul.seltree li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 2px;
	padding-bottom: 1px;
}

* html ul.seltree li {
	position: relative;
}



/*
 *	Application head
 *	================
 */
 
 
div#a-edit-header {
	
	
	
}
 

/*
 *	Application TOC
 *	===============
 */
 
ul#application-toc {
	display: block;
	background: white;
	position: fixed;
	margin: 0;
	width: 100%;
	left: 0;
	top: 0;
}

ul#application-toc li {
	display: block;
	list-style: none;
	list-style-image: none;
	float: left;
	padding: 0;
	margin: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}



/*
 *	Front slideshow
 *	===============
 */
 
div#frontshow {
	width: 600px;
	height: 430px;
	color: black;
}

div#frontshow img {
	position: absolute;
}

div#frontshow div#kickoff {
	position: absolute;
	width: 370px;
	margin-left: 23px;
	background: white;
	background: url('../images/opacity-80.png');
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2spx;
	padding: 20px;
}

div#frontshow div#kickoff h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 13px;
}

div#frontshow div#kickoff ol {
	font-size: 14px;
	margin-left: -8px;
	text-align: left;
	width: 183px;
	float: left;
}

div#frontshow div#kickoff ol li {
	margin: 0;
	font-weight: bold;
}

div#frontshow div#kickoff ol li span {
	font-weight: normal;
}

div#frontshow div#kickoff p {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	padding-left: 7px;
	float: left;
}

div#frontshow div#kickoff p button {
	margin-bottom: 9px;
	width: 97%;
}

div#frontshow div#kickoff p a {
	display: inline-block;
	color: black !important;
	border-color: black;
}

div#frontshow div#institution {
	position: absolute;
	width: 390px;
	height: 27px;
	margin-left: 23px;
	margin-top: 367px;
	background: white;
	background: url('../images/institution-opacity-70.png') top right repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 8px;
	padding-left: 12px;
	cursor: hand;
	cursor: pointer;
}

div#frontshow div#institution:hover {
	background: url('../images/institution.png') top right repeat-x;
}

div#frontshow div#institution a {
	color: black !important;
	border-color: black;
	margin-left: 5px;
}

div#frontshow div#institutions {
	width: auto;
	height: auto;
	position: absolute;
	background: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	z-index: 99999;
	margin-left: 23px;
	/*margin-top: 416px;*/
	top: 567px;
	display: none;
}

div#frontshow div#institutions td {
	padding: 9px;
	padding-bottom: 0;
}

div#frontshow div#institutions a {
	color: #2f2f2f !important;
	border-color:  #2f2f2f !important;
}

div#frontshow a.dir {
	position: absolute;
	display: block;
	line-height: 60px;
	border: none !important;
	width: 20px;
	height: 60px;
	background: white;
	text-align: center;
	color: gray;
	font-family: Arial;
	/*position: absolute;*/
	margin-top: 175px;
	float: left;
	font-size: 18px;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* IE7 */	
}

div#frontshow a.dir#lft {
	margin-right: 280px;
}

div#frontshow a.dir#rgt {
	margin-left: 580px;
}


/*
 *	Front content
 *	=============
 */

td#front-left {
	width: 45%;
	vertical-align: top;
	padding-right: 35px;
	padding-top: 25px;
}
 
td#front-left div {
	background: #1385c7;
	color: white;
	padding: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
	font-size: 13px;
	text-align: center;
	clear: both;
}

td#front-left div a {
	color: white !important;
	border: none !important;
}

td#front-left div a strong {
	color: white !important;
	display: block;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

td#front-left div.light {
	background: #d0e7f4;
	color: #1385c7 !important;
}

td#front-left div.light a {
	color: #1385c7 !important;
	border: none;
}

td#front-left div.pink {
	background: #d0e7f4;
	color: #bd1b71 !important;
}

td#front-left div.pink a {
	color: #bd1b71 !important;
	border: none;
}

td#front-left div.gray {
	background: #EFEFEF;
	color: gray !important;
}

td#front-left div.gray a {
	color: gray !important;
	border: none;
}

td#front-left ul#testimonials {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	clear: both;
}

td#front-left ul#testimonials li {
	display: block;
	clear: both;
	padding-top: 22px;
}

td#front-left ul#testimonials li img {
	margin-top: 7px;
}

td#front-left ul#testimonials li p {
	text-align: left;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
}

td#front-left ul#testimonials li p small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: gray;
}

td#front-right {
	width: 55%;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}

table#front-calendar td {
	padding: 6px;
	padding-right: 1px;
}

table#front-calendar tr.stripe td {
	background: #EFEFEF;
}




div.balloon {
	background: #d2e5f7;
	padding: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
	text-align: center;
	/*color: #1b9ebf;*/
}



a.addthis_button, div#at16pt a, div#at16pf a {
	border: none !important;
}

div.feedback {
	margin-top: 35px;
	padding: 10px;
	background: #EFEFEF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.feedback input,
div.feedback span {
	margin-left: 10px;
}
div.feedback textarea {
	width: 100%;
	height: 4em;
}
div.feedback button {
	margin-top: 6px;
}


a.banner {
	display: block;
	border: dashed 2px #AFAFAF !important;
	color: gray !important;
	margin-top: 20px;
	padding: 15px;
	opacity: 0.5;
}

a.banner:hover {
	opacity: 1;
}

a.banner:hover strong {
	color: #1f84b3;
}



ul.vert-tab {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	list-style-image: none;
	padding-left: 8px;
	border-right: solid 1px #AFAFAF;
	/*width: 20%;*/
	padding-top: 10px;
	padding-bottom: 40px;
}

ul.vert-tab li {
	display: block;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #AFAFAF;
	background: #bebebe;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 3px;
	color: #2f2f2f !important;
}

ul.vert-tab li:hover {
	background-color: #c7c7c7;
}

ul.vert-tab li a {
	display: block;
	text-decoration: none !important;
	border: none !important;
	outline-style: none;
	font-size: 14px;
	color: white !important;
	background: none !important;
}

ul.vert-tab li.vert-tab-sel {
	border-color: #AFAFAF !important;
	background: white !important;
	border-right: solid 1px white !important;
	padding-left: 11px;
	margin-left: -3px;
}

ul.vert-tab li.vert-tab-sel a {
	background: white;
	border-bottom: solid 1px white;
	color: #2f2f2f !important;
	background: none !important;
}
