/* =Remove unwanted stuff and replace where needed
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, input {
	font-size:1em;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

td, th {
	vertical-align:top;
}

fieldset {
	padding: 1em;
}

legend {
	padding: 0 0.5em 0 0;
}

acronym {	
	cursor: help;	
	border-bottom: #666666 1px dotted;
}

caption {
	text-align: left;
	padding-top: 0.5em;
}
	


/* =General purpose styles for divs
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textRight {
	text-align: right;
}
.soman{ display:inline;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#C0C0FE;}
.textCenter {
	text-align: center;
}


.hidden {
	display: none;
}

.fullWidth {
	width: 100%;
}

.halfWidth {
	width: 48%;
}

.marginRight {
	margin-right: 10px;
	padding-right: 10px;
}

.marginLeft {
	margin-left: 10px;
}


.thirdWidth {
	width: 32%;
}

.imageLeft {
	float:Left;
	margin: 0 10px 10px 0;
}

.imageRight {
	float:Left;
	margin: 0 0 10px 10px;
}

.rightSeparator {
	border-right: 1px dashed #ddd;
}

.leftCol {
	float: left;
	width: 48%;
	padding-right: 1%;
	border-right: 1px dashed #ddd;
}

.rightCol {
	float: right;
	width: 48%;
	padding-left: 1%;

}

.thirdCol {
	float: left;
	width: 32%;
	padding-right: 1%;

}


/* =Typography (general)
-----------------------------------------------------------------------------*/

body {
	font: 70%/1.3 Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	background-color: #E2E2FF;
	text-decoration: underline;		
}

a:visited {
	color: #5959a3;
}

#mainContent p {
	margin: 1em 0 1em 0;
}


/* Lists
-----------------------------------------------------------------------------*/

dl {

}

dt {
	font-size: 1.1em;
	color: #5959a3;
	font-weight: bold;
	margin-left: 1em;	
}

.new {
	color: red;
	font-weight: bolder;
}

.new a {
	color: red;
	text-decoration: none;
}

dd {
	margin-left: 2em;
	margin-bottom: 1em;
}



/* =Basic layout/page width
-----------------------------------------------------------------------------*/

body {
	background-color: #c0c0ff;
}

#frame, #footer {
	width:990px;
	background-image: none;
	margin:auto;
}

#frame {
	border: 3px solid #5959a3;
	background: white;	
	margin-top: 10px;
}


.panel {
	padding: 15px 10px;
}

#menuPanel {
	padding-top: 20px;
}

/*-- Three column layout --*/
/*-------------------------*/

.threeCol #featurePanel {
	width:21%;
	float:left;
	overflow:hidden;
}

.threeCol #mainContent {
	width:47%;
	float:left;
	overflow: hidden;
}

.threeCol #menuPanel {
	width: 23%;
	float: right;
	overflow: hidden;
}


.threeCol #mainContentWrapper {

}

/*-- Two column layout --*/
/*-----------------------*/

.twoCol #featurePanel {
	display:none;
}

.twoCol #mainContent {
	float: left;
	width: 73%;
}

.twoCol #menuPanel {
	float: right;
	width: 21%;
}

.twoCol #mainContentWrapper {
	background-color: white;
} 


/*-------------------------*/
/*-- One column layout ----*/

.oneCol #featurePanel, .oneCol #menuPanel {
	display:none;
}

.oneCol #mainContent {
	float: left;
	width: 98%;
}


/*----------------------------*/
/*-- Above nav ---------------*/

#aboveNav {
	background: white url(../images/master/branding/mediumLogo.png) 10px 0 no-repeat;
}

/*
#aboveNav p {
	padding-top: 70px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
	color: #5959a3;
	font-weight: bolder;
	font: 1.5em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
*/

#aboveNav span {
	padding-top: 5px;
	display: block;
	color: #5959a3;
	text-align: right;
	padding-right: 10px;
	height: 1em;	
}	

#aboveNav span.strapLine {
	padding-top: 50px;
	vertical-align: bottom;
	font-weight: bolder;
	font: 1.5em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height: 1.5em;	
}

/*----------------------------*/
/*-- Main nav ----------------*/

#mainNav {
	float:left;
	width:100%;
	background-color: #5959a3;
	
}

#mainNav li {
	display:inline;
}

#mainNav li a {
	display: block;
	float: left;
	padding: 0 1.3em;
	line-height: 2em;
	text-decoration: none;
	color: white;
	font-size: 1.1em;
}

#tab0 #mainNav a.tab0,
#tab1 #mainNav a.tab1, 
#tab2 #mainNav a.tab2, 
#tab3 #mainNav a.tab3, 
#tab4 #mainNav a.tab4, 
#tab5 #mainNav a.tab5, 
#tab6 #mainNav a.tab6,
#tab10 #mainNav a.tab10 {
	background-color:#c0c0ff;

}

