﻿/* -----[ CBG Providers Style Sheet ]--------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
table,th,td,form,fieldset,input,textarea {
	margin:0;
	padding:0;
}
body {
	min-width: 600px;
	background: #f7f9e3;
	color: #333;
	font: normal small "Trebuchet MS", Helvetica, sans-serif; 
}
table {
	border: 0;
	border-collapse: collapse;
}
textarea {
	font-size: 1em;
}
img {
	border: 0;
}
p,
ol.list,
ul.list {
	padding-bottom: 1em;
	line-height: 1.4;
}
ul.list li {
	background: url(../img/icons/bullet_blue.gif) no-repeat left center;
	padding-left: 20px;
}
ul.noBullet li {
	background: none;
	padding-left: 0;
}
ul li, ol li {
	/*list-style: none;*/
	margin-left:20px;
}
strong {
	color: #111;
}
em {
	color: #111;
	padding-right: 1px;
}
span {
	color: #777;
}
var {
	font-style: normal;
}

/* -----[ Tables ]--------------------------------------------------------------------- */

th {
	text-align: left;
}
tr.left th, tr.left td,
th.left, td.left {
	text-align: left !important;
}
tr.right th, tr.right td,
th.right, td.right {
	text-align: right !important;
}
div.center, p.center,
tr.center th, tr.center td,
th.center, td.center {
	text-align: center !important;
}
tr.noWrap th, tr.noWrap td,
th.noWrap, td.noWrap {
	white-space: nowrap !important;
}
tr.alternate {
	background: #EEE;
}

/* -----[ Message Display ]--------------------------------------------------------------------- */

.msgNotify,
.msgSuccess,
.msgWarning {
	border: 1px dotted #000;
	margin: 1em 2em 2em;
	padding: 0 10px;
}
.msgNotify {
	background: #FFEFBF;
	border-color: #960;
}
.msgSuccess {
	background: #D4FFBF;
	border-color: #390;
}
.msgWarning {
	background: #FFD9D9;
	border-color: #933;
}
.msgNotify h3,
.msgSuccess h3,
.msgWarning h3 {
	background-position: 0 3px;
	background-repeat: no-repeat;
	border: 0;
	margin: 10px 0 5px;
	padding-left: 20px;
}
.msgNotify h3 {
	background-image: url(../img/icons/comment_reverse.gif);
	color: #960;
}
.msgSuccess h3 {
	background-image: url(../img/icons/accept.png);
	color: #360;
}
.msgWarning h3 {
	background-image: url(../img/icons/exclamation.png);
	color: #933;
}
.msgNotify p,
.msgSuccess p,
.msgWarning p {
	padding-bottom: 10px;
}
.msgNotify a.nav,
.msgSuccess a.nav,
.msgWarning a.nav {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-weight: bold;
}

/* -----[ Bubble Wrap ]--------------------------------------------------------------------- */

.bubbleBlock {
	margin-bottom: 1.5em;
}
.bubbleWrap {
	background: #EEE;
	margin-bottom: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
}

/* -----[ Form Inputs ]--------------------------------------------------------------------- */

input.inputText,
select.inputText,
textarea.inputText {
	background: #FFF;
	border: 1px solid #BBB;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	font-family: "Arial",sans-serif;
}
input.inputText {
	padding: 2px 3px;
}
select.inputText {
	padding: 1px 1px 1px 0;
}
textarea.inputText {
	padding: 1px 0 1px 3px;
}
input.inputTextLong {
	width: 400px;
}
textarea.inputTextLong {
	width: 403px;
}
input.inputTextNumber {
	width: 60px;
	text-align: right;
}
input.inputText:focus,
select.inputText:focus,
textarea.inputText:focus {
	background: #FFF4BF;
	color: #000;
}
.dataForm .inputTextMCE {
	width: 450px;
	height: 320px;
}
input.required,
select.required,
textarea.required {
	border-color: #C66;
}
input.inputButton {
	
	font-family: Verdana,sans-serif;
	cursor: pointer;
}
input.disabled {
	color: #999;
	cursor: default;
}
input.readOnly{
	background-color:#EEEEEE;
	border:solid 0px #EEEEEE;
}
/* -----[ Data List ]--------------------------------------------------------------------- */

.dataListWrap {
	margin: 10px 0 15px;
}
.dataList {
	background: #F7F7F7;
	border-top: 3px solid #06C;
	padding-top: 1px;
	font-family: Tahoma,sans-serif;
}
.dataList tr {
	vertical-align: middle;
}
.dataList th {
	background: #FFF url(../img/layout/bg_list_header.gif) repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d0e0ff;
	padding: 4px 20px;
	color: #468;
	font-weight: normal;
}
.dataList td {
	border-top: 1px solid #FFF;
	padding: 3px 20px;
}
.dataList img {
	vertical-align: top;
}
.dataList tr.joined td,
.dataList td.joined {
	border-top-width: 0;
}

.dataListExpanded th,
.dataListExpanded td {
	padding-left: 20px;
	padding-right: 20px;
}

.dataListFullWidth {
	width: 100%;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.dataForm p {
	padding: 0;
}
.dataForm th,
.dataForm td {
	padding: 0.2em 0;
}
.dataForm th {
	width: 10em;
	padding-top: 4px;
	padding-right: 10px;
	color: #35A;
	font-weight: normal;
	line-height: 1.0;
	text-align: right;
	vertical-align: top;
}
.dataForm th label {
	position: relative; top: 3px;
}
.dataForm td.radio {
	vertical-align: top;
}
.dataForm td.radio label,
.dataForm td.checkbox label {
	margin-right: 10px;
	color: #000;
}
.dataForm td.radio label {
	margin-left: 3px;
}
.dataForm td.radio input {
	position: relative; top: 2px;
}
.dataForm .expandLink {
	vertical-align: top;
}

/* -----[ Miscellaenous ]--------------------------------------------------------------------- */

p.left,
div.left {
	float: left;
}
p.right,
div.right {	
	float: right;
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearAfter:after,
.clearLeftAfter:after,
.clearRightAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearAfter,
.clearLeftAfter,
.clearRightAfter {
	display: inline-block;
}
.clearAfter,
.clearLeftAfter,
.clearRightAfter {
	display: block;
}
* html .clearAfter,
* html .clearLeftAfter,
* html .clearRightAfter {
	height: 1%;
}
.clearLeftAfter:after {
	clear: left;
}
.clearRightAfter:after {
	clear: right;
}