/* CSS Document applicable to MCLI-WEB folder for MCLI section of website */

/* //////////////////////////////////////////////////////////////////////
 DO NOT MAKE ANY CHANGES WITHOUT A BACKUP COPY OF THIS FILE TO RESTORE 
//////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////
	BACKUP this file using the date format filename before making any changes
	THIS IS REALLY NECESSARY!!! E.G. mcli-styles-09Apr07.css before making 
	changes on/after the 09th of Feb 2007
/////////////////////////////////////////////////////////////////////////// */

/* rounded cornr with images courtesy of http://www.roundedcornr.com/ - This is for the whole site */
.mcli-box {
   background: #ffffff;
}
.mcli-box-top div {
   background: url('images/stylegraphics/mcli-box-tl.png') no-repeat top left;
}
.mcli-box-top {
   background: url('images/stylegraphics/mcli-box-tr.png') no-repeat top right;
}
.mcli-box-bottom div {
   background: url('images/stylegraphics/mcli-box-bl.png') no-repeat bottom left;
}
.mcli-box-bottom {
   background: url('images/stylegraphics/mcli-box-br.png') no-repeat bottom right;
}

.mcli-box-top div, .mcli-box-top, 
.mcli-box-bottom div, .mcli-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.mcli-box-content { margin: 0 15px; }
/* MCLI site container box with rounded corners ends */

/* ///////////////////////////////////////////////////////
	  Different Sites tabbed navigation BEGINS  
	  using Douglas Bowman's Sliding Toors Technique 
	  www.alistapart.com/articles/slidingdoors
//////////////////////////////////////////////////////// */
#tabs {
	float: left;
	width: 100%;
	font-size: 80%;
	line-height: normal;
	background: #fff url('images/stylegraphics/tabbed-bg.gif') repeat-x bottom;
}

#tabs ul {
	margin: 0;	
	padding: 10px 10px 0;
	list-style: none;
}

#tabs li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	background: url('images/stylegraphics/bluetab-left.gif') no-repeat left top;
	padding: 0 0 0 10px;
}

#tabs a {
	float: left;
	display: block;
	background: url('images/stylegraphics/bluetab-right.gif') no-repeat right top;
	padding: 5px 15px 4px 5px;
	text-decoration: none;
	color: #fff;
}
/* Commented Backslash for IE5-Mac & to hide for other browsers \ */
#tabs a {float: none;}
/* End IE5 Hack */

#tabs #current {
	background-image: url('images/stylegraphics/tableft-normal.gif');
	color: #009;
}

#tabs #current a{
	background-image: url('images/stylegraphics/tabright-normal.gif');
	color: #009;
	padding-bottom: 5px;
}



#tabs a:visited {
	color: #fff;
	text-decoration: none;
}

#tabs #current a:visited {
	color: #009;
	text-decoration: none;
}

#tabs a:hover {
	color: #fff;
	text-decoration: none;
}

#tabs #current a:hover {
	color: #009;
	text-decoration: none;
}

/* ////////////////////////////////////////////////////////
	GOOGLE SEARCH 
////////////////////////////////////////////////////////// */

#searchbox form {
	padding-top: 30px;
	padding-bottom: 0;
	border: none;
	font-size: 0.7em;
}


/* ///////////////////////////////////////////////////////
	Different Sites tabbed navigation ENDS
//////////////////////////////////////////////////////// */


/* box - this is the grey box in the column td-format */
.grey-rounded-box {
   background: #eeeeee; padding-top: 0; 
}
.grey-rounded-box-top div {
   background: url('images/stylegraphics/grey-rounded-box-tl.png') no-repeat top left; padding-top: 0;
}	
.grey-rounded-box-top {
   background: url('images/stylegraphics/grey-rounded-box-tr.png') no-repeat top right; 
	padding-top: 0;
}
.grey-rounded-box-bottom div {
   background: url('images/stylegraphics/grey-rounded-box-bl.png') no-repeat bottom left;
   padding-top: 0;
}
.grey-rounded-box-bottom {
   background: url('images/stylegraphics/grey-rounded-box-br.png') no-repeat bottom right;
   padding-top: 0;
}

.grey-rounded-box-top div, .grey-rounded-box-top, 
.grey-rounded-box-bottom div, .grey-rounded-box-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
   padding: 0;
}
.grey-rounded-box-content { margin: 0 10px; padding-top: 0; padding-left: 10px; padding-right: 10px; }
/* box ends */


body {
	font-family:Arial, sans-serif; 
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px; 
	margin-bottom: 20px;
	background-color: #009;
}

/*flags */
#banner {
	top: 0px; 
	left: 0;
	width: 100%;
	height: 206px;
	border: none;
}

/*MCLI logo banners */
#banner2 {
	top:0;
	height: 190px;
	border: none;
	width: 100%;
}

/* ///////////////////////////////////////////////// 
	Site Specific Nav Bar at Top
/////////////////////////////////////////////////// */

#main {
	margin: 0;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

/* /////////////////////////////////////////////////
	GLOBALS Generic - for specific ones, see below 
///////////////////////////////////////////////////*/
a:link {
	text-decoration: none;
	color: #009;
}

