@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
}

#content {
	margin: 10px 5px 20px 5px;
	min-width: 670px;
	width: auto!important;
	width:100%;	
	clear: both;
}


/* DIV FOR LEFT CONTENT WHEN MENU ON THE RIGHT */
.leftContent {
	padding: 5px;
	margin-right: 305px;
}

/* DIV FOR MAIN CONTENT WHEN NO MENU */
.mainContent {
	padding: 5px;
}

/* DIV FOR LEFT CONTENT WHEN MENU ON THE RIGHT */
.borderTop {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #378331;
}

.clearAll {
	clear: both;
}

/* DIV FOR PUTTING IN FLASH MOVIE BY A SIDE MENU */
#flash {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 430px;
}

/* GENERIC CLASSES FOR TABLES */
table {
	width: 100%;
}

.leftPane table {
	width: 0px;
}

td {
	vertical-align:top;
}

td.borderBottom {
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #0e317a;
}

.bigMargins {
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
}

.underlineDots {
	border-bottom: 1px #000000 dotted;
	min-height: 20px;
}

.threeQuarterWidth {
	width: 75%;
}

.halfWidth {
	width: 50%;
}

.thirdWidth {
	width: 33%;
}

.quarterWidth {
	width: 25%;
}

.fifthWidth {
	width: 20%;
}

.sixthWidth {
	width: 16%;
}

.tenthWidth {
	width: 10%;
}

.eightPercentWidth {
	width: 8%;
}

.fivePercentWidth {
	width: 5%;
}

.fifteenPercentWidth {
	width: 15%;
}

.twentyPercentWidth {
	width: 20%;
}

.fortyPercentWidth {
	width: 40%;
}

.eightyfivePercentWidth {
	width: 85%;
}

.floatLeft {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
}

.centerAlign {
	margin: 0px auto 0px auto;
}

.clearBoth {
	clear: both;
}

.marginTopTwenty {
	margin-top: 20px;
}

.marginBottomTwenty {
	margin-bottom: 20px;
}

.loginBoxHeader {
	background: #555555 url(../images/sideMenu_header.gif) repeat-x bottom left;
	color: #FFFFFF;
	padding: 10px 32px 0px 12px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: middle;
	width: 50%;
	margin: 0px auto 0px auto;
}

.loginBox {
	border: 2px solid #4a4a4a;
	background-color: #DDDDDD;
	border-top: 0px;
	padding: 20px;
	width: 50%;
	margin: 0px auto 0px auto;
}

.linksBox {
	border: 2px solid #aa0000;
	padding: 20px;
	width: 40%;
	margin: 10px 0px 0px 0px;
	float: right;
}

.linksBox img {
	border: 0px;
	padding: 5px;
}

.flashWarning img {
	border: 0px;
	display: block;
	margin: 0px auto;
}

.sdmsCodesBox {
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #999999;
	width: 95%;
	margin: 20px auto 20px auto;
	height: 160px;
}

/**************************************/
/* RESOURCES EXPLORER STYLE INTERFACE */
/**************************************/
.leftPane {
	text-align: left;
	width: 30%;
	float: left;
	border: 1px solid #999999;
	overflow: auto;
	padding: 8px 8px 8px 8px;
	
	/*height: 414px;*/
	position: absolute;
	left: 2%;
	bottom: 15px;
	top: 100px;
}

.rightPane {
	width: 60%;
	float: right;
	border: 1px solid #999999;
	overflow: auto;

	/*height: 430px;*/
	position: absolute;
	right: 2%;
	bottom: 15px;
	top: 100px;
	
}

.adnoddauHead {
	padding: 3px 5px 3px 5px;
	background-color: #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom:1px solid #999999;
}

.adnoddauRow {
	padding: 4px;
}

.fileTypeIcon {
	vertical-align:text-top;
	margin-right: 5px;
	border: 0;
}

/******************/
/* CATALOGUE PAGE */
/******************/
.clearLeft {
	clear: left;
	padding-top: 5px;
}

