/* 
CIOGC Webste
Ahmed Murad
2007-11-04
*/

/* Basic Layout */
body {
	margin:0 auto;
	padding:0;
	max-width:1160px;
	background:#f1eded;
	min-width:900px;
}
#pageWrap {
	padding: 0;
	background-color: white;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #e3dbdb;
	border-right: 1px solid #e3dbdb;

}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color: white;
}

#maskLeft {
	position:relative;		/*This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/*width of whole page */
	overflow:hidden;		/*This chops off any overhanging divs */
	background:white;		/*Left column background colour */
}
#maskCenter {
	float:left;
	width:200%;
	position:relative;
	left:180px;				/*LC Total Width */
	background:white;    	/*Centre column background colour  */
}
#maskRight {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;		/*LC + RC Total Width  */
	background:white;		/*Right column background colour  */
}
#contentWrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#contentPad {
	margin:0 20px 0 420px; /* CC Left pad - LC+RC Total Width + CC Right Pad*/
	overflow:hidden;
}
#content {
	width:100%;
	overflow:hidden;
	background-color: black;
}
#sideLeft {
	float:left;
	width:160px;
	position:relative;
	margin-left:-50%;
	left:230px;			/*RC width + CC Pad */
	overflow:hidden;
	background-color: #eee8aa;
}
#sideRight {
	float:left;
	width:200px;
	position:relative;
	left:10px;
	overflow:hidden;
	background-color: #eee8aa;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

/* Presentation */
body {
	font-family: Cambria, Georgia, "MS Trebuchet", "Times New Roman", Times, serif;
	background-color: #f1eded;
	color: #2c2920;	/*#484242 brownish*/
	font-size: 0.9em;
}
p {
	margin: 0.5em 0 1em 0;
	font-size: 1em;
	line-height: 1.3em;
}
ul {
	list-style-type: disc;
}
ol.alpha {
	list-style-type: lower-alpha;
}
ol.numbered {
	list-style-type: decimal;
}

li {
	margin-left: 0em;
	font-size: 1em;
}
input, select, th, td {
	font-size: 1em;
}
label {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 0.8em;
}
a {
	outline: none;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover,
a:active {
	color: #0066cc;
	text-decoration: none;
}

img,
a img { 
	border: none;
	text-decoration: none;
}

img .imgLeft {
	float:left;
}
img .imgRight {
	float:right;
}
p.imgLink {
	text-align: left;
	font-weight:bold;
}
img.middleAlign {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
}

h1 {font-size: 1.5em; line-height: 1.7em;} 
h2 {font-size: 1.4em; line-height: 1.6em;} 
h3 {font-size: 1.3em; line-height: 1.5em;} 
h4 {font-size: 1.2em; line-height: 1.4em;} 
h5 {font-size: 1.1em; line-height: 1.3em;} 
h6 {font-size: 1.1em; line-height: 1.3em;} 

.imgButton {
}


/* TopMenu */
#topMenu {
	height: 40px;
	color:#69c;
	text-align: center;
	overflow: hidden;
	background: #fff url('/Layout/Images/HeaderLeftTip.jpg') no-repeat scroll 0px 0px;
	width: 100%
}

ul.topMenu {
	color: silver;
	margin: 8px 8px 0 0px;
	padding: 0;
	float: right;
	list-style: none;
	list-style-type: none;
}

ul.topMenu li {
	float: left;
	margin: 0;
}

ul.topMenu li a {
}

#footerMenu {
	margin-bottom: 1.5em;
	text-align: right;
	white-space: nowrap;
	width: 100%;
}
#footerMenu ul.topMenu {
	color: #1c75f4;
	float: left;
}

#footerMenu ul.topMenu li a {
	color: white;
}

