
/* BODY and FONT ELEMENTS */

body {
	font: 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
p {
	margin: 0 0 1em 0;
}

/* LINK ELEMENTS */

a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
a img {
	border: none;
	background-color: transparent;
}
a.lnkDisabled, a.lnkDisabled:hover 
{
	color: #999;
	text-decoration: none;
}

/* HEADER ELEMENTS */

h1 {
	font-size: 125%;   
} 
h2 { 
	font-size: 110%;  
} 
h3 { 
	font-size: 105%;   
} 
h4 {
	font-size: 95%;   
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}
h1.hdrUnderlined {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/* FORM ELEMENTS */

select, input, textarea {
	font: 99% Verdana, Arial, Helvetica, sans-serif;
}
select {
	font-size: 90%;
}
textarea {
	width: 90%;
}

/* TABLE ELEMENTS */

table {
	font-size: inherit;
	font: 100%;
}
td {
	vertical-align: top;
}

/* MISC ELEMENT CLASSES */

br.clearer 
{
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
	padding: 0px;
}
span[disabled="disabled"] 
{
	color: #666;
}
.lnkList
{
    margin: 0 0 1em 0;
    text-align: right;
}
.lnkList a
{
    padding-left: 10px;
}
.lnkListLeft
{
    margin: 0 0 1em 0;
    text-align: left;
}
.lnkListLeft a
{
    padding-left: 10px;
}

/* LINK CLASSES - Icons */

a.lnkIcon, .lnkList a.lnkIcon
{
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding-left: 18px;
	background-repeat: no-repeat;
}
a.lnkIconAdd {
	background-image: url(../images/add2.gif);
}
a.lnkIconEdit {
	background-image: url(../images/edit.gif);
}
a.lnkIconClose {
	background-image: url(../images/close.gif);
}
a.lnkIconDelete {
	background-image: url(../images/delete2.gif);
}
a.lnkIconPrint {
	background-image: url(../images/printer.gif);
}
a.lnkIconCopy {
	background-image: url(../images/copy.gif);
}
a.lnkIconEarthSearch {
	background-image: url(../images/earth_view.gif);
}
a.lnkArrowLeftBlue {
	background-image: url(../images/arrow_left_blue.gif);
}
a.lnkIconFlagGreen {
	background-image: url(../images/flag_green.gif);
}

/* LINK CLASSES - Buttons */

a.imgLinkButton,
a.imgLinkButton span,
a.imgLinkButton:hover,
a.imgLinkButton:hover span
{
	cursor: pointer; 
	cursor: hand; 
	line-height: 27px;
	height:27px;
	color: #fff;
	text-decoration: none;
}

a.imgLinkButton 
{
	background: url(../images/001856.gif) no-repeat right top; 
	margin: 2px;
	padding-right: 30px; 
	vertical-align: middle;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box;  /*ff*/
	font: bold 13px "Lucida Sans", arial, sans-serif;
}

a.imgLinkButton span
{ 
	background: url(../images/001856.gif) no-repeat left top; 
	/*height: 27px;*/
	display: block;
	display: inline-block;
	padding-left: 30px; 
}

a.imgLinkButton:hover
{
	background-position: right -100px;
}
a.imgLinkButton:hover span
{
	background-position: left -100px;
}

/* CONTAINER and TABLE CLASSES */

divAutoSized {
	display: table;
	width: 0;
}
div.divBordered {
	padding: 20px 10px 10px 10px;
}
div.divBordered table {
	margin: 0 auto;
}
div.divBordered table td {
	padding: 8px;
}
div.divBordered,
table.tblBordered {
	margin: 0px auto;
	/*background: #f9f9f9 url(../images/grey_gradient.jpg) repeat-x;*/
	background: #f9f9f9 repeat-x;
	border: 1px solid #ddd;
}
table.tblBordered td {
	padding: 4px;
}
table.tblBordered tr.first td,
table.tblBordered tr:first-child td {
	padding-top: 24px;
}
table.tblBordered tr:first-child td {
	padding-top: 24px;
}
table.tblBordered tr td:first-child {
	padding-left: 24px;
}
table.tblBordered tr td:last-child {
	padding-right: 24px;
}
table.tblBordered table td,
table.tblBordered table tr:first-child td,
table.tblBordered table tr td:first-child,
table.tblBordered table tr td:last-child {
	padding: 8px;
	padding: expression("8px");
}
table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTable th,
table.tblTable td {
	border: 1px solid #fff;
	padding: 8px;
}
table.tblNarrow {
	width: auto;
}



table.tblConferenceCall {
	margin: 0px auto;
	/*background: #f9f9f9 url(../images/grey_gradient.jpg) repeat-x;*/
	/*background: #f9f9f9 repeat-x;*/
	border: 1px solid #ddd;
	width: 100%;
}
table.tblConferenceCall td {
	padding: 4px;
}
table.tblConferenceCall tr.first td,
table.tblConferenceCall tr:first-child td {
	padding-top: 8px; 
/*	background-color: #001856;*/
	/*color: White;*/
	font-weight: bold;
}
table.tblConferenceCall tr td:first-child {
	padding-left: 24px;
}
table.tblConferenceCall tr td:last-child {
	padding-right: 24px;
}
table.tblConferenceCall table td,
table.tblConferenceCall table tr:first-child td,
table.tblConferenceCall table tr td:first-child,
table.tblConferenceCall table tr td:last-child {
	padding: 8px;
	padding: expression("8px");
}




table.tblNoPadding {
	margin: 0px auto;
	/*background: #f9f9f9 url(../images/grey_gradient.jpg) repeat-x;*/
	background: #f9f9f9 repeat-x;
	border: 1px solid #ddd;
}
table.tblNoPadding td {
	padding: 0px;
}
table.tblNoPadding tr.first td,
table.tblNoPadding tr:first-child td {
	padding-top: 0px;
}
table.tblNoPadding tr:first-child td {
	padding-top: 0px;
}
table.tblNoPadding tr td:first-child {
	padding-left: 0px;
}
table.tblNoPadding tr td:last-child {
	padding-right: 0px;
}
table.tblNoPadding table td,
table.tblNoPadding table tr:first-child td,
table.tblNoPadding table tr td:first-child,
table.tblNoPadding table tr td:last-child {
	padding: 0px;
	padding: expression("0px");
}





table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}

.tblHdrCol th,
.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #CCC repeat-x;
}
tr.tblHdrCol th a,
tr.tblHdrCol td a {
	color: #000;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
}
.tblData td {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblData11 td {
	background-color: #f5f5f5;
	font-size: 11px;
}
.tblDataAlt11 td {
	background-color: #fff;
	font-size: 11px;
}
.tblDataOver, .tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 90%;
}

