/* AITG | Advance IT Group Limited | KAL | 2010 */

body {
	width: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 10px auto;
	width: 990px;
}

#header {
	padding-top: 15px;
	padding-bottom: 30px;
	height: 73px;
}
#headerlogo {
	float: left;
}
#headertag {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #778599;
	width: 320px;
	font-weight: lighter;
	margin-top: 20px;
}
#headercontact {
	float: right;
	font-size: 18px;
	line-height: 26px;
}
#headernav {
	margin-top: 3px;
}

#headernav ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#headernav ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
#headernav ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 1px 1px 0px 0px;
	float: left;
	white-space: nowrap;
	width: 122px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bg_top_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#headernav ul li a:hover, #headernav ul li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg_top_button.gif);
	background-repeat: no-repeat;
	background-position: -122px 0px;
}

#headernav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg_top_button.gif);
	background-repeat: no-repeat;
	background-position: -122px 0px;
}

#content {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contentright {
	margin-left: 260px;
}

#contentleft {
	width: 240px;
	float: left;
}

#contentleftindex {
	margin-top: -10px;
}
/*
#contentrightindex {
	margin-left: 500px;
	height: 280px;
}
*/

#contentrightindex p {
	text-align: justify;
	line-height: 18px;
}

#wrapperfooter {
	min-width: 1000px;
	color: #666666;
	height: 100px;
	padding: 0px;
	background-image: url(../images/bg_footerwrapper.jpg);
	background-repeat: repeat-x;
}

#footer {
	padding-top: 10px;
	margin: 10px auto;
	width: 990px;
}

#footer p {
	line-height: 10px;
}


#footernav {
}

#footernav ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#footernav ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
#footernav ul li a {
	color: #F2F3F5;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #800000;
	margin: 1px 1px 0px 0px;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	width: 78px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

#footernav ul li a:hover {
	background-color: #0E3872;
	color: #FFFFFF;
	text-decoration: none;
}

.leftpanel {
	/*background-color: #F9F9F9;*/
	margin: 0px 0px 20px;
	border-bottom: 5px solid #92BBE4;
	background-image: url(../images/bg_leftpanel.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
}
.leftpanel h1 {
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #92BBE4;
	background-image: url(../images/bg_leftpanel_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.leftpanel h1 a {
	color: #FFFFFF;
}

.leftpanel h1 a {
	color: #FFFFFF;
}

.leftpanel p {
	margin: 0px;
	padding: 5px;
}

.leftpanel ul {
	margin: 0px;
	padding: 0px;
}

.leftpanel ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

.leftpanel ul li a {
	padding: 8px;
	display: block;
}

.leftpanel ul li a:hover {
	background-color: #2D74BA;
	color: #FFFFFF;
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 20px;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #2D74BA;
	text-decoration: underline;
}

ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-weight: lighter;
	color: #2D74BA;
	border-bottom: 1px solid #92BBE4;
	font-size: 26px;
	margin: 0px 0px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	text-decoration: underline;
}

h5 {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1 span {
	float: right;
}


#contentright ul li {
	padding-top:5px;
}

#contentright hr {
	margin: 10px 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94A3BA;
}

.tableproductdata {
	width: 100%;
	background-color: #F4F4F4;
}
.tableproductdata th {
	font-size: 12px;
	text-align: left;
	color: #800000;
	background-color: #F4F4F4;
	padding: 4px;
}
.tableproductdata td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #E9E9E9;
}
.tableproductdata tr {
}

.standardquotelink {
	float: right;
	margin-top: -52px;
}