/* Searchbar */
/*#searchbar {
	height: 40px;
	color:#69c;
	text-align: right;
	overflow: hidden;
	background: #fff url('/Layout/Images/HeaderLeftTip.jpg') no-repeat scroll 0px 0px;
	width: 100%
}
#searchbar p {
	margin: 4px 8px 0px auto;
	height: 16px;
	padding: 8px 4px 0 4px;
	line-height: 16px;
	vertical-align: middle;
}

#searchbar input {
	width: 180px;
	height: 16px;
	border: 1px solid #69c;
	color: blue;
	line-height: 16px;
	background-image: url('/Layout/Images/Search.gif');
	background-repeat: no-repeat;
	background-position: right;
}
*/

/* header */

#header {
	background-color:#CEE5F7;
	background: #cee5f7 url('/Layout/Images/HeaderBkg.jpg') repeat-x top;
	margin: 0 0 8px 0;
	padding: 0;
}
#mastHead {
	height: 141px;
	text-align: right;
	background: transparent url('/Layout/Images/HeaderLeft.jpg') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logoImage {
	border: 0;
	margin-top: 46px;
}

#header ul#topNav {
	list-style-type: none;
	vertical-align: top;
	margin: -142px 8px 0 0;
}
  
#header ul#topNav li {
	display:inline;
 }
 
#header ul#topNav a {
	/*display:block;
  float:right;*/
  border-style: none;
	border-width: 0px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#navbar {
	background: #0651a7 url('/Layout/Images/navbarBkg.jpg') repeat-x;
	height: 22px;
	text-align: center;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 4px 2px 4px;

}
#navbar li {
	color: white;
	display: inline;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/* Content */
#content {
	text-align: left;
	background-color: transparent;
}
#content .dateline {
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
	text-align:right;
	color: #9bd;
	border-bottom: 0px #aaa dotted;
}
#breadcrumb_ {
	border-style: solid;
	background-color: #efefef;
	padding: 0.2em;
	border-width: 1px;
	border-color: #ccc;
	font-weight: bold;
	color: #987;
}
#breadcrumb {
	background-color: transparent;
	color: #669;
}
#content p.author {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 2em;
	text-align: left;
	border-top: 1px #99ccff dotted;
}

#content h1 {
	color: #0057aa;
	line-height: 1.0em;
	letter-spacing: -0.02em;
	margin-top: 0.8em;
	margin-bottom: 0.1em;
}
#content h2 {
	color: #0082ff;
	line-height: 1.0em;
	letter-spacing: -0.02em;
	margin-top: 1em;
	margin-bottom: 0;
}
#content h2.subtitle {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#content h3 {
	color: black;
	line-height: 0.9em;
	margin-top: 1em;
	margin-bottom: 0;
}
#content h4 {
	color: black;
	line-height: 0.9em;
	margin-top: 1em;
	margin-bottom: 0;
}
#content h5 {
	color: black;
	line-height: 0.9em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
	display: inline;
}

#content h6 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: text-bottom;
	font-style: italic;
}
#content ul {
	list-style-type: disc;
}
#content ol.alpha {
	list-style-type: lower-alpha;
}
#content ol.numbered {
	list-style-type: decimal;
}

#contentBox {
	margin: 4px;
	border-style: solid;
	border-width: 20px 5px 5px 5px;
	border-color: #003366;
	width: 250px;
	height: 270px;
	position: relative;
	top: -60%;
	float: right;
}
#content .picLeft, #content .picRight {
	background-color: transparent;
}
#content .picLeft {
	float:left;
	margin: 0.5em 1.0em 0.5em 0;
}
#content .picRight {
	float:right;
	margin: 0.5em 0em 0.5em 1.0em;
}
#content .picRight p, #content .picLeft p {
	font-style: italic;
	font-size: 90%;
	color: #405060;
	border-bottom: solid 1px #99ccff;
	padding-bottom: 0.5em;
}
#content .dropcap
{
	float: left;
	font-size: 3.2em;
	line-height: 0.8em;
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	margin:0;
}

#content #inputBox {
	border-top: 1px #99ccff dotted;
	text-align: center;
	font-size: 0.9em;
	padding: 1em;
}
#content #inputBox input.text {
	width: 20em;
}

