﻿/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}

.arial{font-family: Arial, Helvetica, sans-serif;}
.verdana{font-family: Verdana, Arial, Helvetica, sans-serif;}
.tahoma{font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.seventeen {font-size: 17px;}
.eighteen {font-size: 18px;}
.nineteen {font-size: 19px;}
.twenty {font-size: 20px;}
.twentyone {font-size: 21px;}
.twentytwo {font-size: 22px;}
.twentythree {font-size: 23px;}
.twentyfour {font-size: 24px;}
.twentyfive {font-size: 25px;}

/* Font Colours */

.magenta {color: #C637B3;}
.purple {color: #644099;}
.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #676767;}
.lightgray {color: #CCCCCC;}
.red {color: #E70000;}
.orange {color: #FF6600;}
.yellow {color: #FFFF00;}
.green {color: #2D9C35;}
.sharp_blue {color: #0097DD;}
.blue {color: #277EC1;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.gray2orange {color: #6D6D6D; text-decoration: none;}
.gray2orange:hover {color: #FF6600;}


.white2yellow {color: #FFFFFF; text-decoration: none;}
.white2yellow:hover {color: #FFFF00;}

.red2black {text-decoration: none;color: #CC0000;}
.red2black:hover {text-decoration: none;color: #000000;}

.black2blue {text-decoration: none;color: #000000;}
.black2blue:hover {text-decoration: none;color: #0097DD;}

.blue2black {text-decoration: none;color: #0097DD;}
.blue2black:hover {text-decoration: none;color: #000000;}

.blue2black2 {text-decoration: underline;color: #0097DD;}
.blue2black2:hover {text-decoration: none;color: #000000;}

.gray2blue {text-decoration: none;color: #666666;}
.gray2blue:hover {text-decoration: none;color: #277EC1;}


.black2red {text-decoration: none;color: #000000;}
.black2red:hover {text-decoration: none;color: #CC0000;}

.black2white {text-decoration: none;color: #000000;}
.black2white:hover {text-decoration: none;color: #FFFFFF;}



.block {
	color: #E70000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	line-height: 14px;
	white-space: nowrap;
}
.block:hover {
	color: #FFFFFF;	background: #E70000;
}

/* Tabs */

.tab1a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab1a.gif);cursor: pointer;cursor: hand;}
.tab1b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab1b.gif);cursor: pointer;cursor: hand;}

.tab2a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab2a.gif);cursor: pointer;cursor: hand;}
.tab2b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab2b.gif);cursor: pointer;cursor: hand;}

.tab3a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab3a.gif);cursor: pointer;cursor: hand;}
.tab3b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab3b.gif);cursor: pointer;cursor: hand;}

.tab4a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab4a.gif);cursor: pointer;cursor: hand;}
.tab4b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab4b.gif);cursor: pointer;cursor: hand;}

.tab5a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab5a.gif);cursor: pointer;cursor: hand;}
.tab5b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab5b.gif);cursor: pointer;cursor: hand;}

.tab6a {font-size: 11px; font-weight: bold; color: #000000; background-image:url(images/tab6a.gif);cursor: pointer;cursor: hand;}
.tab6b {font-size: 11px; font-weight: bold; color: #FFFFFF; background-image:url(images/tab6b.gif);cursor: pointer;cursor: hand;}


.bg1{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

.bg2{
	background-repeat: no-repeat;
	background-position: center center;
}


.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.combo_box{
	width: 140px;
}



.cur{
cursor: pointer;cursor: hand;
}
.pan_bg {
	background-image: url(images/pan_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.border1{border: 1px solid #BDC8DE;}
