/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 14px Arial, Helvetica, Verdana, sans-serif;
	line-height: 150%;
	color: #808080;
}

button,
input,
textarea,
select {
	font: normal 14px/150% Arial, Helvetica, Verdana, sans-serif;
}

td, th {
	vertical-align: top;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
}
h1 {
	margin-top: 20px;
	font-size: 20px;
}
h2
{
	margin-top: 18px;
	font-size: 18px;
}
h3 {
	margin-top: 17px;
	font-size: 17px;
}

h4 {
	margin-top: 16px;
	font-size: 16px;
}
h5 {
	margin-top: 15px;
	font-size: 15px;
}
h6 {
	margin-top: 14px;
	font-size: 14px;
}

p {
	margin: 14px 0 0 0;
	text-align: justify;
}

ul>li {
	list-style-image: url(../../UserFiles/Image/Frame/Li.gif);
}

ul ul>li {
	list-style-type: url(../../UserFiles/Image/Frame/LiLi.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #00324d;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 90%;
	height: 3px;
	color: #c5c6ca;
	text-align:center;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color:Blue;
}

.WarningMessage {
	color:Maroon;
}

.ErrorMessage {
	color:Red;
}





.ListOddDetailRow td {
	background-color: #f6f5f6;
}

.ListEvenDetailRow td {
	background-color: #fff;
}





.CalendarCell {
	background-color: #ffffff;
}

.Day .CalendarCell .Items,
.Week .CalendarCell .Items {
	min-height: 400px;
}

.Month .CalendarCell .Items {
	min-height: 90px;
}

.CalendarCell.Today
{
	background-color: rgb(255,255,204);
}

.CalendarCell .Date {
	background-color: rgb(232,238,247);
}

.CalendarCell.PreviousMonth .Date,
.CalendarCell.NextMonth .Date
{
	background-color: rgb(238,238,238);
}

.CalendarCell .Item {
	margin: 6px 0;
}

.CalendarCell .Time 
{
	font-size: 8px;
	color: Gray;
}

.Day .CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
}

.Week .CalendarCell .Time, 
.Month .CalendarCell .Time 
{
	display: block;
	width: 100%;
}

.CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
	font-size: 8px;
}




a.TextButton,
input.TextButton,
a.Method {
	border-color: #000;
	background-color: #fdb813;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #000;
}






/* Email Footer */

.EmailFooter {
}

.EmailFooter .EditMyDetails,
.EmailFooter .UnsubscribeMe 
{
	font-size: smaller;
	text-decoration: none;
}

.EmailFooter .Developer {
}






/*Skin specific styles */

#Container {
	text-align: center;
	background-color: #fff;
}

#Page {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

#Header {
	padding: 20px 0 15px 0;
}

#MainMenu {
	height: 28px;
	background-color: #f3f3f5;
}

#MainMenu .Line {
	display: none;
}

#MainMenu .Line hr {
	display: none;
}

#MainMenu .Item {
	float: left;
	display: block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #555;
	z-index: 2;
}

#MainMenu .Item:first-child {
	border-left: none;
}

#MainMenu .Item a {
	color: #555;
}

#MainMenu .Item:hover {
	background-color: #fcb913;
}

#MainMenu .Item a:hover {
	text-decoration: none;
}

#MainMenu .Item .Description {
	display: none;
}

#MainMenu .Item:hover .Description {
	display: block;
}

#MainMenu .Item .Image {
	display: none;
}

#MainMenu .Menu .Menu {
	top: 27px;
	padding: 0;
	border: solid 1px #fff;
	width: 200px;
	height: auto;
	background-color: #223343;
}

#MainMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #fff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}

#MainMenu .Menu .Menu .Item {
	float: none;
	border: none;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	line-height: auto;
	font-size: 12px;
	text-transform: none;
	color: #fff;
}

#MainMenu .Menu .Menu .Item a {
	color: #fff;
}

#MainMenu .Menu .Menu .Item:hover {
	background: none;
}

