/********************************************

 HTML ELEMENTS

********************************************/ /* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px 0 0px 0;
	padding: 0;
	font: 0.9em Verdana, sans-serif;
	line-height: 1.4em;
	color: #444;
	text-align: left;
	height: 100%;
}

/* links */
a {
	background: inherit;
	color: #23559F;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	background: inherit;
}

/* headers */
h1,h2,h3 {
	font: bold 1em 'Verdana', Tahoma, Sans-serif;
	color: #103040;
	color: #23559F;
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
}

ul,ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #23559F;
}

ul ul,ul ol {
	margin: 5px 0 0 10px;
}

ul span,ol span {
	color: #333;
}

/* images */
img {
	border: none;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 5px 0px;
}

/* form elements */
form {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #eee;*/
	background-color: #FFFFFF;
}

input {
	padding: 2px;
	border: 1px solid #aaa;
	color: #222;
}


select {
	padding: 2px;
	border: 1px solid #aaa;
	color: #222;
	width: 170px;
}

textarea {
#	width: 400px;
	padding: 2px;
	border: 1px solid #aaa;
#	height: 100px;
	display: block;
	color: #222;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 2px 3px;
	color: #000000;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.searchform p {
	margin: 10px;
	padding: 0;
}

.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

table {
	font: 1em Verdana, sans-serif;
}

table.base {
	width: 700px;
	font: 1em Verdana, sans-serif;
}

table.fullsize {
  width: 790px;
  font: 1em Verdana, sans-serif;
}

.tc-odd{
	background:#ffffff;
	line-height:19px;
}

.tc-even{
	background:#efefef;
	line-height:19px;
}

/***********************

	LAYOUT

************************/
#header-content,#content,#main {
	margin: 0 auto;
	text-align: left;
	font: 0.9em Verdana, sans-serif;
}

/* header */
#header {
	position: relative;
	height: 118px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#header .headerphoto {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1029px;
	height: 118px;
	background: #FFF url('../images/header.jpg') no-repeat;
}

#header #logo-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 106px;
	background: #FFF url('../images/logo.jpg') no-repeat;
}

/* sidebar */
#main #sidebar {
	position: absolute;
	left: 0px;
	top: 119px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#sidebar #login-box {
	padding-top: 5px;
	padding-left: 10px;
	font: .9em Arial, Sans-serif;
	border-bottom: 1px dashed #708090;
}

input.loginbutton {
	margin: 0;
	font: 0.9em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}
#sidebar h1 {
	font-size: 1em;
	color: #23559F;
}

.sidebox {
	margin: 10px 0px 0px 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 0px 5px 10px 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul {
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
}

#sidebar ul.sidemenu li {
	padding: 0px 0px;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.2em;
	padding: .2em 0 .2em 20px;
	line-height: 20px;
	border-top: 1px dashed #D5D5D5;
	text-decoration: none;
}

#sidebar ul.sidemenu li.sidemenubottom {
	border-top: 1px dashed #D5D5D5;
	margin: 0px 0px;
}

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 15px;
	border-left: 5px solid #23559F;
	color: #23559F;
}

#sidebar ul.languagemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
	width: auto;
	float: right;
}

#sidebar ul.languagemenu a {
	display: block;
	float: right;
	font-weight: normal;
	color: #333;
	height: 0.9em;
	padding: .3em 0 .3em 10px;
	line-height: 20px;
	text-decoration: none;
}

#sidebar ul.languagemenu li.language_item {
	padding: 0px 0px;
	float: right;
}

/* main */
#main {
	float: right;
	width: 925px;
}

#main #content {
	position: absolute;
	left: 170px;
	height: 400px;
	margin: 15px;
	width: 840px;
	/*border: 1px solid red;*/
}

#main h1 {
	padding: 0px 0 0px 0px;
	margin: 0 0 15px 0px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font: normal .92em/ 1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 23px;
	background: url('../images/footer-bg.jpg') no-repeat left bottom;
	color: #666666;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 4px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*****************
******* tab ******
*****************/

#tab 
{  
  position: absolute;
  width:666px;
  background:none;
  height: 25px;
  padding: 0;
  visibility: visible;
  z-index: 80;
}

#tab ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 0px 0 0;
  list-style: none;
}

#tab li {
  float: left;
  background: transparent url(../images/tab_bg.gif) 100% -600px no-repeat;
  padding: 0 6px 0 0;
  margin: 0 1px 0 0;
  border-bottom: 1px solid #606060;
}

#tab ul a {
  float: left;
  background: transparent url(../images/tab_bg.gif) 0% -600px no-repeat;
  display: block;
  padding: 3px 4px 1px 10px;
  font-weight: bold;
  color:#606060;
  text-decoration: none;
}

#tabbedContent{
	position: absolute;
	top: 115px;
	left: 15px;
	width: 830px;
}

/*HELP MODULE STYLES*/

#helpContent  {
}

#helpContent h1 {
	padding: 0px 0 0px 0px;
	margin: 0 0 15px 0px;
	color:#FFF;
	background-color: #23559F;
}

/* TAB STYLES */

#tabHeader {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabHeader ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabHeader ul#primary li  {
	display: inline;
	list-style: none;
}

#tabHeader ul#primary a,#tabHeader ul#primary span,#tabHeader ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabHeader ul#primary span,#tabHeader ul#primary a.current,#tabHeader ul#primary a.current:hover {
	border: 1px solid #666;
	background: #FFF3B3;
	margin-top: 0;
}

#tabHeader ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
}

#tabHeader ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
}

#tabHeader ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabHeader ul#secondary li a,#tabHeader ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#twoColumns {
    margin:0 auto;
     position:absolute;
    padding: 8;
    width:800px;
    }


#leftColumn {
    position:absolute;

    top:0;
 left:0;
    width:400px;
    }

#rightColumn {
    position:absolute;

    top:0;
	right:0;
    width:400px;
 }

#upperCase {
	text-transform: uppercase
}


#td.conPadding {padding: 1; padding-right: 2pt;}




/* TEMPORARY ADDITIONS */
a {

}


#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 3px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	letter-spacing: 2px;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	
}

td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	padding: 6px 4px 0px 4px;
}


td.alt {
	background: #F5FAFA;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#capitals {
	text-transform: uppercase;
}

#colorBg2 {
    background:#FAFAFD;
}

#colorBg3 {
    background:#F5F5F5;
}


.line2 {
    background:#E5E5F5;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
 clear: both;
}

.keepFieldsOnSameLine {
  float: left;
  margin-right: 1em;
}

label.above {
	display: block;
}

input.budget {
  text-align: right;	
  width: 100px;
}

td.budget {
	text-align: right;
}

td.inContactBase {
  background: green;
  font-weight: bold;
  color: #FFFFFF;
}

td.notInContactBase {
  background: red;
  font-weight: bold;
  color: ;
}

td.maybeInContactBase {
  background: yellow;
  font-weight: bold;
}

td.highlighted {
  background: red;
  font-weight: bold;
  color: #FFFFFF;
}

html > body div.t-error li {
  margin-left: 0px;
}

table.grandTotal tr, table.grandTotal th, table.budget th {
  width: 110px;
}

table.grandTotal .label, table.budget .label {
  width: 290px;
}

table.contactComparison .highlighted {
  background: #FAF800;
}

.lightBorder {
	border: 1px solid lightgrey;
}

.referenceText {
    font-family: "Times New Roman", serif;
    font-size: 12px;
}

.tooltip
{
    width: 500px; 
    background-color: #FFFFBB; 
    padding: 10px; 
    font: 0.8em Verdana,sans-serif;
}