/* FORM CLASSES */

.tbDefault,
.tbWatermark,
.ddlDefault
{
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 2px;
	padding: 4px;
	font-size: 110%;
}
.tbDefault:hover,
.tbWatermark:hover
{
	border: 1px solid #bbb;
}
.tbRequired
{
	border-color: #f00;
}
.tbWatermark
{
    color: #999;
}
.txtFormFieldHint
{
    display: block;
    font-size: 90%;
    color: #666;
}
.ddlDefault
{
	font-size: 100%;
}
.cbDefault input
{
	margin-right: 5px;
}
.txtRequired
{
	color: red;
	font-size: 80%;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img 
{
	padding: 0px 4px;
	vertical-align: middle;
}
.txtPassword
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 16px;
    font-weight: bold;
    color: Red;
}

/* STATUS MESSAGE CLASSES */

div.divStatusContainer {
	margin: 10px auto;
	padding: 15px;
	width: 80%;
	border: 1px solid #ccc;
}
div.divStatusSuccess {
	background: #D3EDD3 url(../images/green_lined.jpg) repeat-x;
}
div.divStatusWarning {
	background: #FFD3D3 url(../images/red_lined.jpg) repeat-x;
}
div.divStatusError {
	background: #FFD3D3 url(../images/red_lined.jpg) repeat-x;
}
div.divStatusMessage {
	min-height: 32px;
	height: auto !important;
  height: 32px;
}
div.divStatusSuccess div.divStatusMessage {
	background: url(../images/check.gif) no-repeat;
}
div.divStatusWarning div.divStatusMessage {
	background: url(../images/warning.gif) no-repeat;
}
div.divStatusError div.divStatusMessage {
	background: url(../images/error.gif) no-repeat;
}
div.divStatusFormatBoldCenter,
div.divStatusFormatNormalBlock,
div.divStatusFormatNormalCenter {
	padding: 0 42px;
}
div.divStatusFormatBoldCenter {
	font-weight: bold;
	text-align: center;
}
div.divStatusFormatNormalBlock {
	font-weight: normal;
	text-align: left;
}
div.divStatusFormatNormalCenter {
	font-weight: normal;
	text-align: center;
}

/* GENERAL TEXT */

.txtGreen
{
	color: #090;
}
.txtRed
{
	color: #f00;
}
.txtGray
{
	color: #ccc;
}
.txtYellow
{
	color: #ffff99;
}
.txtSmall
{
    font-size: 85%;
}
.txtHdr
{
    font-size: 125%;
    font-weight: bold;
}
.txtMessage
{
    font-size: 75%;
    color: #666;
}
.txtMessageLink
{
    font-size: 90%;
}
.txtMessageLink:hover {
	font-size: 90%;
}

/* AJAX VALIDATOR */

table.tblBordered table.ajax__validatorcallout td, 
table.tblBordered table.ajax__validatorcallout tr:first-child td, 
table.tblBordered table.ajax__validatorcallout tr td:first-child, 
table.tblBordered table.ajax__validatorcallout tr td:last-child,
table.tblBordered table.ajax__calendar_body  td, 
table.tblBordered table.ajax__calendar_body tr:first-child td, 
table.tblBordered table.ajax__calendar_body tr td:first-child, 
table.tblBordered table.ajax__calendar_body tr td:last-child
{
    padding: 0;
    padding: expression("0");
} 

table.tblBordered table.ajax__validatorcallout td.ajax__validatorcallout_callout_arrow_cell, 
table.tblBordered table.ajax__validatorcallout tr:first-child td.ajax__validatorcallout_callout_arrow_cell, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_callout_arrow_cell:first-child, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_callout_arrow_cell:last-child 
{
    padding: 8px 0 0;
    padding: expression("8px 0 0");
}

table.tblBordered table.ajax__validatorcallout td.ajax__validatorcallout_error_message_cell, 
table.tblBordered table.ajax__validatorcallout tr:first-child td.ajax__validatorcallout_error_message_cell, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_error_message_cell:first-child, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_error_message_cell:last-child,
table.tblBordered table.ajax__validatorcallout td.ajax__validatorcallout_icon_cell, 
table.tblBordered table.ajax__validatorcallout tr:first-child td.ajax__validatorcallout_icon_cell, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_icon_cell:first-child, 
table.tblBordered table.ajax__validatorcallout tr td.ajax__validatorcallout_icon_cell:last-child 
{
    padding: 5px;
    padding: expression("5px");
}

.btn
{
    padding: 0px;
    font-size: 11px;
}