#mainNav a.tab0:hover,
#mainNav a.tab1:hover,
#mainNav a.tab2:hover,
#mainNav a.tab3:hover,
#mainNav a.tab4:hover,
#mainNav a.tab5:hover,
#mainNav a.tab6:hover,
#mainNav a.tab10:hover {
	background-color:#DFDFFF;
	color: #5959a3;	
}


#tab0 #mainNav a.tab0,
#tab1 #mainNav a.tab1,
#tab2 #mainNav a.tab2,
#tab3 #mainNav a.tab3,
#tab4 #mainNav a.tab4,
#tab5 #mainNav a.tab5,
#tab6 #mainNav a.tab6,
#tab10 #mainNav a.tab10 {
	/* font-weight: bolder; */
}

/* =Breadcrumbs
-----------------------------------------------------------------------------*/

#breadcrumbs ul {
	float: left;
}

#breadcrumbs li {
	display: inline;
	padding-right: 10px;
	margin-right: 0.5em;
	background: url(../images/master/breadcrumbSeparator.png)  no-repeat right 50% ;	
}

#breadcrumbs li a {
	margin-right: 0.2em;
	text-decoration: none;
	
}

/*----------------------------*/
/*-- Footer ------------------*/

#footer {
	clear: both;
	padding-top: 0.5em;
	height: 2em;
}

#footer p, #footer ul {	
	margin-bottom: 0.5em;
	text-align: center;
}

#footer a, #footer a:visited {
	text-decoration: none;	
	color: black;
}

#footer a:hover {
	text-decoration:underline;
}

#footer li {
	padding-left: 0.5em;
	display: inline;
}

#footer li.sep {
	padding-right: 0.5em;
	border-right: 1px solid black;
	margin-right: 0.2em;
}


/*----------------------------*/
/*-- Typography --------------*/

h1 {
	color: #5959a3;
	font-weight: bolder;
	font: 2em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #5959a3;
	font-weight: bolder;
	font: 1.7em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
}

#pageBody h1 {
	margin: 1em 0 0.3em 0;
}

h2 a {
	color: #5959a3;
	text-decoration: none;
}

h3 a, caption a, h3 a:hover, caption a:hover {
	color: #5959a3;
	text-decoration: none;
}

h3, caption {
	color: #5959a3;
	font: 1.5em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0.25em 0;

}


#pageTitle h1 {
	margin-bottom: 0.5em;
}

/*----------------------------*/
/*-- Lists --------------*/

#pageBody ul {
    margin: 0 0 1em 0;
}

#pageBody li {
	/* FF didn't like the compound statement for some reason */
	background-image: url(../images/master/bullet.png);
	background-repeat: no-repeat;
	background-position: 3px 3px; 
	
	padding-left: 20px;
	margin: 0.5em 10px;
}

/*----------------------------*/
/*-- Menu boxes --------------*/


.menuBox {
  	background: url(../images/master/shadow.gif) no-repeat bottom right;
	margin: 1em 0;
}

.menuBox div.outer {
  background:#eee;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
  padding: 0 0 0.5em 0;
  overflow: hidden;
}

.menuBox .menuImage {
	text-align: center;
	display: block;
}

#tab1 .menuBox .menuImage {
	height: 275px;
}

.menuBox p {
	padding: 0.5em 1em;
}

.menuBox p.center {
	text-align: center;
}


.menuBox h2 {
	text-align: center;
	border-bottom: 1px solid #a9a9a9;
}

.menuBox h3 {
    font-size: 1.2em;
    padding: 0 1em;
    font-weight: bold;
}


#groupList .menuBox h3 {
    font-size: 1.3em;
    padding: 0;
    font-weight: bold;
}


/*
.menuBox h3 {
	padding-left: 0.5em;
}
*/

.menuBox ul {
    margin: 0;
}

.menuBox li {
	/* FF didn't like the compound statement for some reason */
	background-image: url(../images/master/bullet.png);
	background-repeat: no-repeat;
	background-position: 3px 0; 
	
	padding-left: 20px;
	margin: 0.3em 10px 0 10px;
}

.menuBox a {
	text-decoration: none;
	display: block;
}

#pageBody .menuBox a {
	text-decoration: none;
	display: inline;
}



#pageBody .menuBox .outer {
  padding: 0 10px;
  background: #f8f8f8;
}


.menuBox a.inline {
	text-decoration: underline;
	display: inline;
}

.menuBox a span {
	font-weight: bold;
}

/*----------------------------*/
/*-- Page intro block --------*/

.introBlock {
	background: #FFFFC0;
	border: 1px dashed #ccc;
	padding: 0.5em 10px 0.5em 10px;
	font-size: 1.1em;
	margin-bottom: 2em;

}

