/***************************
* General styles
***************************/
body, p, d, td, th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #154F8C;
	margin-left: 10px;
	margin-top: 7px;
}

form {
	margin: 0;
}

a {
	color: #2c5eac;
	text-decoration: none;
}

a:hover {
	color: #2c5eac;
	text-decoration: underline;
}

table {
	border: 0 none;
}

table tr td {
	color: gray;
	font-family: Verdana;
	font-size: 11px;
}

table tr th {
	text-align: center;
}

.ltr table tr td,
.rtl .ltr table tr td {
	text-align: left;
}

.rtl table tr td,
.ltr .rtl table tr td {
	text-align: right;
}

textarea {
	font-family: monospace !important;
}

img {
	border: 0 none;
}

fieldset {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/***************************
* End of general styles
***************************/

/***************************
* Start of basic page styles
***************************/
/* Dropdown styles */
.dropdown {
	font-family: tahoma;
}

.dropdown .infoBox {
	height: 18px;
	float: left;
	font-size: 11px;
	margin-bottom: 2px;
	padding-left: 6px;
	line-height: 18px;
}

.dropdown .contentBox {
	background: white;
	position: absolute;
	z-index: 100;
	border: 1px solid #6393df;
	padding: 2px 8px 8px 8px;
}

.dropdown a {
	font-size: 11px;
}

/* Fieldbox styles */
.fieldbox .upperleft {
	background: url(../images/corner-upper-left.gif) no-repeat top left;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -1px;
	left: -1px;
}

.fieldbox .upperright{
	background: url(../images/corner-upper-right.gif) no-repeat top right;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -1px;
	right: -1px;
}

.fieldbox .lowerleft{
	background: url(../images/corner-lower-left.gif) no-repeat bottom left;
	position: absolute;
	width: 4px;
	height: 4px;
	bottom: -1px;
	left: -1px;
}

.fieldbox .lowerright{
	background: url(../images/corner-lower-right.gif) no-repeat bottom right;
	position: absolute;
	width: 4px;
	height: 4px;
	bottom: -1px;
	right: -1px;
}


.fieldbox .box {
	padding: 3px;
	border: 1px solid #6393DF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
}

.fieldbox .box .titlebox {
	overflow: hidden;
	width: 100%;
	z-index: 1;
	height: 16px;
}

.ltr .fieldbox .box .titlebox {
	margin-left: 8px;
	left: -6px;
}

.rtl .fieldbox .box .titlebox {
	margin-right: 8px;
	right: -6px;
}

.fieldbox .box .title {
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
}

/* Language selection styles */
.switchLanguage {
	color: #333333;
}

.switchLanguage .infoBox .switchLanguageButton {
	background: url(../images/guide_language.jpg) no-repeat;
}

.ltr .switchLanguage .infoBox .switchLanguageButton {
	background-position: 99% center;
	padding-right: 24px;
}

.rtl .switchLanguage .infoBox .switchLanguageButton {
	background-position: 1% center;
	padding-left: 24px;
}

/* Language selection styles - content body style overrides */

#contentbody .switchLanguage .contentBox {
	width: 100px;
}

#contentbody .switchLanguage .infoBox {
	margin-bottom: 0;
	padding-left: 0;
	width: 101%;  /* We use 101% to compensate for IE's box model */
}

#contentbody .ltr .switchLanguage .infoBox .switchLanguageButton {
	background-position: 100% center;
	padding-left: 0px;
}

#contentbody .rtl .switchLanguage .infoBox .switchLanguageButton {
	background-position: 0% center;
	padding-right: 0px;
}

/***************************
* End of basic page styles
***************************/

/***************************
* links
***************************/

a.downTShooter {
	color: #73734e;
	text-decoration: none;
}

a.downTShooter:hover {
	color: #73734e;
	text-decoration: underline;
}

/***************************
* cells
***************************/

td.dashboardHeader {
	color: #42a2dd;
	font-weight: bold;
}

td.guideHeader {
	color: #303F4A;
	font-size: 10px
}

td.guideTeaser {
	font-size: 10px;
}

td.todaydate {
	font-size: 10px;
}

td.startHere {
	color: #6B9593;
	font-weight: bold;
	font-size: 10px;
}

td.titleText {
	font-family: Arial;
	letter-spacing: 1;
	font-size: 16;
	color: #FFFFFF;
}

td.responseName {
	font-family: verdana;
	color: #42a2dd;
	background: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}

td.responseNameHover {
	font-family: verdana;
	text-decoration: underline;
	color: #42a2dd;
	background: #f0f0f0;
	cursor: pointer;
	padding-left: 5px;
}