#MainMenu .Menu .Menu .Item a:hover {
	color: #fcb913;
}

#MainMenu .Menu .Menu .Item .Description {
	display: none;
	position: absolute;
	left: 200px;
	top: -1px;
	bottom: auto;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	font-weight: normal;
	color: #fff;
	background-color: #cd0102;
}

#MainMenu .Menu .Menu .Item:hover .Description {
	display: block;
}

#MainMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#MainMenu .Menu .Menu .Menu .Item .Description {
	display: none;
}

#MainMenu .Menu .Menu .Menu .Item:hover .Description {
	display: block;
}

.MainMenuImages {
	padding: 2px 0 2px 20px;
	background-color: #fff;
}

#Body {
	padding: 40px 0;
	min-height: 300px;
}

#BodyServices {
	padding: 40px 0 5px 0;
	min-height: 300px;
}

#Content *:first-child {
	margin-top: 0;
	padding-top: 0;
}

#Footer {
	clear: both;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: left;
	color: #d3d3d3;
}

#Footer a {
	color: #fff;
}

#Footer a:hover {
	text-decoration: none;
}

.FeatureBoxes {
	float: left;
	margin-left: 13px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
}

.FeatureBoxes span {
	float: right;
}

.FeatureBoxes:first-child {
	margin-left: 0;
	padding: 173px 10px 0 0;
	width: 171px;
	height: 25px;
	background-image: url(../Image/Templates/panel_1.jpg);
}

#Footer #Advertising {
	padding: 173px 10px 0 0;
	width: 171px;
	height: 25px;
	background-image: url(../Image/Templates/panel_2.jpg);
}

#Footer #Packaging {
	padding: 174px 10px 0 0;
	width: 171px;
	height: 24px;
	background-image: url(../Image/Templates/panel_3.jpg);
}

#Footer #PointOfSale {
	padding: 174px 10px 0 0;
	width: 172px;
	height: 24px;
	background-image: url(../Image/Templates/panel_4.jpg);
}

#Footer #Printing {
	padding: 173px 10px 0 0;
	width: 171px;
	height: 25px;
	background-image: url(../Image/Templates/panel_5.jpg);
}

#Footer #StationeryServices {
	padding: 8px 10px 8px 0;
	width: 170px;
	height: 16px;
	background-image: url(../Image/Templates/GREENPANEL.jpg);
}

#Footer #AdvertisingServices {
	padding: 8px 10px 8px 0;
	width: 171px;
	height: 16px;
	background-image: url(../Image/Templates/REDPANEL.jpg);
}

#Footer #PackagingServices {
	padding: 8px 10px 8px 0;
	width: 171px;
	height: 17px;
	background-image: url(../Image/Templates/PURPLEPANEL.jpg);
}

#Footer #PointOfSaleServices {
	padding: 8px 10px 8px 0;
	width: 172px;
	height: 17px;
	background-image: url(../Image/Templates/BLUEPANEL.jpg);
}

#Footer #PrintingServices {
	padding: 8px 10px 8px 0;
	width: 171px;
	height: 17px;
	background-image: url(../Image/Templates/YELLOWPANEL.jpg);
}

#FooterBottom {
	clear: both;
}

#BottomMenu {
	float: left;
	padding-top: 10px;
}

#BottomMenu .Item {
	float: left;
	padding: 0 5px;
}

#BottomMenu .Item a {
	color: #d3d3d3;
}

#BottomMenu .Item a:hover {
	color: #d3d3d3;
	text-decoration: none;
}

#Copyright {
	padding-top: 10px;
	text-align: right;
}

#Thumbnails p {
	margin: 0;
}

#Thumbnails img {
	cursor: pointer;
	padding-left: 
}



/* rotator in-page placement */

#rotator {
	position: relative;
	width: 480px;
	height: 480px;
}

/* rotator css */

#rotator div {
	float: left;
	position: absolute;
}

/* rotator image style */	

#rotator div.show {
	z-index: 1;
}
