.selectorBracket
{
	z-index: 1; 
	position: absolute; 
	background-color: transparent; 
	visibility: hidden; 
	cursor: pointer;
	cursor: hand;
}

.callOutSeries {
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size: 11px;
	color: #990000;
}

.callOutSeries:hover {
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size: 11px;
	color: #990000;
}

.callOutData {
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size: 10px;
	color: #999999;
}

a.vehiclegrid
{ 
	font-family: Verdana, Arial; 
	font-size: 9px; 
	color: #666666; 
	font-weight: normal; 
	line-height: 12px;
	text-decoration: underline;
}

a.vehiclegrid:hover
{ 
	color: #990000; 
	text-decoration: underline;
}

a.vehiclegridFiltered
{ 
	font-family: Verdana, Arial; 
	font-size: 9px; 
	color: #cccccc; 
	font-weight: normal; 
	line-height: 12px;
	text-decoration: underline;
}

a.vehiclegridFiltered:hover
{ 
	color: #990000; 
	text-decoration: underline;
}

a.vehiclegridHighlight
{ 
	font-family: Verdana, Arial; 
	font-size: 9px; 
	color: #990000; 
	font-weight: normal; 
	line-height: 12px;
	text-decoration: underline;
}

a.vehiclegridHighlight:hover
{ 
	font-family: Verdana, Arial; 
	font-size: 9px; 
	color: #990000; 
	font-weight: normal; 
	line-height: 12px;
	text-decoration: underline;
}


.serieslanding8Upper
{
    font-size: small;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.serieslanding8
{
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

td.clickableOption a
{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}

#accyRefinementList
{
    font-size: smaller;
}

a.smlink
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	background-attachment: fixed;
}


/*Begin reskin*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}

.popups
{
    background-color: White;
}

table
{
    font-size: 12px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper
{
	margin: 0 auto;
	width: 914px;
	background-image: url(../Images/main_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#header
{
	position: relative;
	background-image: url(../Images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 66px;
	margin-left: 8px;
}

#pageHeader_imgLogoBAT, #pageHeader_imgLogoShopAt
{
	float: left;
	margin: 18px 0 0 25px;
	border: none;
}

#sitesNav
{
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	color: white;
	font-weight: bold;
}

#sitesNav li
{
	display: inline;
	background-image: url(../Images/sitesNavDivider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#sitesNav li a
{
	margin: 0 22px 0 0;
	color: white;
}

#sitesNav li a:hover
{
	text-decoration: underline;
}

#mainNav ul
{
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
	/*commented out due to IE not rendering <li> background images properly*/
	/*background-image: url(../Images/mainNav_bg.jpg);*/
	/*background-image: url(../Images/mainNavBG_withDividers.jpg);*/
	background-repeat: no-repeat;
	width: 898px;
	height: 42px;
	font-weight: bold;
}

#mainNav li
{
	display: inline;
	/*commented out due to IE not rendering <li> background images properly*/
	/*background-image: url(../Images/mainNavDivider.gif);*/
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 10px 0 10px 20px;
	line-height: 31px;
}

#mainNav li a
{
	margin: 0 26px 0 0;
	color: #585757;
	text-decoration: none;
	height: 31px;
}

#mainNav li a:hover
{
	color: red;
}

#pageHeader_imgEspanol
{
	border: none;
	position: absolute;
	top: 73px;
	right: 15px;
}

#contentBox
{
    margin: 2px 0 0 20px;
	zoom: 1;
	width: 894px;
}

#contentColumn
{
	float: left;
	width: 650px;
}