a:visited {
	text-decoration: none;
	color: #055;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #009;
}

p { text-align: justify;}

/* one known instance of this is on rss help */
th {
	font-family:Arial, sans-serif; 
	font-size: 1em;
	font-weight: bold;
	color: #000;
	font-style: normal;
	text-align: left;
}

/* ///////////////////////////////////////////////////
	GLOBALS end
//////////////////////////////////////////////////// */

#menucolumn {
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	width: 170px;
	border-collapse: collapse;
}

/* ////////////////////////////////////////////////////////////////
	Middle Column on homepage with MCLI Logo
///////////////////////////////////////////////////////////////// */

#middlecolumn {
		margin-left: 170px;
		padding-left: 20px;
		padding-right:10px;
		width: 200px;
}

/* MCLI logo on homepage in middlecolum */
#logo{
	padding-left: 20px;
	padding-top: 0; 
	position: relative; 
	top:0;
}
/* //////////////////////////////////////////////////////////////
		News Headlines on Homepage
///////////////////////////////////////////////////////////// */
#newscolumn {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

#rss-help a:link{
	font-size:8pt;
	font-weight: none;
	color: #009;
	text-decoration: none;
}

#rss-help a:visited{
	font-size:8pt;
	font-weight: none;
	color: #009;
	text-decoration: none;
}

#rss-help a:hover{
	font-size:8pt;
	font-weight: none;
	color: #36c;
	text-decoration: none;
}



/* newsheadlines on homepage */
a:link.headline {
	font-family:Arial, sans-serif; 
	font-size: 0.8em;
	font-weight: normal;
	color: #36C;
	font-style: italic;
	text-align: top; 
	text-decoration: none;
	padding: 0px;
}

a:visited.headline  {
	color: #005;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
}

a:hover.headline {
	color: #009;
	text-decoration: none;	
	font-weight: bold;
}



/* date of news flash */
.date {
	font-family:Arial, sans-serif; 
	font-size: 0.6em;
	color: #000;
}

/* links to more news flashes from the homepage */

.teaser {
	font-family:Arial, sans-serif; 
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	text-decoration: none;
}

.teaser a:link{
	font-family:Arial, sans-serif; 
	font-weight: normal;
	text-decoration: none;
	color: #36C;
	text-decoration: none;
	padding: 5px;
}

.teaser  a:visited {
	color: #009;
	text-decoration: none;
}

.teaser  a:hover {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}




/*///////////////////////////////////////////////////////////
		News Headlines on Homepage Ends 
/////////////////////////////////////////////////////////// */ 

/* homepage leftmost column and column containing pictures in other pages */
#memberads td {
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 30%;
}


/* ////////////////////////////////////////////////////////
	Footer containing Copyright Message
///////////////////////////////////////////////////////// */
#footer {
	width: 100%;
	margin-left: 80px;
	margin-right: 80px;
	padding: 10px 30px 10px 30px;
	
}

#footer td {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	padding: 10px;
	border-top: 2px solid #CCC;
}

/* copyright */
#cpr {
	font-size: 9pt;
}

/* ////////////////////////////////////////////////
		 Footer Ends 
/////////////////////////////////////////////////// */

/* when citing a source use the <cite></cite> tags that italicises - doesn't work in all browsers */
cite {
	font-size: 9pt;
	font-weight: normal;
	text-align:left;
}

cite a:link {
	text-decoration: none;
}

cite a:visited {
	text-decoration: none;
}

cite a:hover {
	text-decoration: none;
}

/* ///////////////////////////////////////////////
		 		HEADERS 
//////////////////////////////////////////////// */

/* Most if not all headings are <H2> */
h2 {
	font-family:Arial, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background: url('images/stylegraphics/h2bg.gif') no-repeat;
	border-bottom: 5px solid #090;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: auto;
}

.h2long {
	font-family:Arial, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background: url('images/stylegraphics/h2longbg.gif') no-repeat;
	border-bottom: 5px solid #090;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
}

.h2vlong {
	font-family:Arial, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	background: url('images/stylegraphics/h2v-longbg.gif') no-repeat;
	border-bottom: 5px solid #090;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
}


	
/* the MCLI slogan is <H3> */
h3 {
	font-family:Arial, sans-serif; 
	font-size: 11pt	;
	font-weight: bold;
	color: #000;
	font-style: italic;
	text-align:center;
}

/* h4 used on portservices.htm */
h4 {
	font-family:Arial, sans-serif; 
	font-size: 11pt	;
	font-weight: bold;
	color: #009;
	font-style: italic;
	text-align:left;
	border-bottom: 2px solid #090;
}


/* /////////////////////////////////////////////////
		 Headers End 
//////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////
	tables on board.htm and some others 
/////////////////////////////////////////////// */

.dir table {
	border-collapse: colapse;
}

.dir th {
	width: auto;
	height: auto;
	background-color: #009;
	border-bottom: 5px solid #090;
	text-align: left;
	color: #fff;
}