td.performedStepName {
	font-family: verdana;
	color: #264e37;
	background: #FFFFFF;
	text-decoration: none;
}

td.performedStepHover {
	font-family: verdana;
	text-decoration: underline;
	color: #264e37;
	background: #f0f0f0;
	cursor: pointer;
}

td.performedStepResponse {
	color: #42a2dd;
	font-size: 11px;
	font-family: Verdana;
}

td.engineError {
	color: red;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}

td.engineErrorType {
	color: gray;
	font-family: Verdana;
	font-size: 11px;
}

td.engineErrorValue {
	color: orange;
	font-family: Verdana;
	font-size: 11px;
}

td.currentStepName {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #303F4A;
}

/* Does this solved your problem ... */
td.responsePrompt {
	font-family: Arial, Helvetica;
	font-size: 11px;
}

/***************************
* rows
***************************/
tr.responseRow {
	background: #FFFFFF;
}

tr.responseRowHover {
	background: #F7FAFF;
}

/***************************
* tables
***************************/
table.responseSetTable,
table.performedStepsTable {
	width: 100%
}

/***************************
* legends
***************************/
legend.performedSteps {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

legend.currentGuide {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/***************************
* divs
***************************/
div.uberdiv {
	width: 550px;
	background: white;
}

/***************************
* links
***************************/
a.responseName {
	font-family: verdana;
	color: #3894e5;
	background: #F7FAFF;
	text-decoration: none;
}

a.responseName:link,
a.responseName:visited,
a.responseName:active {
	font-family: verdana;
	color: #3894e5;
	background: #FFFFFF;
	text-decoration: none;
}

a.responseName:hover {
	font-family: verdana;
	color: red;
	background: #F7FAFF;
	text-decoration: none;
	cursor: pointer;
}

/***************************
* misc
***************************/
tt.errorText {
	color: green;
}

td.pointerhand {
	cursor: pointer;
}

.input {
	background: #ECECEC;
	border: 1px solid gray;
	font: 300 normal 10px verdana;
	color: gray;
	text-align: left;
	height: 18px;
}

/***************************
* MVB top menu stuff
***************************/
.TOPMENU {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.TOPMENU:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.TOPMENU_ON {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.TOPMENU_TABLE_ON {
}

.TOPMENU_TABLE_LEFT {
	background-image: url(../images/bg_topmenu_left.gif);
	width: 10px;
	height: 22px;
}

.TOPMENU_TABLE_MIDDLE {
	background-image: url(../images/bg_topmenu_middle.gif);
	height: 22px;
}

.TOPMENU_TABLE_RIGHT {
	background-image: url(../images/bg_topmenu_right.gif);
	width: 10px;
	height: 22px;
}

.TOPMENU_TABLE_LEFT_ON {
	background-image: url(../images/bg_topmenu_left_ON.gif);
	width: 10px;
	height: 22px;
}

.TOPMENU_TABLE_MIDDLE_ON {
	background-image: url(../images/bg_topmenu_middle_ON.gif);
	height: 22px;
}

.TOPMENU_TABLE_RIGHT_ON {
	background-image: url(../images/bg_topmenu_right_ON.gif);
	width: 10px;
	height: 22px;
}

.TOPMENU_TABLE_SEPARATOR {
	width: 2px;
}

.LEFTMENU_SEPARATOR_TABLE {
	border-top: 1px solid #CCCCCC;
	height: 2px;
}

.LEFTMENU {
	font-family: verdana;
	font-size: 10px;
	color: #0084d7;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}

.INPUTBOX {
	border: 1px #d5d5cb solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.bluebutton {
	border: solid 0 #FFFFFF;
	background: url(../images/bluebuttonbg.gif) no-repeat;
	height: 21px;
	width: 85px;
	color: black;
	font-family: verdana, tahoma;
	font-size: 11px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 15px;
	vertical-align: middle;
}

.bluebuttonbig {
	border: solid 0 #FFFFFF;
	background: url(../images/bluebuttonsuperbig.gif) no-repeat;
	height: 21px;
	width: 108px;
	color: black;
	font-family: verdana, tahoma;
	font-size: 11px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 15px;
	vertical-align: middle;
}

.searchDym
{
	color: red;
	padding-left: 10px;
	font-size: 13px;
}

.searchDymWord
{
	font-size: 13px;
	font-weight: bold
}

.searchRefinement
{
	padding-left: 10px;
	font-size: 12px;
}