#pageBody .introBlock p {
	margin-top: 0.5em;
}

.pageInfoPanel {
	background: #ffffc0 url(../images/misc/info.gif) no-repeat 10px 1em;
	padding: 0.5em 10px 0.5em 50px;
	margin-bottom: 2em;
	font-size: 1.1em;	
	border: 1px dashed #ccc;
}


#tab0 .introBlock {
	background: #FFFFC0 url(../images/homePage/welcome.gif) no-repeat 10px 10px;
	padding-left: 110px;
}

#tab1 .introBlock {
	background: #FFFFC0 url(../images/homePage/join.gif) no-repeat 0px 10px;
	padding-left: 100px;
}

#tab2 .introBlock {
	background: #FFFFC0 url(../images/homePage/events.gif) no-repeat 10px 10px;
	padding-left: 100px;
}

#tab3 .introBlock {
	background: #FFFFC0 url(../images/homePage/news.gif) no-repeat 10px 10px;
	padding-left: 120px;
	height: 80px;
}


#tab4 .introBlock {
	background: #FFFFC0 url(../images/homePage/witc.gif) no-repeat 10px 10px;
	padding-left: 100px;
}

#tab5 .introBlock {
	background: #FFFFC0 url(../images/homePage/brickissue2.gif) no-repeat 0px 10px;
	padding-left: 100px;
}

#tab10 .introBlock {
	background: #FFFFC0 url(../images/homePage/login.gif) no-repeat 0px 10px;
	padding-left: 100px;
	height: 90px;	
}




/*----------------------------*/
/*-- Picturebox ----------*/

.pictureBox {
  	background: url(../images/master/shadow.gif) no-repeat bottom right;
	float: left;
	margin-left: 10px;	
}

.pictureBox div {
	background:#fff;
	border:1px solid #a9a9a9;
	position:relative;
	left:-5px;
	top:-5px;
	padding: 10px;
	overflow: hidden;
}


/* modify for home page */

#tab0 .pictureBox image {
	width: 200px;
	height: 134px;
}

/* modify for witc and bi usage */

#tab4 .pictureBox div,
#tab5 .pictureBox div {
	padding: 0;
}

#tab4 .pictureBox {
	margin-right: 10px;
}

/*----------------------------*/
/*-- Home page stuff----------*/

.homePagePanel {
	width: 49%;
	float: left;
	margin-top: 1em;
}

.homePagePanel img {
	float: left;
	width: 96px;
	height: 72px;
}

.homePagePanel div {
	float: left;
	padding: 0 1em;
	width: 220px;
}




/*---------------------------------*/
/*-- Events gallery stuff----------*/


.eventsGallery .pictureBox {
	margin: 10px 6px;
}

.eventsGallery .pictureBox div {
	padding: 0px;
	left: -4px;
	top: -4px;	
}

.eventsGallery .pictureBox image {
	width: 75px;
	height: auto;
}


.eventsGallery h2 {
	margin-top: 1em;
}

.eventsGallery h3 {
	margin-bottom: 0.5em;
}


.eventGalleryEntry {
	float: left;
	width: 32%;
	padding-right: 1%;
	height:100px;

}


/*---------------------------------*/

.smallThumb {
	width: 25px;
}

#mainContent p.eventDate {
	margin-top: 0;
	padding-top: 0;
	font-weight: bolder;
}

/*----------------------------*/
/*-- Forms -------------------*/

.formBox {
	background: #eee;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 1% 3%;
}

.formBox label {
	display: block;
	font-weight: bolder;
	/*padding-top: 1em; */
	padding-bottom: 0.3em;	
}

.formBox p {
	margin: 0;
	
}

.formBox div {
	margin-top: 1em;
}

.formBox span {
	margin-top: -1em;
}

.formBox label.displayInline {
	display: inline;
}

.formBox input[type^="text"], .formBox input[type^="password"] {
	width: 50%;
}

.formBox .formButton {
	font-size: 1.1em;
	padding: 0 1em ;
}


.menuBox .formBox {
	border: 0;
	
}

.menuBox .formBox p {
	margin: 0;
	padding: 0 10px 10px 10px;
}
	
.menuBox .formBox input[type^="text"], .menuBox .formBox input[type^="password"] {
	width: 100%;
}

.menuBoxForm div {
	background: #eee;
}

/*----------------------------*/
/*-- Misc -------------------*/


.biContainer {
	float: left;
	width: 47%;
}


.biContainer .pictureBox {
	margin-top: 10px;
	margin-bottom: 2em;
	float: left;
}

.biContentsList {
	float: left;
	width: 63%;
}

.biContentsList span {
	font-style: italic; 
}