#content #srchInfo {
	background-color: #edf4fc;
	color: black;
	border-top: solid 1px #9fc0df;
	text-align: right;
	font-size: 0.9em;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content #searchResults h3{
	margin-bottom: 0;
}
#content #searchResults p {
	margin-top: 0;
}
#content p.pageNav {
	text-align: center;
}

#pageTools {
	border-style: solid;
	background-image: url('/Layout/Images/boxBkg50.jpg');
	border-color: #d9e8f8 #e6f2fb #e6f2fb #e6f2fb;
	border-width: 3px 1px 1px 1px;
	background-repeat: repeat-x;
	float:none;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 10px 20px;
	text-align:center;
	line-height: 2em;
}

#relatedContent {
	background-image: url('/Layout/Images/boxBkg100.jpg');
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #d9e8f8 #e6f2fb #e6f2fb #e6f2fb;
	border-width: 3px 1px 1px 1px;
	background-color: transparent;
	/*clear:left;
	float:left;*/
	clear: both;
	overflow:hidden;
	padding: 0 3em 0em 2em;
	width:70%;
	margin-top:2em;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;

}
#relatedContent .relatedTags {
	border-top: #d9e8f8 solid 1px;
	margin: 2em -3em 0 -2em;
	padding: 0 3em 0 2em;
	background-image: url('/Layout/Images/boxBkg100.jpg');
	background-repeat: repeat-x;
}
#relatedContent h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #888899;
	margin-top: 0.5em;
	border-bottom: 1px solid white;
}
#relatedContent p.heading {
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: left;
	font-size:1.1em;
}
#relatedContent p.heading a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#relatedContent p.description {
	margin: 0 0 0 0;
	text-align: left;
	font-size: 0.9em;
}

p.backToTop {
	text-align: right;
	margin: 1em 0 0 0;
	position: relative;
	bottom: 0;
}
p.backToTop a {
	font-weight: bold;
	border-bottom: 1px dotted #0000ff;
}

/* forms */
fieldset {
	border-width: 1px;
	border-style: solid;
	border-color:#91ccff;
	background-color: #f0f8ff;
	border-left: 8px #91ccff solid;
	margin: 1em 0 1em 0;
	padding: 0px 40px 10px 10px;
	float: left;
	/*IE fix */
	display: block;
	position: relative;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}
fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #2f4f4f;
	background-color: #f5fffa;
	border-width: 1px;
	border-style: solid;
	border-color: #228b22;
	border-left: 6px #228b22 solid;
	padding: 2px 1em;
	margin: 0px 0px 10px 0;
	/*IE fix */
	position: relative;
	top: -12px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}

fieldset input,
fieldset select,
fieldset textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}
fieldset label.leftAlign {
	display: block;
	color: #696969;
	float: left;
	width: 10em;
	text-align: right;
	margin: 0.5em 1em 0 0;
	clear: left;
	vertical-align: text-bottom;
}
fieldset table {
	margin-left: 5em;
	text-align: left;
	font-size: smaller;
}
fieldset tabel input[type="checkbox"] {
	float: left;
}

.staticField {
	display: block;
	margin: 0em 0;
	font-weight: bold;
}

fieldset input.submit{
	padding: 0 4px 0 4px;
	background-color: #e5f3ff;
	border: 3px double #91ccff;
	color: #5eb4ff;
	font-size: 0.9em;
	font-weight: bolder;
}
fieldset p.helpMsg {
	margin-left: 10em;
	color: #1e90ff;
}
fieldset p.errorMsg {
	margin-left: 10em;
	color: red;
	font-weight: bold;
}
fieldset p.buttons {
	margin: 4em 0 0 9em;
	padding: 1em 0 1em 0;
	border-top: 2px white solid;
}

fieldset hr {
	width:100%;
	color: white;
	border: 0;
	height: 1px;
	margin: 0.5em 0;
}

