/* body and table cells settings */
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* links settings for the content window (not the Panel nor the end of page Navigation */
a:link {
	color: #3399CC;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #3399CC;
	text-decoration: underline;
}

/* main table layout */
#maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

/* outer frame for top images */
.frmimgo {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
/* inner frame for top images */
.frmimgi {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* outer frame for homepage top image */
.frmimgmaino {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5B86B1;
	border-left-color: #5B86B1;
	vertical-align: top;
}

/* right panel projects title NOT USED cos title is now an image */
.panelprojtit {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 8px;
	padding-left: 6px;
	white-space: nowrap;
	letter-spacing: 1px;
	padding-right: 3px;
	text-align: center;
	text-transform: uppercase;
}
/* right panel projects items or listing */
.panelprojitem {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	padding-left: 8px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 10px;
}

/* adding the bullet for small size titles */
.titsubs {
	background-image: url(../_res/bullet_s.gif);
	background-repeat: no-repeat;
}
/* adding the bullet for medium size titles */
.titsubm {
	background-image: url(../_res/bullet_m.gif);
	background-repeat: no-repeat;
}

/* right panel main settings */
.panel {
	background-color: #7188A2;
}
	/* panels links behavior settings */
#panel a {
	color: #FFFFFF;
}
#panel a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#panel a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#panel a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#panel a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	/* panels feature and publications settings */
.panelfeat {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 15px;
}

/* control the main table containing all the content execpt the right panel */
.cntmain {
}
/* content text for any paragraph below the menu BUT NOT THE PANEL */
.cnt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	vertical-align: top;
	margin-right: 15px;
}

/* images on the left side on the content page giving that images have 200px width */
.img1 {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

/* for images side by side */
.imgstrip {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 0px;
}
/* captions settings for the above images */
.img1cap {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
}

/* floating image controller - NOTE images must be put in a DIV tag and the style applied to this DIV */
.floatright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	text-align: right;
	float: right;
	margin: -5px -15px 8px 8px;
	display: inline;
}
.floatleft { 
	float: left;
	margin: 0px 5px 5px 0px; 
	padding: 0px 5px 5px 0px; 
}
.floatboth {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px 5px 0px;
	clear: both;
}
	/* the DIV name to add the gray border automatically */
#topfloatimg {
}
#topfloatimg img {
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #999;
	border-bottom-color: #999;
}
.imgadj {
	margin: 15px 0px;
	display: inline;
}
/* the ending row with contact details settings */
.details {
	background-color: #369;
}

/* the very last row with links */
	/* TD tag controller */
.closingnavout {
	background-color: #3399CC;
	line-height: 20px;
}
	/* TABLE tag controller (inside the TD) */
#closingnavtb {
}
#closingnavtb a {
	color: #FFFFFF;
}
#closingnavtb a:link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#closingnavtb a:hover a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.closingnavin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3399CC;
	line-height: 20px;
}

/* options at the end of project page */
#projpdf {
	vertical-align: top;
	margin: 10px;
	padding: 0px;
}
#projpdf li {
	list-style: none;
	height: 40px;
	padding-left: 25px;
	background-image: url(../_res/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