.witcCol {
	float: left;
	width: 33%;
	margin-bottom: 2em;	

}

.witcCol h2, .witcCol h3 {
	text-align: center;
}

.biContainer,
.witcContainer {
	margin: 10px;
  	background: url(../images/master/shadow.gif) no-repeat bottom right;
}

.biContainer div.outer,
.witcContainer div.outer {
	border:1px solid #a9a9a9;
  	background:#eee;	
	position:relative;
	left:-5px;
	top:-5px;
	height: 250px;  
	padding: 10px;
	overflow: hidden;
}

.biContainer div.outer {
	height: 330px; 
}

.witcContainer h2 {
	margin: 0;
}
.witcContainer h4 {
	margin-bottom: 1em;
	text-align: center;
}

/*----------------------------*/
/*-- News -------------------*/

.newsItem {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}

.date {
	font-style: italic;
}

/*--------------------------------------------------*/
/* nice table with thin lines */

.neatTable td, .neatTable th {
	border:1px solid #ddd;
	padding: 0.3em;

}

.neatTable th {
	background: #eee;
	text-align: left;
}

.neatTable th a {
	font-weight:bold;
}

.neatTable {
	border-collapse:collapse;
	width: 100%;
}

.neatTable caption {
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	padding:0.3em;
	background: #ddd;
}

.noBorder td, .noBorder th {
	border:0;


}

/*--------------------------------------------------*/
/* grid view /details view */

.AspNet-GridView-Pagination {
	padding: 0.3em 0;
	font-weight: bolder;
	font-size: 1.1em;
	text-align: center;
	background: #eee;	
	border:1px solid #ddd;	
	border-top: 0;
	width: 100%;
}

.detailsView {
	margin-top: 2em;
	background: #eee;
	border:1px solid #ddd;
	padding: 10px;
}

.detailsView input {
	font-size: 1.2em;
}

.gridView {
	margin-top: 1em;
}



#pageBody .detailsView li {
	background-image: none;
	margin: 0;	

}

.AspNet-DetailsView-Name {
	display: block;
	font-weight: bolder;
	margin-top: 1em;
}

.AspNet-DetailsView-Name span {
	display: block;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.AspNet-DetailsView-Footer {
	text-align: center;
}

.addLink {
	background: white url(../images/misc/add.gif) no-repeat 0px 3px;
	padding-left: 15px;
	font-size: 1.1em;
}

.ajaxCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #ffffcf;
    color: black;
}

/*--------------------------------------------------*/
/* event gallery  */




/*--------------------------------------------------*/
/* manage event gallery input fields */

.imageURLInput,
.galleryTitleInput,
.galleryURLInput,
.eventPicklist,
.eventTitleInput {
	width: 95%;
}

.eventDateInput {
	width: 7em;
}

/*--------------------------------------------------*/
/* members event list */

#mainContent .membersEventList p {
	margin: 0 0 1em 0;
}

#mainContent .membersEventList h3 {
	margin-top: 2em;
}

/*--------------------------------------------------*/
/* member profile */

.memberProfile {
	float: left;
	width: 50%;
	margin-right: 3%;
}

.memberImage {
	width: 46%;
	overflow: auto;
}

.memberGallery .memberImage {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

.memberGallery .memberProfile {
	width: 70%;
}

.memberGallery .menuBox div {
	border: 0;
}

#pageBody .memberGallery .menuBox div.outer {
	padding: 10px;
	border:1px solid #a9a9a9;	
	
}

.memberGallery li span {
	font-weight: bold;
}

/* neat Forms
--------------------------------------------------*/

.neatForm  
{
    margin:  0;
}


.neatForm p 
{
    margin-bottom: 10px;
    clear: both;
}

.neatForm label {
	display: block;
	width: 150px;
	float: left;
	/*font-weight: bold; */
	/* padding: 0 20px; */
	font-size: 1.1em;
	/*color: #006699;	*/
}

.neatForm .intro 
{
    /* padding: 0 20px; */
    font-size: 1.1em;
	/* color: #006699;	*/
	margin-bottom: 20px;    
    
}

.neatForm table,
.neatForm input,
.neatForm select,
.neatForm textarea {
	width: 320px;
	font: 0.95em verdana;
}


.neatForm select
{
	width: 325px;
}


.neatForm table label,
.neatForm table input 
{
    width: 20px;
    display: inline;
    float:none;
    padding: 0;    
}

.neatForm table label 
{
    width: auto;
}



.neatForm .autoWidth input {
	width: auto;
}

.neatForm .formErrorMessage {
	padding: 5px;
	text-align: center;
}

.neatForm .errorText 
{
   color: Red;
}

#messageBox textarea 
{
    width: 70%;
    height: 20em;
}

#tab6 .witcContainer DIV.outer
{
    height: auto;
}
