﻿html { overflow: -moz-scrollbars-vertical; }
body 
{    
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #c4d5e9;
	margin: 0;
	padding: 0;
	height: 100%;
	background-position: center;
}
ul,li,div
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a
{
	/*color: #0C6BA8;*/
	color: #3F647F;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
ul li
{
	list-style-type: none;
}
ul.bulletlist li
{
	list-style-type: disc;
}

#outerContainer
{
	width: 1000px;
	margin: 0 auto;
}

#topNavContainer
{
	clear: both;
	height: 32px;
	background-image: url(../images/topNavBg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border: solid 1px #fff;
	border-top-color: #bbbaba;
	border-bottom-color: #908f8f;
}
.topNav
{
	height: 32px;
	font-size: 10px;
}
.IndexAlphaBar
{
	text-indent:4px;	
}


ul.topNav li
{    
	display: block;
	float: left;
	padding: 0 18px 0 15px;
	background-image: url(../images/topNavSep.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
ul.topNav a
{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
	float: left;
}
#contentSection
{
	display: inline-block;
	background-color: #fff;
	color: #333;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 1px 0 0 1px;
	margin: 0;
}
#contentSection
{
    display: block;
}
.pageContentTitle
{
	height: 175px;
	color: #fff;
	background-image: url(/templates/default/images/tradeShowEvents.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
}
.pageContentTitle div
{
	width: 477px;
	height: 175px;
	border-right: solid 1px #fff;
}
.pageContentTitle span
{
	display: block;
	background-color: #5b829e;
	padding: 0 0 0 19px;
	line-height: 115px;
	font-size: 24px;
	font-weight: 500;
	border-bottom: solid 1px #fff;
}

input.textBox, textarea, select
{
	border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
}
input:focus.textBox, textarea:focus, select:focus
{
	background-color: #ffe;
	border-color: #222 #aaa #aaa #222;
}
input.inputError
{
	background-color: #fee;
	border-color: #f44 !important;
}
a.linkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBg.gif);
	color: #fff;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #223;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
}
a.linkButton:hover
{
	border: solid 1px #000;
	background-position: 0 32px;
}
a.disabledLinkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBgGray.gif);
	color: #fff;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #778;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
}
a.disabledLinkButton:hover
{
	text-decoration: none;
}

a.smallLinkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBg.gif);
	color: #fff !important;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #223;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
}
a.smallLinkButton:hover
{
	border: solid 1px #000;
	background-position: 0 32px;
}

.homePageContent
{
    font-size: 110%;
}

.homePageLoginBox
{
  color: #fff;
  font-weight: bold;
}

a.homePageLoginLinks
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.homePageLoginLinks:hover
{
	text-decoration: underline;
}
.errorList 
{
    background-color:#fcfcfc;
	border: double 3px #f00;
	padding: 10px;
	font-weight: bold;
	color: #f00;
	margin: 3px;
}
.errorList ul { list-style-type: none; }
.validationSummary ul { list-style-type: disc; padding-left: 15px !important; }
.validationSummary ul li { list-style-type: disc; }

.messageList
{
	border: double 3px #000;
	background-color: #FFFFCC;
	padding: 10px;
	margin: 3px;
	font-weight: bolder;
	font-size:13px;
}
.messageList ul { list-style-type: none; }

.clearBoth { clear: both; }

/* -- Data Editor -- */
.dataEditor { padding-top: 5px; }
.dataEditor input { width: 200px; }
.dataEditor td { padding: 10px 0 0; }
.dataEditor tr.noteRow td {
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 1px 0;
}
.dataEditor .staticData { font-size: 1.1em; }
.dataEditor label {
	color: #3b3b3b;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 19px;
	text-align: right;
	margin-right: 5px;
	width: 300px;
}