fieldset select,
fieldset input.text,
fieldset td select,
fieldset td input.text {
	border: none;
	background-color: #f0f8ff;
	border-bottom: 1px #696969 dotted;
	color: blue;
	padding: 2px 2px 0 2px;
	width: 15em;
}

fieldset input.radio,
fieldset input.checkbox {
	width: auto;
	border: none;
	margin-top: 1.0em;
}
fieldset textarea {
	width: 16em;
	border: 1px #696969 dotted;
	background-color: #f0f8ff;
	color: blue;
}
fieldset br {
	clear: both;
}
fieldset img {
	display: block;
	margin: 2em 0em 0em 10em;
}
ul.radioList {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.radioList li {
	display: inline;
}
#contactUs {
	margin: 4em 0 1em 0;
}
#contactUs fieldset {
	width: 32em;
}
#contactUs fieldset input.text,
#contactUs fieldset textarea {
	width: 20em;
}
.error {
	color: red;
}
fieldset select.monthList {
	width: 3em;
	text-align: right;
}
fieldset select.yearList {
	width: 5em;
}
.messageBox {
	margin: 0 1em 1em 1em;
	padding: 0em 4em 2em 4em;
}

div#cardList {
	float: left;
	margin: 1em 0;
}
#cardList img {
	float: left;
	margin: 2px 4px;
}

.linkButton {
	font-weight: bold;
	font-size: 1.4em;
}

.ajax__validatorcallout_popup_table {
	width: 180px;
	text-align: left;
	vertical-align: top;
	z-index: 500;
}

.commentForm {
	clear: both;
}
fieldset#tickets table {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1em;
}
fieldset#tickets td {
	font-size: 1em;
	margin: 1px;
	padding: 4px;
	color: #696969;
	vertical-align: top;
}
fieldset#tickets th {
	background-color: #2860ad;
	color: #f0f8ff;
	margin: 1px;
	padding: 4px;
	text-align: center;
	border: 1px solid #f0f8ff;
}
fieldset#tickets td.eventName {
	font-weight: bold;
	font-size: 1.1em;
	color: #003277;
	background-color: #e1e0f3;
}
fieldset#tickets td .eventDate {
	font-weight: normal;
	font-style: italic;
}
fieldset#tickets input.text {
	width: 4em;
	text-align: right;
	padding-right: 0.5em;
}
fieldset#tickets .desc {
	width: 55%;
	text-align: left;
}
fieldset#tickets .ticketName {
	font-weight: bold;
	color: black;
}
fieldset#tickets .ticketDesc {
	font-style: italic;
	font-size: 0.9em;
}
fieldset#tickets .price,
fieldset#tickets .qty,
fieldset#tickets .lineTotal {
	width: 15%;
	text-align: right;
	border-right: 1px solid white;
}
fieldset#tickets td.totals {
	text-align: right;
	font-weight: bold;
	color: black;
	border-top: 1px solid #2a5ea6;
	border-bottom: 3px double #2a5ea6;
}
fieldset#tickets td.totalsBorder {
		border-left: 1px solid #2a5ea6;
}
fieldset#tickets td.buttons {
	text-align: right;
	padding-right: 20px;
}
fieldset#tickets td.invoiceHd {
	color: #333366;
	font-weight: normal;
	border-bottom: 1px dotted #333366;
}
fieldset#tickets td.custInfo {
	color: #333366;
	font-size: 0.9em;
}

div#site_MainContent_CheckoutUpdatePanel {
	width: 100%;
	position: relative;
}
div#site_MainContent_CheckoutFormPanel {
	float: left;
	clear: left;
	width: 75%
}
div#site_MainContent_CheckoutSummaryPanel {
	float: right;
	width: 25%;
}
div#checkoutSummary {
	background-color: #cde4f6;
	padding: 8px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}