.leftFloater {
	float: left;
}

.rightFloater {
	float: right;
}

.searchBox {
	margin-right: 2.5px;
}

.basketBox {
	margin-left: 2.5px;
}

.searchText {
	margin-top: 7px;
}

.basketInfo {
	padding-left: 10px;
	padding-top: 10px;
}

.catTopBar ul {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	float: right;
}
.catTopBar ul li {
 	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	display:block;
	height: 26px;
	list-style-type:none;
 }
 
.catTopBar ul li a {
	padding: 5px 7px 0px 7px;
	display:block;
	height: 20px;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	text-decoration:none;
	background: #555555 url(../images/sideMenuBG_Over.gif) repeat-x;
 }
 
.catTopBar ul li a:hover {
 	color: #FFFFFF;
	text-decoration:none;
	background: #555555 url(../images/sideMenuBG.gif) repeat-x bottom left;
} 

.catTopBar {
	background: #555555 url(../images/sideMenu_header.gif) repeat-x bottom left;	
	display: block;
	height: 35px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-size: 1.1em;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

td.blueHeader {
	background: #12327a url(../images/sideMenuBG.gif) top left;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 10px 0px 10px;
	height: 25px;
	text-decoration: none;
	margin-bottom: 2px;
}

td.blueHeader a {
	color: #FFFFFF;
	padding-top: 4px;
	display: block;
}

td.blueHeader span {
	color: #FFFFFF;
	padding-top: 4px;
	display: block;
}

td.blueHeader a:hover {
	color: #FFFFFF;
}

td.catCells {
	padding: 4px 0;
	height: 17px;
	text-decoration: none;
	margin-bottom: 2px;
	background-color: #DDDDDD;
}

.catCells span {
	margin-left: 10px;
	display: inline-block;
}

.catCells a {
	color: #333333;
	margin-left: 10px;
}

.catCells a:hover {
	color: #333333;
}

.catCells img {
	border: 0px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

.quantityBox {
	margin-left: 10px;
	text-align: right;
}

.archebuBox {
	margin-left: 10px;
}


div.pagesLink {
	clear: left;
	display:inline-block;
	margin: 5px 5px 5px 5px;
}

ul.rollOverBtn {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 }
 
ul.rollOverBtn li {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	display:block;
	list-style-type:none;
	width:auto;
	float: left;
 }
 
ul.rollOverBtn li a{
	display:block;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	text-decoration:none;
	text-align: left;
	padding:5px 5px 5px 5px;
	background: #12327a url(../images/sideMenuBG.gif) repeat-x bottom left;
}

ul.rollOverBtn li a:hover{
	color:#FFFFFF;
	background: #378331 url(../images/sideMenuBG_Over.gif) repeat-x bottom left;
}

/*************/
/* NEWS PAGE */
/*************/

.newsHeader {
	display: block;
	height: 25px;
	background: #555555 url(../images/sideMenu_header.gif) repeat-x bottom left;
	margin-bottom: 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
}

.newsItemTitle a{
	background: #12327a url(../images/sideMenuBG.gif) repeat-x bottom left;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	display: block;
	width: auto;
	padding: 4px 10px 4px 10px;
	height: 17px;
	text-decoration: none;
}

.newsItemTitle a:hover{
	background: #67CD2D url(../images/sideMenuBG_Over.gif) repeat-x bottom left;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	height: 17px;	
}

.newsItemContent {
	border: solid 2px #394d8b;
	background-color: #d4defc;
	padding: 10px;
	border-top: 0px;
}

.newsItem {
	margin-bottom: 4px;
}

/* admin pages */

td.adminCells {
	padding: 4px 3px 2px 3px;
	height: 17px;
	text-decoration: none;
	margin-bottom: 2px;
	background-color: #DDDDDD;
}

td.lightboxCell {
	padding-top: 10px;
	padding-bottom: 10px;
}

img.lightboxPic {
	display: block;
	margin: 0px auto 0px auto;
	border: 0px;
}