h1 { width: 99%; color: #000000; font-size: 20px; font-family:Arial; margin-top: 10px; margin-left: 10px; text-decoration: underline; }
h3 { display: inline; float: left; background-image: url(../images/blueBarBig.jpg); background-repeat: no-repeat; height: 29px; width: 1000px; color: #ffffff; padding: 4px 0px 0px 15px; font-size: 18px; }

.bigText
{
    font-family: Arial; 
    font-size: 19px;
    color: #000000;    
}

.boldText
{
    font-family: Arial; 
    font-size: 15px;
    color: #000000;    
}

.boldTextBlue
{
    font-family: Arial; 
    font-size: 15px;
    color: #254061;    
}

p
{
    font-family: Arial; 
    font-size: 15px;
    color: #000000;    
}

.curve
{
    clear: both;
    background-image: url(../images/curve.jpg);
    background-repeat: no-repeat;
    height: 49px;
	width: 625px;
    margin-bottom:inherit;
	color: #ffffff; 
}

#contentFrame
{
	margin: 0 auto;
	border-top: 4px solid #c4d5e9;
	width: 100%;
}



.regContent
{
    padding: 0 15px 0 15px;
    margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color:#000000;
	background-position:center;
}

.regContent li
{
	list-style-position: inside;
	list-style-type: square;
}

#pageContainer 
{
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
}

#header
{
    background-image: url(../images/PMMI-headerbg.jpg);
    background-repeat: no-repeat;
	height: 180px;
	width: 1000px;
	color: #fdf0d0;
	text-align:left;
	
}

#header a
{
    font-family:Arial;
    font-size:small; 
    color:white;
    font-weight: normal; 
}

#header a:hover
{
    text-decoration: underline;
}
    

#navigation
{
	height: 29px;
	width: 994px;
	background-color: #4f81bd;
	margin: 0 auto;
	border: 3px solid #375b87;
}



#navList
{
	text-decoration: none;
	font: Arial;
	font-size: 11px;
	color: #fff;
}

#navList a
{
	text-decoration: none;
	font: Arial;
	font-variant:small-caps;
	font-size: 14px;
	font-weight:bold;
	color: #f0f0f0;
	margin: 0 auto;
}

#navList a:hover
{
	text-decoration: none;
	font: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #ffc400;
	margin: 0 auto;
}



#navList li
{
    display:block;
    float:left;
    height: 24px;
    padding: 6px 25px 0 25px;
    text-align: center;
    float: left;
    font-size: 12px;
	font-weight:bold;
	color: #fff;
}


#footerContainer
{
    display:inline;
    float: left;
	width: 997px;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/footer-repeat.jpg);
    background-color: #4f81bd;
    border-bottom: 3px solid #385d8a;
}

ul.footerNav
{
	height: 20px;
	margin: 2px auto;
	color: #ffffff;
	text-align: center;
}
#footerNav li
{
	display: inline;
	color: #ffffff;
	padding: 4px 100px;
}

#footerNav li a
{
	display: inline;
	color: #ffffff;
	padding: 4px;
}

#footerNav a
{
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
#footerNav a:hover
{	text-decoration: none;
	color: #ffc400;
}

#logo
{
    display: inline;
	float: left;
	width: 275px;
	height: 180px;
	padding-right: 140px;
}

#login
{
	/*height: auto !important;*/
	width: 500px;
	height: 250px;
	padding: 15px;
	font-family: Arial;
	font-size: 13px;
	color:#254061;
	  
}

#login label
{
	width: 60px;
	display: inline;
	text-align: right;
	margin: 11px 4px 0 0;
	font-size: 11px;
}

#login input
{
	width: 110px;
	border: solid 1px #000;
	margin-top: 8px;	
}



#LoginLinks
{
    display: inline;
    float: left;
    width: 90px;
	padding-left: 5px;
	color: red;
	margin-top: 6px;
}


#LoginLinks a
{
	font-size: 10px;
	color: #0e3570;
}

#LoginBTN
{
    
    margin-left: 5px;
	margin-top: 8px;
	display: inline;
    float: left;
}

.error
{
	color: red;
	width: 225px;
	height: 15px;
	display:block;
	float:right;
	text-align:right;
	margin-right: 5px;
}

#notifyMePage { color: #254061; font-size: 1.1em; }
#notifyMePage h1 { color: #254061; margin: 3px 0; text-decoration: none; }
#notifyMePage p { padding: 3px; margin: 0 0 15px 0; }
#notifyMePage fieldset { margin-left: 30px; padding: 5px 15px; border: solid 2px #254061; width: 275px; }
#notifyMePage label { width: 50px; display: block; font-weight: bold; text-align: right; }
#notifyMePage input { width: 200px; }
#notifyMePage a { margin: 5px 105px 0; }