div#summary {
	background-color: #f0f8ff;
	padding: 4px;
	margin: 4px;
	text-align: left;
}
div#summary p {
	color: #1d83fb;
	font-weight: bold;
	border-bottom: 1px solid #91ccff;
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
	line-height: 1.1em;
}
div#summary p .desc {
	color: #696969;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
}
div#summary p .price {
	color: #696969;
	font-size: 90%;
}
div#summary p .qty {
	color: #696969;
	font-weight: normal;
	font-size: 80%
}
div#summary p.total {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	border: none;
	color: #003277;
	margin: 0;
}

/* Left Sidebar
*********************/

#sideLeft{
	background-color: transparent;
}

/* Donate button image map */
#donateBtn {
	background-image: url('/Layout/Images/signDonate.jpg');
	height:112px;
	width: 118px;
	text-align: center;
	position: relative;
	margin: 10px 0 15px 4px;
	border: none;
}

#donateMenu a i{
	visibility: hidden;
	border: none;
	text-decoration: none;
}
#donateMenu a,
#donateMenu a:hover,
#donateMenu a:active,
#donateMenu a:focus {
	outline: none;
}
#donateMenu a {
	position:absolute;
	height: 56px;
	width: 118px;
	text-decoration: none;
	left: 0;
	border: none;
}

a#donateLnk {
	top: 56px;
	border: none;
	text-decoration: none;
}
a#signupLnk {
	border: none;
	text-decoration: none;
}
a#signupLnk:hover {
	background-image: url('/Layout/Images/signupHover.jpg');
	background-position:top;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
}
a#donateLnk:hover {
	background-image: url('/Layout/Images/DonateHover.jpg');
	background-position:bottom;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
}
/* Rigth sidebar */

#sideRight{
	background-color: transparent;
	text-align: left;
}

#sideRight fieldset {
	margin: 20px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	color: #888899;
	border: 1px #6699cc solid;
}
#sideRight legend {
	color: #888899;
	font-weight: bold;
	font-size: 1.1em;
}

#sideRight h2 {
	border-top: 4px #5fb2e4 solid;
	border-bottom: 1px #f0e6fa solid;
	margin: 1.5em 0px 0.5em 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: #888899;
	border-top-color: #99CCFF;
	border-bottom-color: #99CCFF;
}
#sideRight p.heading {
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: left;
}
#sideRight p.heading a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#sideRight p.description {
	margin: 0 0 0 0;
	text-align: left;
}
/*#sideRight input[type="text"] {
	width: 140px;
	height: 16px;
}
*/
#sideRight .box1 {
	background-image: url('/Layout/Images/BoxDkBkg200r.jpg');
	background-position: top;
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#sideRight .box2 {
	background-image: url('/Layout/Images/BoxDkBkg200.jpg');
	background-position: top;
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#sideRight .box1, #sideRight .box2 {
	background-color: #003277;
	color: white;
	padding: 2px 2px 2px 2px ;
	margin: 4px 0 4px 0;
	text-align: center;
}
#sideRight .box1 a, #sideRight .box2 a {
	color: white;
}

.username {
	margin: 0 0 4px 0;
	padding: 2px 2px 2px 2px;
	font-family: "Comic Sans MS", "Trebuchet MS", Script, serif;
	font-weight: bold;
	color: #dcdcdc;
}


#sideRight .inputBox {
	margin: 1.0em 0 1.0em 0;
	padding: 4px;
	text-align: center;

}
#sideRight .lightBlue {
	background-color: #f0f8ff;
	border: 1px solid #91ccff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#sideRight .inputBox p {
	line-height: 0.8em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}
