﻿/*
	Blue:		#336699
	Gray:		#808080
	Silver:		#C0C0C0
	Gainsboro:	#DCDCDC
	ButtonFace:	#F0F0F0
*/

* {font-family: 'Segoe UI', Arial, Verdana, sans-serif;}

html, body, #aspnetForm {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}
body {font-size: 10pt;}

table { 
	border-spacing: 0;
	border-collapse: collapse;
}
span {white-space: nowrap;}

h1, h2, h3, h4, h5, h6 {margin: 0;}
A:link, A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
A:active {text-decoration: none;}

a img {border: none} /* do not put borders around linked images */
fieldset {border: solid 1px #C0C0C0; padding: 10px; border-radius: 5px;}
fieldset legend {color: #336699; font-weight: bold;}
hr {}
b {color: #336699;}

.left {border: 0; width: 45%; float: left; text-align: left; padding: 0 0 0 15px;}
.right {border: 0; width: 45%; float: right; text-align: right; padding: 0 15px 0 0;}
.clear {clear: both}
.nobr {white-space: nowrap}

.crudButton {width: 75px;}

.titleScreen {
	position: relative;
	width: 60%;
	height: 20%;
	margin: auto;
	text-align: center;
	color: LightGray;
	top: 200px;
}

.productPanel {width: 300px; height: 150px; float: left; margin: 2px; border: Dashed 1px #BCBCBC;}
.productPanel TABLE.productInfo {border: none; border-collapse: collapse; margin: 5px;}
.productPanel TABLE.productInfo TH {font-size: 0.8em; text-align:left;}
.productPanel TABLE.productInfo TD {font-size: 0.8em; padding: 0 3px 0 3px;}

.customerPanel {width: 251px; height: 167px; margin: 15px; background: white url("Images/CustomerPanelBack.png"); float: left; font-size: 8pt;}
.customerPanel .title {position: relative; top: 0; left: 0; line-height: 16px; vertical-align: middle; padding-left: 5px; font-weight: bold;}
.customerPanel address {position: relative; top: 30px; left: 50px; width: 175px; font-size: 10pt; float: left;}
.customerPanel A:link {color: Black}

.creditCardPanel {font-size: 8pt; float: left; border: dashed 1px GRAY; padding: 5px; margin: 5px}
.creditCardPanel INPUT, .creditCardPanel SELECT, .creditCardPanel TEXTAREA {font-size: 8pt}

TABLE.orderEntry TH {font-weight: bold;}

#titleRow {height: 60px;}
#titleRow TD {padding-left: 15px;}
#mainMenu {background-color: #336699; height: 25px;}

#mainContent {padding: 1%; height: 100%; background-color: #F0F0F0; } /*note: "height" is required for pre-IE7*/
#footer {color: White; background-color: #336699; height: 25px; font-size: smaller}
#footer A:link, #footer A:visited {color: White;}

TABLE.similarItems {border: Solid 1px #336699; border-collapse: collapse;}
TABLE.similarItems CAPTION {text-align: left; color: #336699}
TABLE.similarItems TD {padding: 10px; font-size: smaller; border-bottom: Dashed 1px #336699;}
TABLE.similarItems TR.selectedRow {background-color: #DCDCDC}
TABLE.similarItems TR.selectedRow IMG {background-color: White; padding: 5px; border: Solid 1px #BCBCBC !important;} /* Override ASP.NET's default inline style for linked images */

/* classes and ID's used on only a few or even just one pages */
IMG.embeddedGoogleMap {border: solid 1px #919B9C !important;}
#customerDetails {width: 100%;}

.pseudoLink {cursor: pointer;}
.pseudoLink:hover {text-decoration: underline;}

.globalSearch {color: #336699;font-weight: bold;}
.globalSearch, .globalSearch INPUT {font-size: 7pt;}

.sessionMessage {
	display: block; font-size: 1.2em;
    border: solid 2px #336699;
    padding: 8px; margin: 10px; text-align: center;
    /*color: #336699;*/
    color: Black;
    background-color: #DCDCDC;
}

.helpMessage {
    border: dashed 1px #808080;
    padding: 15px;
    font: 7pt Verdana;
    background-color: #DCDCDC;
}

.rightAlign {text-align: right} /* Used for text boxes with currency amounts */

.creditCardReceipt {
	font-family: Courier New;
	float: left; width: 225px; height: 400px; border: dashed 1px silver;
	padding: 3px;
	margin: 5px;
}
.creditCardReceipt TABLE {width: 100%}


DIV.reportPanel {
	width: 350px;
	float: left;
	padding: 5px;
}

DIV.dropBox {
	width: 250px;
	float: right;
	border: Solid 1px #336699;
	background-color: #DCDCDC;
	color: Black;
	margin: 10px;
}
DIV.dropBox DIV.title {
	font-weight: bolder;
	background-color: #336699;
	color: White;
	padding: 5px;
}
DIV.dropBox DIV.body {
	padding: 10px;
}
DIV.dropBox P {
	MARGIN-TOP: 0px;
}

DIV.AspNet-FormView TABLE {}
DIV.AspNet-FormView TABLE TD,
DIV.AspNet-FormView TABLE TH {padding: 3px;}
DIV.AspNet-FormView TABLE TD:first-child {}
DIV.AspNet-FormView TABLE CAPTION {
	color: #336699;
	text-align: left;
	font-size: larger;
	font-weight: bold;
	border-bottom: solid 2px #336699;
	margin: 15px 0 5px;
}


/* See folderListing.aspx */
UL.moduleList {font-size: large; list-style: none; display: inline-block;}
UL.moduleList LI {white-space: nowrap; padding: 10px}
UL.moduleList LI A:link,
UL.moduleList LI A:visited,
UL.moduleList LI A:hover {color: Black; text-decoration: none;}
UL.moduleList LI:hover {background-color: #C0C0C0}


FIELDSET.offenceCodes INPUT[type="submit"]  {width: 40px}