.dir td {
	padding: 5px; 
	/*border-left: 1px solid #009;
	border-right: 2px solid #009;
	border-bottom: 2px solid #009; */
	background: #fff;
	width: auto;
}

/* for list items ul/ol/dl in dir class tables */
.dir-content li {
	list-style-image: url('images/stylegraphics/checkwhite.gif');
}

/* //////////////////////////////////////////////////////////
	TABLES *WITHIN* td-format with rounded corners
	e.g. member tables / partner / board / founders
//////////////////////////////////////////////////////////// */

.table-tl { border-collapse: collapse;
			padding: 0;
			
}
.table-tr { border-collapse: collapse;
			padding: 0;
}

/* for td board & other tables with logos */
.tabular {
	border-bottom: 1px solid #ccc;
	padding: 15px 5px; 
}

/* for td without logos */
.tabular2 {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px; 
}

/* for td rightmost column tables without logos */
.tabular3 {
	border-bottom: 1px solid #ccc; 
	padding: 5px 10px; 
}		
/* bottom row td without logos */
.tabular-b {
	border-right: 1px solid #ccc;
	padding: 0px 10px;
	padding-top: 5px;
}

/* bottom row td without logos righthandmost td */
.tabular-b2 {
	border-right: 0px none;
	padding-top: 5px; padding-left:10px; padding-right:10px; padding-bottom:0px
}



/*////////// tables WITHIN td-format end ////////////////*/
 
/* /////////////////////////////////////////////////////
	Images 
/////////////////////////////////////////////////////// */
img  {
    border: none;
}

/* make text wrap around images */

.wrap {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.wrapleft {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
}

/* ///////////////////////////////////////////////////////
	Images END
//////////////////////////////////////////////////////// */

/*  /////////////////////////////////////////////////////////
	 Main Content on each page
/////////////////////////////////////////////////////////// */

#td-format {
	margin: margin: 0 10px;
	padding: 0 20px 20px 10px;
	width:600px;
}

#td-format2 {
	margin: margin: 0 10px;
	padding: 0 20px 20px 10px;
	width:600px;
}

#td-format  a:link {
	font-style: normal; 
	font-family:Arial, sans-serif; 
	color: #00f;
	text-decoration: none;
	}

#td-format a:hover {
	font-weight: bold;
	color: #00f;
}

#td-format a:visited {
	color: #009;
	text-decoration: none;
}
	
/* ////////////////////////////////////////////////////////////
	Most if not all UNORDERED LISTS are in the content class
///////////////////////////////////////////////////////////// */

ul {
	display: block;
	text-align:left; 
	margin-left: 20px;
	list-style-image: url('images/stylegraphics/checkwhite.gif');
	padding: 0 20px 5px 10px;
}

.contentgrey li {
	display: block;
	text-align:left; 
	margin-left: 20px;
	list-style-image: url('images/stylegraphics/checkgrey.gif');
	padding: 0 20px 5px 10px;
}



/* ////////////////////////////////////////////////////////////
	Content UONORDERED LISTS ENDS
/////////////////////////////////////////////////////////// */	

/* ////////////////////////////////////////////////////////////
	TABLES on the MEMBER Index pages and Member Profile Pages
////////////////////////////////////////////////////////////// */

#members {
	font-size: 1em; 
	font-weight: normal;
	font-family:Arial, sans-serif;
}

#members th {
	background-color: #009;
	border-bottom: 5px solid #090;
	text-align: left;
	color: #fff;
	font-size: 1em;
}

#members td {
	border-bottom:2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 7px;
}

/* changed for 800x600 resolutions => member, partner, board, rail, links pages
	and indexes on news, events, links, downloads etc. pages */
.members-small th {
	background-color: #009;
	border-bottom: 5px solid #090;
	text-align: left;
	color: #fff;
	font-size: 0.9em;
}

.members-small td {
	font-size: 0.9em;
	border-bottom:2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 3px;
}

/* for news 600x800px resolutions to fit & not look funny in bigger resolutions */

.news th {
	background-color: #009;
	border-bottom: 5px solid #090;
	text-align: left;
	color: #fff;
	font-size: 0.9em;
}

.news td {
	font-size: 0.8em;
	border-bottom:2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 3px;
}
	

.tableonwhite td {
	border-bottom:2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.tableonwhite th {
    padding: 4px;
	background-color: #009;
	border-bottom: 5px solid #090;
	color: #fff;
}

#make-roads{
	width: 200px;
	height: 138px;
	top: 222px;
	left: 719px;
	position: absolute;
}

#high-focus-page{
	width: 373px;
	height: 20px;
	top: 285px;
	left: 290px;
	position: absolute;
}

#marquee{
	width: 500px;
	height: 20px;
	top: 285px;
	left: 200px;
	position: absolute;
}

#iframe{
	left: 2px;
	position:absolute;
}

/* ///////////////////////////////
	searchbox 
//////////////////////*/
.boxy {
	margin-left: 0px;
	height: 100px;
	background: url(images/stylegraphics/sidebox.gif) top left no-repeat;
	padding: 10px;
}

.noclass ul , .noclass li {
	list-style-type: square;
}

/* searchbox ends */



/* END */