#sideRight .inputBox p.smallPrint {
	line-height: 1.0em;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #55b0ff;
}
#sideRight .inputBox input.text {
	width: 155px;
	height: 16px;
	border: 1px solid #69c;
	color: blue;
	margin-bottom: 8px;
	font-size: 0.8em;
}
#sideRight .inputBox input.srch {
	background-image: url('/Layout/Images/Search.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
#sideRight .inputBox p label {
	display: block;
	font-size: 0.75em;
	font-style: italic;
	margin-top: -0.6em;
	margin-bottom: 1.0em;
	text-align: left;
	vertical-align: text-top;
	color: #91ccff;
}
/* Sidebar generic */
.sidebox {
	border-style: solid;
	background-image: url('/Layout/Images/boxBkg50.jpg');
	border-color: #d9e8f8 #e6f2fb #e6f2fb #e6f2fb;
	border-width: 3px 1px 1px 1px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 4px 2px 4px 2px;
	padding: 8px;
	text-align: left;
}
.sidebox ul {
		list-style-position: inside;
		margin-left: 1em;
}
.sidebox ul li {
	list-style: none;
	line-height: 2em;
	margin: 0;
	padding-left: 28px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	color: red;
}


/* footer */

#footer {
	color: #cee5f7;
	background: #0a58c4;
	text-align: left;
	padding: 8px 50px 4px 50px;
	margin-top: 20px;
	border-top:4px solid #68caf7;
}

/* Misc */
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
hr {
	color: #6699FF;
	background-color: #6699FF;
	width: 80%;
	height: 1px;
}
div.hr {
	height: 1px;
	background-color: #6699FF;
}
div.hr hr {
	display: none;
}

/* GridView */
.gridViewTbl {
	background-color: #efefef;
}
.gridViewTblHeader, .gridViewTblFooter {
	background-color: #0066cc;
	color: white;
}
.gridViewTblRow {
	background-color: #c2b8ae;
}
.gridViewTblAltRow {
	
}
.gridViewTblSelectedRow {
	
}


/* Tags */
.tagCloud {
	font-family: Calibri, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif
	font-size: 1.0em;
	min-height: 0;
	line-height: normal;
}
.tagCloud a {
	color: #80c1ff;
	line-height: 90%;
}
.tagCloud .s7 {
	font-size:2em;
	font-weight:bold;
}
.tagCloud .s6 {
	font-size:2em;
	font-weight:normal;
}
.tagCloud .s5 {
	font-size:1.5em;
	font-weight:bold;
}
.tagCloud .s4 {
	font-size:1.5em;
	font-weight:normal;
}
.tagCloud .s3 {
	font-size:1em;
	font-weight:bold;
}
.tagCloud .s2 {
	font-size:1em;
	font-weight:normal;
}
.tagCloud .s1 {
	font-size:0.8em;
	font-weight:normal;
}
.t1 {
	/*color: #004588;*/
	color: #9400d3;
}
.t2 {
	color: #0066cc;
}
.t3 {
	color: #3c9fff;
}


/* Announcements */
#announce {
	text-align: right;
}
#announce img {
	margin-left: -130px;
	float: left;
}
#announce .item{
	margin: 20px 0 0 0;
	border-bottom: 2px dotted #dddddd;
	padding-left: 130px;
	padding-bottom: 10px;
	text-align: left;
}
#announce .item h2 {
	margin: 0;
	font-size: 1.2em;
}
#announce .item p {
	margin: 0;
}
#announce .item a {
	display: block;
}
.popupPanel {
	width: 180px;
	visibility: hidden;
	background: white;
	padding: 8px;
}
#site_MainContent_PanelCardType table.cardTypesList input {
	width: 20px;
	display: block;
	float: left;
}
#site_MainContent_PanelCardType table.cardTypesList label {
	width: 200px;
	display: block;
	float: left;
}

/* Home Page */
#content .groupPanel {
	clear: left;
	float: left;
	Overflow: hidden;
	width:100%;
	margin: 1em 0;
	position: relative;
	border-bottom: solid 1px #ddddff;
}

#content .itemPanel0, #content .itemPanel1 {
	width: 47%;
	clear: none;
	margin: 0 0 8px 0;
	padding: 0;
	height: 100%
}
#content .itemPanel0 {	/*left panel*/
	padding-right: 2%;
	float: left;
	border-right: dotted 1px #ddddff;
}
#content .itemPanel1 {	/*right panel*/
	padding-left: 1%;
	float: right;
}
