/*----------------------------------------------------------------------------------
	CSS :: CUSO :: EDITOR STYLINGS
----------------------------------------------------------------------------------*/

* {
	font-family: Tahoma, sans-serif;
}

div.clr,
li.clr {
	clear: both;
}

hr {
	background: #B2B2B2;
	border: none;
	width: 100%;
	height: 3px;
}

h1 {
	font-family: "Helvetica33-ExtendedThin", Arial, Helvetica, sans-serif !important;
	font-size: 28px !important;
	color: #716c67 !important;
	font-weight: normal !important;
	margin: 15px 0 0 0 !important;
}

h2 {
	font-family: "Helvetica33-ExtendedThin", Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	color: #ab0000 !important;
	font-weight: normal !important;
	margin: 10px 0 10px 0 !important;
}

h3 {
	font-family: "Helvetica33-ExtendedThin", Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	color: #716c67 !important;
	font-weight: normal !important;
	margin: 10px 0 10px 0 !important;
}

p {
	color: #292929;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 18px 0 !important;
	line-height: 16px;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #7C7C7C !important;
}

a:hover {
	text-decoration: underline;
}

ul,
ol {
	margin: 5px 0 10px 35px !important;
	line-height: 16px;
}

ol {
	list-style: decimal;
}

ul li {
	list-style-image: url("../images/bg/bullet.gif"); 
	margin: 0 0 10px 0;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: EDITOR STYLINGS :: MISCELLANEOUS
----------------------------------------------------------------------------------*/

div#map_canvas {
	width: 805px;
	padding: 3px;
	border: 1px solid #cacaca;
	height: 400px !important;
}

p.gmap_p {
	font-size: 14px;
}

.button,
input#dnn_ctr389_Default_Form_cmdUpdateButton,
input#dnn_ctr389_Default_Form_cmdCancelButton {
	background: #716C68;
	border: 1px solid #E4DED2;
	color: #E4DED2;
	padding: 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span#dnn_ctr389_ctl00_lblMessage ul {
	margin: 0 0 15px 0;
}

span#dnn_ctr389_ctl00_lblMessage ul li {
	float: left;
	display: block;
	margin: 0 20px;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: EDITOR STYLINGS :: TABLES
----------------------------------------------------------------------------------*/

table.styled_table,
div.SearchResultsContent table,
table#dnn_ctr389_Default_Form_tblEditForm {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 11px;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td.SubHead {
	color: #222;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td:first-child+td,
span#dnn_ctr389_Default_Form_lblRequiredFootnote {
	color: #FF0000;
}

.styled_table tr th {
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left !important;
}

.styled_table tr td,
.styled_table tr th,
div.SearchResultsContent table tr td,
table#dnn_ctr389_Default_Form_tblEditForm tr td {
	padding: 8px 5px 8px 10px;
	vertical-align: middle;
}

.styled_table tr td,
.styled_table tr th {
	text-align: left;
	border: 1px solid #dfdfdf;
}

div.SearchResultsContent table td:first-child {
	border-right: 1px solid #dfdfdf;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td:first-child {
	text-align: right;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td:first-child+td {
	border-right: 1px solid #dfdfdf;
	padding-right: 10px;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td:first-child+td+td {
	padding-left: 15px;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td input.NormalTextBox {
	width: 200px;
	padding: 2px;
	font-size: 11px;
}

table#dnn_ctr389_Default_Form_tblEditForm tr td textarea {
	width: 375px;
	padding: 2px;
	font-size: 11px;
	height: 190px;
}

.styled_table tr.alt td,
div.SearchResultsContent table tr.alt td,
table#dnn_ctr389_Default_Form_tblEditForm tr.alt td {
	background: #FAFAFA;	
}

tr.no_bdr_row td:first-child {
	border-right: none;
}

tr.no_bdr_row td {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #dfdfdf;
}

table.members_table tr th:first-child+th+th,
table.members_table tr td:first-child+td+td {
	text-align: center !important;
}

/*----------------------------------------------------------------------------------
	CSS :: CUSO :: EDITOR STYLINGS :: TOOLTIPS
----------------------------------------------------------------------------------*/

#demotip { 
    display: none;
    background: transparent url("/images/tooltip/black_arrow.png");
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #fff;
}
