body {
	font: normal 11px verdana, arial, helvetica;
	color: #666666;
	background-image: url('../images/page_back.gif'); 
	background-repeat: repeat-x;
	background-color: #b5b6bf
}

a:visited { color: #20658C }
a:link { color: #20658C }
a:hover { color: #333333 }
a:active { color: #333333 }

h1 { font-family: arial, verdana, helvetica;	font-weight: normal; font-size: 24px; padding: 10px 5px; margin: 0px; color: #3E3E2B }
h2 { font-family: verdana, arial, helvetica;	font-weight: normal; font-size: 13px; padding: 5px 0px; margin: 0px; color: #3E3E2B }
h2.w { color: #fff }
h3 { font-family: verdana, arial, helvetica;	font-weight: bold; font-size: 11px; padding: 5px 0px; margin: 0px; color: #3E3E2B }
.title { font-family: verdana, arial, helvetica;	font-weight: bold; font-size: 11px; padding: 5px 0px; margin-bottom: 5px; color: #20658C; background-color: #EDEDED }
.filterCount { font-family: verdana, arial, helvetica;	font-size: 11px; color: #20658C}


hr { border-top: solid 1px #bbb; border-bottom: solid 1px #ddd; border-left: solid 1px #bbb; border-right: solid 1px #ddd }

.helpIndex{ color: #8e9290 }

.bottomHelp{  }
.headerHelp{  }

.levelScoreValue{ color: #8e9290 }

form { padding: 0px; margin: 0px }

fieldset {
	padding: 10px;
	border: 1px solid #ddd;
	position: relative;
	position-top: -5px;
	margin: 0px;
	margin-bottom: 5px;
}

legend { 
	background-color: #ddd; padding: 2px 4px; margin: 0px;
}

textarea { width:99%; font: normal 13px arial, verdana, helvetica }
select { font: normal 13px arial, verdana, helvetica }
input { border: 1px solid #aaa; height: 16px; padding: 1px 2px; background-image: url('../images/input_back.gif'); font: normal 13px arial, verdana, helvetica }
input:focus { border: 1px solid #7a87dc }
input:active { border: 1px solid #fff }

img { border:none }

#content {
	width: 980px;
	padding: 0;
	margin: 10px auto 10px -490px;
	position:absolute;
	left:50%;
	border: solid 1px #dcdbf0;
	background-color: #fff
}
#bodyContent { width:794px; padding: 5px; padding-left: 10px }
#panelLeft { float:left; width:170px; height:505px }
#contentLeft { width:150px; padding: 10px; background-color: #3E3E2B; color: #fff }
#contentLeft a { color: #2a9dc5 }
#bottomLeft { clear:both; width:160px; padding-left: 10px }

.right { float: right }
.left { float : left }
.w80 { width: 80px }
.w100 { width: 100px }
.w150 { width: 150px }
.w200 { width: 200px }
.w220 { width: 220px }
.w230 { width: 230px }
.w250 { width: 250px }
.w300 { width: 300px }
.w350 { width: 350px }
.w400 { width: 400px }
.w410 { width: 410px }
.w430 { width: 430px }
.w450 { width: 450px }
.w500 { width: 500px }
.w570 { width: 570px }
.w600 { width: 600px }
.h20 { height: 20px }
.h25 { height: 25px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h70 { height: 70px }
.h100 { height: 100px }
.h200 { height: 200px }

.t-right { text-align: right }
.t-center { text-align: center }
.t-left { text-align: left }
.v-top { vertical-align: top }
.v-bottom { vertical-align: bottom }

.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right }

#headerDiv {
	width: 960px;
	height: 60px;
	background-color: #E6E6E6;
	padding: 10px;
	float: left
}

.listTableHeader table tr td {background-color: #2A9DC5}
.listTableHeader table tr td.text { padding:0px }
.listTableHeader table tr td.text a { text-decoration:none}
.listTableHeader table tr td.text a span { color:#fff; text-decoration:underline }
.listTableHeader table tr td.image { padding:0px 0px 0px 2px }

.fullWidth {
	width: 95%;
	margin: auto;
}

table.form {
	width:auto;
}
table.form td.top { vertical-align: top; padding-top: 6px }

table.form td.left_td {
	padding-right: 8px;
	text-align: left;
	white-space:nowrap;
}
table.form td.right_td { width:100%; }
table.form td.label { vertical-align: top; padding-top: 3px }

table.item {
	border-collapse: collapse;
}

table.item td {
	padding: 2px 10px;
	border: 0px solid blue;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	margin-top: 5px
}

table.list table {
	margin: 0px;
	border-collapse: collapse;
}

table.list table td {
	border-width: 0px;
	padding: 0px 2px 2px 0px;
	text-align: left;
}

table.list th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #20658C;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #2A9DC5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px;
}

table.list th a {
	border-style: none;
}

table.list td {
	border-bottom: 1px solid #CDCDCD;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 5px 3px;
	text-align: left;
	vertical-align: top;
	background-color: #EDEDED;
}

table.list tr.even td {
	background-color: #EDEDED;
	padding: 5px 3px;
}

table.list tr.odd td {
	background-color: #EDEDED;
	padding: 5px 3px;
}

table.list tr.even_arch td{
	background-color: #fff;
	color: #c88;
}

table.list tr.odd_arch td{
	background-color: #f4f2f9;
	color: #c88;
}

table.list tr.even_update td {
	background-color: #fff;
	color:#e77301;
}

table.list tr.odd_update td {
	background-color: #f4f2f9;
	color:#e77301;
}

.page_update {
	color:#e77301;
}

.required {
	font-weight: bold;
}

input.TextField {
	width: 150px;
}

.errorDiv {
	margin-bottom: 10px;
	color: #ff9900;
	font-weight: bold;
	padding: 3px 0px;
}

span.error { 
	padding: 3px;
	border-top: solid 1px #ff9900;
	border-bottom: solid 1px #ff9900;
	background-color: #ededed
}

input.short {
	width: 50px;
}

input.currency {
	width: 85px;
}

#FilterContent {
	border: solid 1px #fff;
}

#FilterContent table {
	background-color: #cdcdcd;
}

#FilterContent div.tableClass {
	background-color: #cdcdcd;
}

#FilterBar {
	border: solid 1px #fff;
}

#FilterBar table {
	width: 100%;
	background-color: #cdcdcd;
	padding: 2px
}

div.filterMultiSelection {
	overflow:auto;
	font-size: .9em;
	border: solid 1px #666666;
	height:92px;
	width:150px;
}

div.filterLookupTree {
	overflow:auto;
	padding-left: 2px;
	font-size: .9em;
	border: solid 1px #666666;
	height:120px;
	width:150px;
}

div.detail {background-color: #eee; padding: 2px; font-size: 0.75em; margin-bottom: 5px }
div.detail .label { color: #aaa }

.buttonDiv { height: 30px; padding: 10px 0px 5px 0px; color: #fff }
.buttonDiv span.regularText { color: #545B72 }

.buttonDiv a {
	background-color: #2a9dc5;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 11px;
	padding: 3px 4px 2px 5px;
	margin: 5px 10px 5px 0px;
	color: #fff;
	border: none;
}
.buttonDiv a.buttonLinkBack { background-color: #666666 }
.buttonDiv a.buttonLinkNext { background-color: #ff9900 }
.buttonDiv a.buttonLinkPrev { background-color: #ff9900 }
.buttonDiv a.buttonLinkCancel { background-color: #666666 }
.buttonDiv a.buttonLinkDelete {  }
.buttonDiv a.buttonLinkSave {  }
.buttonDiv a.buttonLinkRefuse { background-color: #ff9900 }
.buttonDiv a.buttonLink {  }

.buttonDiv a span { color: #fff }
.buttonDiv a:hover { background-color: #20658c }
.buttonDiv a:hover span { background-color: #20658c }

.button {
	height:17px; 
	background-color:#2a9dc5; 
	border:1px solid #2a9dc5; 
	color:#fff; 
	font-weight: bold; 
	font-family: verdana, arial; 
	font-size: 11px;
}

.helpIndex a { background-color: transparent; color: #666666; font-weight: normal; margin: 0px; padding: 0px }

img.treeImg {
 	cursor: pointer;
 }

#mainMenu { width:100% }
#mainMenu ul { list-style: none; padding: 0px; margin: 0px }
#mainMenu ul li { margin: 0px; width:150px; }
#mainMenu ul li a {
	text-decoration: none;
	width:147px;
	padding: 4px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-bottom: solid 1px #94cce2;
	font-family: verdana;
	font-size: 11px;
	color: #94cee2;
}
#mainMenu ul li a { white-space: nowrap }
#mainMenu ul li a.newline { border-top: solid 1px #94cce2; margin-top: 20px}
#mainMenu ul li a.first { border-top: solid 1px #eee }
#mainMenu ul li a:hover { text-decoration: none; color: #fff; font-weight: bold }
#mainMenu ul li a.active { text-decoration: none; color: #fff; font-weight: bold }
#mainMenu ul li.admin a { padding: 2px 0px }
a span.arrow { font: bold 10px arrial narrow, arial; color: #3E3E2B; margin-right: 1px }
a.active span.arrow { font: bold 10px arrial narrow, arial; color: #fff; margin-right: 1px }

div.scroll { background-color: #fff; padding: 5px; border: solid 1px #aaa; margin-top: 10px; height: 100px; overflow: auto }

.mandatoryProfilePart { color: #ff9900}
.mandatory { color: #3e3e2b}
.optional { color: #aba671 }
.label { font-family: verdana, arial, helvetica; font-weight: bold; font-size: 11px; color: #3E3E2B }
td.label { vertical-align: top }

.addition {font-size:0.85em; }
.profileCountHelp {font-weight: bold;font-size:0.90em;}
.profileWizardName {}

div.wizardSteps { font-family: verdana; font-weight: bold; margin-bottom: 20px; border-top: solid 2px #2a9dc5; border-bottom: solid 2px #2a9dc5; padding: 4px }
div.wizardSteps acronym { text-decoration: none }
.actualPage { font-weight: bold; color: #2a9dc5 }

acronym span.possiblyInactive { color: #cdcdcd; font-weight: bold; background-color: #666666; padding: 3px 4px 2px 5px; }
acronym a span.possiblyInactive { color: #fff;background-color: transparent; padding: 0px }

div.helpItem { margin-top: 6px }

div.copyright { text-align: center; font-size: .8em}

table.matchingCount { margin: 0px; padding: 0px }
table.matchingCount tr td {padding: 2px 0px; margin: 0px }
table.matchingCount tr td a {padding: 0px; margin: 0px }
table.matchingCount tr td.matched {background-image: url('../images/matched.gif');background-repeat: no-repeat; padding: 2px 0px; margin: 0px }
table.matchingCount tr td.applied {background-image: url('../images/applied.gif');background-repeat: no-repeat; padding: 2px 0px; margin: 0px }
table.matchingCount tr td.accepted {background-image: url('../images/done.gif');background-repeat: no-repeat; padding: 2px 0px; margin: 0px }

div.friend { padding: 1px 3px; background-color: #94cee2; border: solid 1px #eee; color: #3e3e2b; margin: 0px 0px 2px 2px; font-weight: bold }
div.black { padding: 1px 3px; background-color: #3e3e2b; border: solid 1px #eee; color: #aba671; margin: 0px 0px 2px 2px; font-weight: bold }
div.newMatching { padding: 1px 3px; font-weight:bold; background-color: #ff9900; color: #3e3e2b; }

span.newApp { font-weight: bold; background-color: #ff9900; color: #fff }

td.top { vertical-align: top }

table.form { border-collapse: collapse }
table.form tr td { border-top: solid 1px #cdcdcd; padding: 2px }
table.form tr th { border-top: solid 1px #cdcdcd; padding: 2px; font-family: verdana, arial, helvetica;	font-weight: bold; font-size: 11px; color: #3E3E2B }

#generalInfo { border-collapse: collapse }
#generalInfo tr td { padding: 0px; margin: 0px }
#generalInfo tr td.image { text-align: center }
#generalInfo tr td.image a { text-decoration: none; margin-left: 4px }
#generalInfo tr td.image a span {  font-size: 16px; color:#666666; font-weight: bold }
#generalInfo tr td.link { text-align: left; padding: 4px 10px 4px 4px }
#generalInfo tr td img { margin-top: 3px }

#scoreImg {padding: 0px}
#scoreImg {}

span.markedNode { color: #2a9dc5 }

#roleMenuDiv { height: 24px; background-image: url('../images/rolemenu_back.gif'); background-repeat: repeat; font-weight: bold }
#roleMenuDiv table { width: 100%; margin: 0px; height: 24px }
#roleMenuDiv table tr td { text-align: center; padding: 4px 0px 0px 0px }
#roleMenuDiv table tr td.space { width: 20px }
#roleMenuDiv table tr td.normal { background-image: url('../images/tab_back.gif'); width: 140px }
#roleMenuDiv table tr td.selected { background-image: url('../images/tabselected_back.gif'); width: 140px }
#roleMenuDiv table tr td a { text-decoration: none }
#roleMenuDiv table tr td a div { text-decoration: width: 140px }

#partners { margin-top: 20px }
#partners tr td { vertical-align: top; padding: 5px }

span.editMark { color:#2a9dc5 }