#vehicleCount
{
	font-size: 150%;
	background-image: url(../Images/default/states_se.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	margin-left: 12px;
	height: 95px;
	width: 550px;
}

#vehicleCount p
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#statesImage
{
	float: right;
}

#infoColumn
{
	float: right;
	width: 222px;
	margin-right: 8px;
}

.infoBox
{
	background-image: url(../Images/infoBox_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	padding: 8px 8px 10px 8px;
	font-size: 90%;
	margin: 10px 0 0 0;
}

.infoBox label
{
    font-weight: bold;
}

.infoHeader
{
	background-image: url(../Images/info_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin: 0 0 10px 0;
}

.infoBox input, select, textarea
{
	font-size: 90%;
	margin-top: 5px;
}

.infoBox h3
{
	background-image: url(../Images/info_arrow.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding: 5px 0 0 20px;
	font-size: 12px;
}

.infoBox p
{
	font-size: small;
	margin: 13px 0 0 2px;
}

.infoBox a
{
	color: black;
}

.infoLbl
{
	font-weight: bold;
	margin-top: 9px;
	width: 80px;
	color: #585757;
	text-align: left;
	float: left;
}

.infoTextBox
{
	width: 120px;
	float: right;
}

.infoButton
{
	margin: 0 57px 0 0;
	padding: 10px 0 0 0;
}

#dealerBlock
{
	margin: 0 0 10px 0;
}

#logo_Toyota
{
	margin: 8px 0 8px 8px;
}

.cb
{
	clear: both;
}

.cl
{
	clear: left;
}

.vehicleListBox
{
    border: 1px solid #D1D1D1;
}

.vehicleList
{
    list-style: none;
    margin: 0px 1px 1px;
    padding: 0;
}

#vehicles
{

}

.vehicleList li
{
	margin: 0 0 5px 9px;
	padding: 0;
	width: 90px;
	display: inline;
	float: left;
}

.vehicleListItem
{
	text-align: center;
	width: 100px;
	font-size: 80%;
}

.vehicleListItem a
{
    color: Black;
}

.vehicleListItem a:hover
{
    color: Red;
}

.vehicleName
{
	font-weight: bold;
	color: #cc0000;
}

.vehicleAvailability
{
	font-weight: bold;
	color: #666666;
}

.vehicleList img
{
	border: none;
}

#vehicles h2
{
	color: white;
	background-color: black;
	padding: 2px 0 2px 10px;
	font-size: 90%;
	margin: 1px;
}

.blackOutline
{
	border: 1px solid black;
}

#financeTools
{
	margin: 20px 0 20px 15px;
}

#financeLinks
{
	list-style: none;
	margin: 10px 0 0 27px;
	padding: 0;
}

#financeLinks li
{
	color: red;
	font-weight: bold;
}

#financeLinks li a
{
	color: black;
}

.dashedLine
{
	background-image: url(../Images/dashedline_horizontal.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 10px;
}

#pageFooter_emptyFooter
{
    text-align: center;
	width: 914px;
	height: 9px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(../Images/main_bg_footer.jpg);
	background-repeat: no-repeat;
}

#footer
{
	text-align: center;
	width: 914px;
	height: 9px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 5px;
	background-image: url(../Images/main_bg_footer.jpg);
	background-repeat: no-repeat;
	color: Black;
}

#footer a
{
	font-size: 80%;
	color: Black;
}

#footer a:hover
{
	color: Red;
}

#dynaDiv
{
	position: absolute;
	font-size: 80%;
	z-index: 5;
}

#dynaDiv_header
{
	/*background-image: url(../Images/seriesSelection/dynaDiv_top.gif);*/
	background-repeat: no-repeat;
	width: 180px;
	line-height: 5px;
}

#rightCallOut
{
	width: 145px;
	background-image: url(../Images/seriesSelection/dynaDiv_BG.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	padding: 0 10px 0 25px;
}

#dynaDiv_footer
{
	background-image: url(../Images/seriesSelection/dynaDiv_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 180px;
}

/*Series Landing*/
#seriesSteps
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#seriesSteps p
{
    margin: 0;
    padding: 0;
}

#seriesSteps li
{
    display: inline;
    width: 150px;
    margin: 0;
    padding: 0;
}

.stepItem
{
    display: inline;
}



/* Series Landing */
.seriesLandingGrayBG {
	background-color: #cccccc;
}

td.clickableTD
{
	border: #CCCCCC 3px solid;
	border-style: outset;
}

td.clickableTD a
{
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}

td.selectedTab
{
	border: #000000 1px solid;
	font-family: Verdana, Arial;
	font-size: 9px;
	background-color: #cc0000;
	color: #ffffff;
	text-transform: uppercase;
}

td.selectedTab a
{
	background-color: #cc0000;
	color: #ffffff;
	display: block;
	width: 100%;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

td.selectedTab a:hover
{
	background-color: #cc0000;
	color: #ffffff;
	display: block;
	width: 100%;
	text-decoration: none;
	cursor: default;
}

td.nonSelectedTab
{
	border: #000000 1px solid;
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #666666;
	text-transform: uppercase;
}

td.nonSelectedTab a
{
	background-color: #cccccc;
	color: #666666;
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}

td.nonSelectedTab a:hover
{
	background-color: #cc0000;
	color: #ffffff;
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}


/* Series Landing Page */
#buildToOrderSteps
{
    width: 95%;
    margin-left: 5px;
    padding: 10px;
}

.modelList
{
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 12px;
    list-style: none;
}

.modelList a
{
    color: black;
}

.modelList a:hover
{
    color: red;
}

#modelLinks
{
    list-style: none;
    margin: 20px 0 20px 10px;
    padding: 0;
}

#modelLinks li
{
    margin: 8px 0 0 0;
}

#modelLinks li a
{
    margin: 4px 0 0 0;
    color: Black;
    font-weight: bold;
}

#modelLinks li a:hover
{
    color: #CC0000;
}

.seriesImage
{
    margin: 0 0 0 40px;
}

#accyRefinementList
{
    list-style: none;
}

.grayHR
{
    width: 100%; 
    height: 1px; 
    margin-top: 7px;
}

.imageButton
{
    color: white; 
    width:150px;
    font-weight: bold;
    background-image: url(../Images/bigButton_bg.gif);
    background-repeat: no-repeat;
    width: 151px;
    height: 17px;
    border: none;
    font-size: 11px;
    padding: 0 0 3px 0;
}

#stepButtons img
{
    cursor: pointer;
    cursor: hand;
}





/* Page Headers */

#headerBox 
{
    background-image: url(/images/header/popupHeader.jpg);
    background-repeat: no-repeat;
    background-color: black;
    height: 46px;
}

.headerCloseTop
{
    float: right;
    color: White;
    margin: 14px 5px 0 0;
}

#popupHeaderText
{
    font-size: 17px;
    float: left;
    color: White;
    margin: 10px 0 0 60px;
    padding: 0;
    display: inline;
}

/* Breadcrumbs */
#crumbs
{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #CCCCCC;
	margin: 0 0 10px 0;
}

#crumbs a
{
    color: #666666;
}


.siteText
{
    font-size: smaller;
}


/* Series Landing Search */
#seriesLandingIntro
{
    margin-left: 5px;
}

#seriesLandingIntro #seriesImg
{
    float: left;
}

.seriesLandingIntroBox
{
    float: right;
    width: 477px;
    border: 1px solid #D5D5D5;
    padding: 4px;
    margin: 0 4px 4px 10px;
}

.batButton
{
    background-image: url(/images/buttonBG.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: White;
    padding: 2px 10px 2px 10px;
    border: 1px solid black;
    cursor: pointer;
}

.button
{
    background-image: url(/images/buttonBG.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: White;
    padding: 2px 10px 2px 10px;
    border: 1px solid black;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

/* vehicleDetail */
#seriesStats
{
    margin: 20px 0 0 0;
}

#vehicleInformation
{
    width: 275px;
    float: left;
}

#pictureBox
{
    width: 320px;
    float: right;
    overflow: hidden;
    position: relative;
}

#emailDealer
{
    margin-top: 20px;
}

#emailDealerButtons
{
    width: 310px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.emailDealerButton
{
    width: 47% !important;
    margin-bottom: 5px;
    margin-right: 5px;
    
    background-image: url(/images/buttonBG.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: White;
    padding: 2px 10px 2px 10px;
    border: 1px solid black;
    cursor: pointer;
    overflow: visible;
    float: left;
}

#dealerEmailHeader #question *
{
    display: inline !important;
    width: auto !important;
    float: none;
    margin: 0;
}

#dealerEmailHeader #question label
{
    margin-left: 2px;
}

#dealerEmailHeader input, #dealerEmailHeader label
{
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 7px;
}

#dealerEmailHeader label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

#dealerEmailHeader input
{
    margin-right: 3px;
}

#vehicleInformation2
{
    text-align: center;
    width: 320px;
    float: right;
}

#sticker
{
    margin: 0px 0 0 0;
}

#sticker ul
{
    margin: 0 0 0 20px;
    padding: 0;
}

#sticker h2
{
    background-color: #666666;
    border-bottom: 5px solid black;
    color: White;
    font-size: small;
    padding: 4px 4px 4px 8px;
    margin: 10px 0 2px 0;
}

#mpgBox
{
    background-image: url(../Images/inventory/pump.gif);
    background-repeat: no-repeat;
    background-position: 90px 75px;
    height: 530px;
}

.paymentToolsList
{
    width: 170px;
    margin: 5px 0 0 0;
    padding: 0 0 0 23px;
}

.paymentToolsList li
{
    margin: 0 0 10px 0;
}

/* Payment Calculator */
.calculatorTableHeading
{  
	border: 1px #000000 solid; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #006699;
}

TD.calculatorTableHeader
{
	border: 1px #000000 solid;
	font-family: Verdana, Arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #666666;
}

TD.calculatorDPgray
{
	border: #000000 1px solid;
	font-family: Verdana, Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	background-color: #CCCCCC
}

TD.calculatorDPwhite
{
	border: #000000 1px solid;
	font-family: Verdana, Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	background-color: #FFFFFF;
}

TD.calcpaymentGray
{
	border: #000000 1px solid;
	font-family: Verdana, Arial; 
	font-size: 9px; 
	font-weight: normal; 
	color: #666666; 
	background-color: #CCCCCC;
}


.calculatorTableHeading
{  
	border: 1px #000000; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #006699;
}

.calculatorTableHeading
{  
	border: 1px #000000; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #006699;
}

TD.outlined	
{
	border: #000000 1px solid;
}

.preorderForm
{
    width: 250px;
    padding: 10px;
    background-color: #E4E4E4;
}

.alertText
{
    color: #A90101;
}

.alertText a
{
    color: #A90101;
    font-weight: bold;
}


/* Series Landing */
.divider
{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #C9C9C9;
}

#yourVehicleBox
{
    line-height: 18px;
}

#yourVehicleBox1 span
{
    width: 120px;
    
}

#yourVehicleBox1 label
{
    width: 110px;
}

#mpgDisclaimer
{
    font-size: smaller;
    color: Gray;
    margin: 5px 0 0 20px;
}

#seriesGroupList ul
{
    float: left;
    list-style: none;
    margin: 15px 0 0 15px;
    padding: 0;
}

#seriesGroupList ul li
{
    display: inline;
    float: left;
}

#seriesGroupList ul li p
{
    margin: 0;
    padding: 0;
}

.seriesGroupListLabelImage
{
    float: left;
    clear: left;
}

.normalBold
{
    font-weight: bold;
}

#creditForm label
{
    float: left;
    margin: 8px 4px 0 0;
    width: 110px;
    text-align: right;
    font-weight: bold;
}

#creditForm span
{
    float: left;
}

#preownedSearchFormTable input[type=text]
{
    margin-top: 3px;
}

.mainHeading
{ 
	font-family: Verdana, Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #666666;
}

.monroneysmall ul
{
    padding: 0;
    margin: 0 0 0 20px;
}

.monroneysmall li
{
    margin: 0;
    padding: 0;
}

.PricingHeader
{
	border-bottom: Solid 2Px Black;
	font-weight: bold;
	height: 20Px;
	background-color:#666666;
	color: white;
	font-family:Verdana,Arial;
	font-size:10px;
	padding: 4px 4px 4px 8px;
}

a.dealerwhite
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
}

a.dealerwhite:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #B2CCE5;
	font-weight: normal;
	line-height: 12px;
    text-decoration: none;
}

a.dealerwhitebold
{
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 12px;
}

a.dealerwhitebold:hover
{
	color: #B2CCE5;
    text-decoration: none;
	line-height: 12px;
}

/* Series Selector Boxes */
#carsBox, #suvBox
{
    height: 360px;
}

#truckBox
{
    height: 115px;
}

#scionBox
{
    height: 190px;
}

#seriesLanding #contentBox
{
    width: 790px;
}

#seriesLanding #contentColumn
{
    width: 550px;
}

#seriesLanding #buildToOrderSteps
{
    margin: 0;
    padding-left: 0;
    width: 100%;
}

#defaultBanner
{
	background: url(../images/default/bar_gradient.png) repeat-x black;
}

#defaultBanner h1
{
	color: White;
	font-size: 14px;
}

#defaultBannerLinks
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#defaultBannerLinks li
{
	color: red;
	font-weight: bold;
}

#defaultBannerLinks li a
{
	color: white;
}

#defaultBanner td
{
	font-weight:bold;
	width: 200px;
	color: White;
	font-size: 12px;	
}

#mpgInfoBox
{
	font-size:13px;
	background:white;
	padding:8px;
	width: 450px;
	border:1px solid#000;
	border-bottom-width: 2px; 
}

#vehicleInfoBox
{
    width: auto;
    height: 100px;
    background: white url(/Images/bg_vehicleInfo.jpg) no-repeat;
    margin-top: 5px;
}

#vehicleInfoBox #seriesImg
{
    float: left;
    margin: 8px;
}

#vehicleInfoBox #infoDetailsBox
{
    float: right;
    width: 405px;
    height: 52px;
    margin: 15px 20px 0 30px;
}

#vehicleInfoBox #infoDetailsBox p
{
    margin: 0 0 5px 0;
    padding: 0;
}

#filterRow
{
    width: 645px;
    margin-top: 5px;
}

#filterRow #yearModel
{
    float: left;
}

#filterRow #yearModel a
{
    color: Gray;
}

#filterRow #yearModel select
{
    margin-right: 5px;
}

.btn_filterAccessories
{
    background-image: url(/images/buttonBG.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: White;
    padding: 2px 10px 2px 10px;
    border: 1px solid black;
    cursor: pointer;
    width: auto;
    overflow: visible;
    float: right;
    margin: 3px 5px;
}

#tabButtons
{
    margin: 10px 0 0 11px;
    clear: both;
}

#priceFilterBox
{
    float: right;
    margin-right: 15px;
}

#inventoryTableBox
{
    width: 639px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    background-color: #d9d8d8;
}

#paging
{
    float: right;
    margin: 4px 15px 0 0;
}

#inventoryTable
{
    width: 620px;
    clear: both;
    margin: 5px 0 0 8px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    color: #717171;
}

.inventoryTableHeader
{
    background-color: #c1c1c1 !important;
    background-image: none !important;
    font-weight: bold;
}

#inventoryTable tr
{
    background: white url(/Images/bg_inventoryTableRow.jpg) repeat-x;
}

#inventoryTable td
{
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}


.tabs {
    position:relative;
    top:1px;
    left:10px;
}
.tab {
    border:solid 1px #c1c1c1;
    background-color:white;
    padding:2px 10px;
}
.selectedTab {
    background-color:#c1c1c1;
    border-bottom:solid 1px #c1c1c1;
}
.tabContents {
    border:solid 1px black;
    padding:10px;
    background-color:white;
}
.inventoryTableContent {
   margin-left:5px; 
   font-size: small; 
   border:solid 1px #c1c1c1; 
   background-color:#c1c1c1; 
}

.inventoryTableContent tr {
	height:30px;
}

.zoomImg {
    border: medium none;
    margin-left:6px;
}

.sliderValues {
    padding-top:5px;            
}   

#sliderRow {
    width:645px;
}        
#dualSlider_bg {
    position: relative;
    background: url(../images/bg-h.gif) 7px 0 no-repeat;
    height: 28px;
    width: 221px;
    padding:0 10px 0 10px;
}
#dualSlider_bg div {
    position: absolute;
    cursor: default;
    top: 4px;
} 

#getLinkBox div
{
	padding-left:10px;	
}


#closeLinkButton
{
	float:right;	
	cursor:pointer;
}

#getLinkText
{
	overflow:hidden;
}

#notificationContainer
{
	text-align:center;
}

#notificationMessage
{
	margin: 40px 0 20px 0;
	font-size: 22px;
	font-weight:bold;
}

#notificationLink
{
	font-size:12px;
}

#notificationLink a:link,
#notificationLink a:visited,
#notificationLink a:hover 
{
	color:Red;
}


#selectModelGroupMessage
{
	font-size:medium; 
	margin:10px 0px 10px 30px;	
}