textarea:active, textarea:active, input:active, input:hover {
	background: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


textarea, select, input {
	border: 1px solid #E4E4E4;
	padding: 5px;
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	font-size: 12px;
}

.button {
	width: auto;
	font-size: 12px;
	cursor: pointer;
	background-image: url(../images/bg_top_button.gif);
	background-repeat: no-repeat;
	background-position: -5px -5px;
}


.imgright {
	padding: 2px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #92BBE4;
	background-color: #F4F4F4;
	clear: right;
}

.imgleft {
	padding: 2px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #92BBE4;
	background-color: #F4F4F4;
	margin-right: 20px;
}

.clear {
	clear: both;
}

/* START - RSS Feed Style */
.rssWrapper {
	padding: 30px 36px 2px;
	margin-top: 10px;
	height: 25px;
	background-image: url(../images/bg_rsswrapper.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.rssSupplier {
	font-size: 12px;
	font-weight: bold;
	background-color: #F4F4F4;
	padding: 2px;
}
.rssTitle {
	font-size: 12px;
	font-style: italic;
	letter-spacing: -1px;
}
.JTickerTitle {
	margin-bottom: 5px;
}
.rssDescription {
	font-size: 11px;
	display: none;
}
/* END - RSS Feed Style */

/* START - Homepage Slideshow Style */
#slideshow {  
    width: 990px; 
    height: 320px;  
    padding: 0;  
    margin: 0;  
} 
 
#slideshow img {
	width: 990px;
	height: 320px;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* END - Homepage Slideshow Style */

/* START - Fieldsets Style */
fieldset{
	border: 2px dotted #E4E4E4;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
} 
 
legend {
	background-color: #E4E4E4;
	padding: 5px;
	background-image: url(../images/bg_body.jpg);
	background-position: 0px -180px;
	background-repeat: repeat-x;
}
/* END - Fieldsets */

.quote {
	font-size: 12px;
	font-style: italic;
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #778599;
}

.sectors {
	padding: 10px;
	background-color: #F7F8FA;
	border: 1px solid #9BA6B4;
	margin: 10px;
	overflow: auto;
}

/* START - Product Overview */
.OverviewWrapper {

	height: 337px;
	width: 990px;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #E4E4E4;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #E4E4E4;
	padding: 0px;
	margin-bottom: 30px;
} 
.OverviewText {
	float: left;
	width: 725px;
}

.OverviewPara {
	margin: 10px;
	font-size: 14px;
	padding: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #E4E4E4;
	background-color: #F4F4F4;
	vertical-align: middle;
}

.OverviewPara p {
	margin: 0px;
}

.OverviewText ul {
	margin: 0px 20px 0px 0px;
}

.OverviewText ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3832;
}

.OverviewImage {
	float: right;
	background-color: #E4E4E4;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.OverviewProducts {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2C72B7;
	width: 260px;
	float: right;
	background-color: #FFFFFF;
	height: 337px;
	margin: 0px;
	padding: 0px;
}

.OverviewProducts ul {
	margin: 0px;
	padding: 0px;
}

.OverviewProducts ul li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

.OverviewProductsTitle {
	padding: 2px;
	font-size: 14px;
	color: #72A7DC;
	background-color: #FFFFFF;
	font-weight: lighter;
	text-align: right;
	line-height: 22px;
}

.OverviewProducts ul li a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	background-image: url(../images/overview_panel_assets/bg_overview_product_lists.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.OverviewProducts ul li a:hover, .OverviewProducts ul li a.selected {
	color: #E4E4E4;
	text-decoration: none;
	background-position: -280px 0px;
}

.OverviewProducts ul li .top {
	padding-top: 10px;
	display: block;
	background-image: url(../images/overview_panel_assets/bg_overview_product_top.jpg);
	background-repeat: no-repeat;
	background-position: -20px 1px;
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.OverviewProducts ul li .top-selected {
	padding-top: 10px;
	display: block;
	background-image: url(../images/overview_panel_assets/bg_overview_product_top.jpg);
	background-repeat: no-repeat;
	background-position: -300px 1px;
	text-align: right;
	color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.OverviewProducts ul li .top:hover, .OverviewProducts ul li a.top-selected:hover {
	color: #E4E4E4;
	text-decoration: none;
	background-position: -300px 1px;
}


.OverviewProducts ul li .bottom {
	padding-top: 10px;
	display: block;
	background-image: url(../images/overview_panel_assets/bg_overview_product_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -20px -19px;
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.OverviewProducts ul li .bottom-selected {
	padding-top: 10px;
	display: block;
	background-image: url(../images/overview_panel_assets/bg_overview_product_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -300px -19px;
	text-align: right;
	color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.OverviewProducts ul li .bottom:hover, .OverviewProducts ul li a.bottom-selected:hover {
	color: #E4E4E4;
	text-decoration: none;
	background-position: -300px -19px;
}

.OverviewArrow {
	float: left;
	margin-top: -25px;
	margin-left: 220px;
}

.OverviewContentProperty {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_pams.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentPAMS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_rep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentTSP {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_tsp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentTSM {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_tsm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentACCESS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_access.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentFORMS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_forms.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentLINK2 {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_link2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentREPORTS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_reports.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentSOFTWARE {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_software.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentCRM {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_crm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentDATABASE {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_database.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentERP {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_erp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentBMS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_bms.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentTRAINING {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_training.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.OverviewContentTELEMATICS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_telematics.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.OverviewContentEXHIBITIONS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_ve.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentWEB {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_web.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentCDS {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_cds.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentENVIRO {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_enviro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.OverviewContentSALES {
	height: 337px;
	background-image: url(../images/overview_panel_assets/bg_overview_content_sales.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* END - Product Overview */

/* START - Right Panel for downloads and links */
.RightPanel {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 5px solid #E4E4E4;
	background-color: #F9F9F9;
	clear: right;
}
.RightPanel h1 {
	margin: 0px;
	padding: 6px 5px;
	font-size: 18px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #92BBE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.RightPanel p {
	margin: 0px;
	padding: 5px;
}

.RightPanel ul {
	margin: 0px;
	padding: 0px;
}

.RightPanel ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 2px;
	margin: 0px;
}

#contentright .RightPanel ul li {
	padding-top: 0px;
}

.RightPanel ul li a {
	padding: 8px 8px 8px 25px;
	display: block;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;
}

.RightPanel ul li a:hover {
	background-color: #E4E4E4;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;
}
/* END - Right Panel for downloads and links */

/* START - Footer Panel Links */
.FooterLinks {
	float: left;
	width: 190px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.FooterLinks h1 {
	margin: 0px 0px 5px;
	padding: 6px 5px;
	font-size: 18px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #92BBE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FooterLinks p {
	margin: 0px;
	padding: 5px;
}

.FooterLinks ul {
	margin: 0px;
	padding: 0px;
}

.FooterLinks ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.FooterLinks ul li a {
	font-size: 11px;
	padding: 8px 8px 8px 25px;
	display: block;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;
}

.FooterLinks ul li a:hover {
	background-color: #E4E4E4;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;
}

.FooterLinks ul li.OverviewProductsTitle {
	display: none;
}
/* END - Footer Panel Links */

/* START - Left and Right Information panels as used for the PAMS/Repairs Probs and Solutions */
.TwoPanelWrapper {
	margin-top: 20px;
}

.TwoPanelWrapper ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.TwoPanelLeft {
	float:left;
	height: 320px;
	width:470px;
	background-color:#F4F4F4;
	padding:5px;
	border: 5px solid #E4E4E4;
}
.TwoPanelRight {
	float:right;
	height: 320px;
	width:470px;
	background-color:#F4F4F4;
	padding:5px;
	border: 5px solid #E4E4E4;
}
/* END - Left and Right Information panels as used for the PAMS/Repairs Probs and Solutions */

.copyright {
	font-size: x-small;
	line-height: 10px;
	vertical-align: top;
}

.helplist li {
	background-image: url(../images/bullet_help.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
	margin-left: -20px;
	font-size: 12px;
	font-weight: bold;
}

.logmeinbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #CC0000;
	padding: 5px;
	text-align: center;
	width: auto;
}
.logmeinbox:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #CC0000;
	padding: 5px;
	text-align: center;
	width: auto;
}
.logmeinbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #669966;
	padding: 5px 10px;
	text-align: center;
	background-color: #336633;
	color: #FFFFFF;
	cursor: pointer;
	width: auto;
}
.logmeinbutton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #669966;
	padding: 5px 10px;
	background-color: #339933;
	color: #FFFFFF;
	cursor: pointer;
	width: auto;
}

/* START - LoneALERT Problems and Solutions Boxes */
.redbox {
	border: 1px solid #CC0000;
	background-color: #FFA6A6;
	padding: 5px;
	overflow: auto;
	margin-bottom: 5px;
	width: 435px;
	height: 157px;
}
.redboxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 18px;
	background-color: #FFD5D5;
}

.redboxlist {
	background-color: #FFDFDF;
	font-size: 12px;
	margin: 0px;
}
.redboxlist li {
	padding: 8px;
}	


.greenbox {
	border: 1px solid #336600;
	background-color: #C2D5A8;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
	width: 435px;
	height: 198px;
}
.greenboxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 18px;
	background-color: #D6E3C4;
}
.greenboxlist {
	background-color: #E6EEDB;
	font-size: 12px;
	margin: 0px;
}
.greenboxlist li {
	list-style-type: disc;
	padding: 8px;
}
/* END - LoneALERT Problems and Solutions Boxes */

/* START - LoneALERT Pricing Tables */
.tablepricing {
	background-color: #D5E4F4;
	border: 1px solid #778599;
	width: 350px;
	margin: 0px 0px 10px;
}
.tablepricing th {
	background-color: #2E75BC;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
.tablepricing td {
	padding: 5px;
	background-color: #CDDEF1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E75BC;
	font-weight: bold;
}
.tablepricing tr {
}
/* END - LoneALERT Pricing Tables */

/* START - Table for PAMS Modules */
.tablemoduleswrapper {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.tablemoduleswrapper h1 {
	font-size: 16px;
	font-weight: bold;
}

.tablemodules {
	width: 100%;
}
.tablemodules th {
	background-color: #F4F4F4;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
	width: 22%;
	vertical-align: top;
}
.tablemodules th a {
}
.tablemodules th a:hover {
	text-decoration: none;
}
.tablemodules td {
	padding: 5px;
	background-color: #E4E4E4;
	text-align: left;
	vertical-align: top;
}
.tablemodules tr {
}
/* END - Table for PAMS Modules */

/* START - Image Panels */
.PanelCatalogueWrapper {
	margin-bottom:30px;
	margin-top:10px;
}
.PanelCatalogueWrapper img {
	margin-left:15px;
	margin-bottom:20px;
}
.PanelLogoWrapper {
	margin-bottom:30px;
	margin-top:10px;
	clear:right;
}
.PanelLogoWrapper img {
	margin-left:12px;
	margin-bottom:15px;
}
.PanelAboutWrapper {
	padding-top:10px;
	padding-bottom:50px;
	clear:right;
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#F4F4F4;
	margin-top:20px;
}
.PanelAboutWrapper img {
	margin-left:15px;
	margin-bottom:20px;
}
/* END - Accreditations Panels  */

#PageWinkerPrint {
	display: none;
}

div.flash {border: 1px solid red; text-align: center; padding: 1em; margin: 1em;}

.form-errors {color: red;}
.form-errors p {margin: 0; padding: 0 0 0 20px;}
tr.error input, tr.error select, tr.error label {border: 1px solid red;}


/* START - Lone Alert Country List  */
.la_country_wrapper {
	height:225px;
}
.la_country_map {
	float:left;
	width:445px;
	height:225px;
}
.la_country_list_wrapper {
	float:right;
	width:260px;
	margin-left:20px;
	margin-top:10px;
}
.la_country_list_wrapper ul.left, .la_country_list_wrapper ul.right {
	width:90px;
	margin:-10px 0px 0px;
}
.la_country_list_wrapper ul.left {
	float:left;
}
.la_country_list_wrapper ul.right {
	float:right;
}
.la_country_list_wrapper li {
	font-size:11px;
	padding: 0px;
}
/* END - Lone Alert Country List  */
