
	@media all {
	
	/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}


#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB2_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB2_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB2_overlay {
	position: fixed;
	z-index:200;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB2_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB2_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB2_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB2_window {
	position: fixed;
	background: #ffffff;
	z-index: 202;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB2_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TB2WindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB2_window img#TB2_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB2_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB2_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB2_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB2_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB2_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB2_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB2_ajaxContent.TB2_modal{
	padding:15px;
}


#TB2_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB2_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TB2WindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB2_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB2_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB2_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*--------------------------------------------
CSS RESET
Resets the CSS for all browsers.
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	/*margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

strong
{
	font-weight: 700;
}

em
{
	font-style: italic;
}

.xpsDivSec
{
    overflow: hidden;
    display: block;
	clear: both;
}


.xpsDivSecMB
{
	margin-bottom: 6px;
}

.xpsDivSecHelp, .xpsDivSecHelp *
{
	color: #007d41;
	font-size: 10px;
	font-weight: 700;
}

.xpsLayout6
{
	_height: 1%;
}

.xpsCheckBox
{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(/xfw/fw/graphics/checkboxes/001.gif);
}

.xpsCheckedBox
{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(/xfw/fw/graphics/checkboxes/001_checked.gif);
}

.xpsRadioBox
{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(/xfw/fw/graphics/radios/001.gif);
}

.xpsRadiodBox
{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(/xfw/fw/graphics/radios/001_checked.gif);
}

#xpsActions
{
	display: block
	overflow: hidden;
	height: 0px;
}

#xpsRec, #xpsReadyScript
{
	display: none;
}

.xpsAjaxCmd
{
	display: none;
}

.xpsSocialBookmarking
{
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}

.xpsSocialBookmarking a, .xpsSocialBookmarking a:link, .xpsSocialBookmarking a:visited
{
	display: block;
	overflow: hidden;
	text-indent: -500px;
	width: 22px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFFFFF;
	_margin-right: -3px;
	_margin-left: 2px;
}

.xpsSocialBookmarking2
{
    overflow: hidden;
}

.xpsSocialBookmarking2 a, .xpsSocialBookmarking2 a:link, .xpsSocialBookmarking2 a:visited
{
    overflow: hidden;
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    text-indent: -1000px;
    background-image: url(/xfw/fw/graphics/snicons/socialBookmarkingHover.png);
    background-repeat: no-repeat;
}

.xpsSocialBookmarking2 a.bmtp2_facebook, .xpsSocialBookmarking2 a.bmtp2_facebook:link, .xpsSocialBookmarking2 a.bmtp2_facebook:visited { background-position: 0 0; }
.xpsSocialBookmarking2 a.bmtp2_twitter, .xpsSocialBookmarking2 a.bmtp2_twitter:link, .xpsSocialBookmarking2 a.bmtp2_twitter:visited { background-position: -34px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_google, .xpsSocialBookmarking2 a.bmtp2_google:link, .xpsSocialBookmarking2 a.bmtp2_google:visited { background-position: -68px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_linkedin, .xpsSocialBookmarking2 a.bmtp2_linkedin:link, .xpsSocialBookmarking2 a.bmtp2_linkedin:visited { background-position: -102px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_delicious, .xpsSocialBookmarking2 a.bmtp2_delicious:link, .xpsSocialBookmarking2 a.bmtp2_delicious:visited { background-position: -136px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_digg, .xpsSocialBookmarking2 a.bmtp2_digg:link, .xpsSocialBookmarking2 a.bmtp2_digg:visited { background-position: -170px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_technorati, .xpsSocialBookmarking2 a.bmtp2_technorati:link, .xpsSocialBookmarking2 a.bmtp2_technorati:visited { background-position: -204px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_stumbleupon, .xpsSocialBookmarking2 a.bmtp2_stumbleupon:link, .xpsSocialBookmarking2 a.bmtp2_stumbleupon:visited { background-position: -238px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_reddit, .xpsSocialBookmarking2 a.bmtp2_reddit:link, .xpsSocialBookmarking2 a.bmtp2_reddit:visited { background-position: -272px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_kirtsy, .xpsSocialBookmarking2 a.bmtp2_kirtsy:link, .xpsSocialBookmarking2 a.bmtp2_kirtsy:visited { background-position: -306px 0 ; }
.xpsSocialBookmarking2 a.bmtp2_mailto, .xpsSocialBookmarking2 a.bmtp2_mailto:link, .xpsSocialBookmarking2 a.bmtp2_mailto:visited { background-position: -340px 0 ; }

.xpsSocialBookmarking a:hover
{
	border: 1px solid #BBBBBB;
}

#xpsSocialBookmarkingCont
{
	display: block;
	overflow: hidden;
	width: 265px;
	_width: 268px;
	padding-top: 5px;
	clear: both;
}
#xpsSocialBookmarkingTitle
{
	display: block;
	overflow: hidden;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #BBBBBB;
	color: #888888;
}
.xpsValProbs
{
    overflow: hidden;
    padding: 8px;
    background-color: #FFF9B1;
    border: 1px dotted #FF560C;
    margin-bottom: 6px;
}


.xpsValProbs div
{
    margin-bottom: 3px;
}


.xpsValProbs, .xpsValProbs *
{
    font-size: 11px;
    font-weight: 700;
    color: #E32000;
    line-height: 125%;
}


.xpsValProbs .sc_prob
{
    font-size: 11px;
    padding-left: 10px;
    background-image: url(/xfw/fw/graphics/fw/valbullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    
}


.xpsForm
{
}

.xpsForm .sc_label
{
    font-size: 10px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.xpsForm .sc_sublabel
{
    font-size: 10px;
    font-weight: 100;
    color: #222222;
    margin-bottom: 2px;
    margin-top: -1px;
}

.xpsForm .sc_field
{
    margin-bottom: 4px;
}

.xpsForm input.sc_textfield
{
    border: 1px solid #BBBBBB;
    padding: 1px;
    padding-left: 2px;    
	padding-bottom: 1px;
}

.xpsForm select
{
    border: 1px solid #BBBBBB;
}

.xpsForm textarea
{
    border: 1px solid #BBBBBB;  
    padding: 2px;
    padding-left: 3px;
}

.xpsForm_w300 input.sc_textfield	{ width: 295px;	}
.xpsForm_w300 select				{ width: 300px; }
.xpsForm_w300 textarea				{ width: 293px; }

.xpsForm_w250 input.sc_textfield	{ width: 245px;	}
.xpsForm_w250 select				{ width: 250px; }
.xpsForm_w250 textarea				{ width: 243px; }

.xpsForm_w290 input.sc_textfield	{ width: 285px;	}
.xpsForm_w290 select				{ width: 290px; }
.xpsForm_w290 textarea				{ width: 283px; }

.xpsForm .sc_field_submit
{
    text-align: center;
    padding: 3px;
}

.xpsForm .sc_field_submit button
{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.xpsForm .sc_field_justsubmit
{
}

.xpsForm .sc_field_justsubmit button
{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}






.xpsPageLinks
{
	display: block;
	overflow: hidden;
}

.xpsPageLinks a, .xpsPageLinks a:link, .xpsPageLinks a:visited
{
	display: block;
	float: left;
	margin-right: 4px;
	border: 1px solid #BBBBBB;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
}

.xpsPageLinks a.sc_up, .xpsPageLinks a.sc_up:link, .xpsPageLinks a.sc_up:visited
{
	background-color: #DDDDDD;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #999999;
}







.xpsContentTabs
{
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    background-image: url(/xfw/fw/graphics/fw/contenttabsback.gif);
    padding-left: 8px;
    height: 24px;
    margin-top: 4px;
}

.xpsContentTabs a, .xpsContentTabs a:link, .xpsContentTabs a:visited
{
    display: block;
    padding: 5px;
    float: left;
    font-weight: 700;
    margin-left: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

.xpsContentTabs a.sc_up, .xpsContentTabs a.sc_up:link, .xpsContentTabs a.sc_up:visited
{
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 4px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
    color: #444444;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TBup_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TBup_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TBup_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TBup_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TBup_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TBup_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TBup_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TBup_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TBup_window img#TBup_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TBup_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TBup_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TBup_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TBup_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TBup_title{
	background-color:#e8e8e8;
	height:27px;
}

#TBup_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TBup_ajaxContent.TBup_modal{
	padding:15px;
}


#TBup_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TBup_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TBup_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TBup_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TBup_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
xpsSkin: /autopal/skins/main/style.css
*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/autopal/skins/main/graphics/jq/uil/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/autopal/skins/main/graphics/jq/uil/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/autopal/skins/main/graphics/jq/uil/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(/autopal/skins/main/graphics/jq/uil/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/autopal/skins/main/graphics/jq/uil/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/autopal/skins/main/graphics/jq/uil/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/autopal/skins/main/graphics/jq/uil/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/autopal/skins/main/graphics/jq/uil/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/autopal/skins/main/graphics/jq/uil/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/autopal/skins/main/graphics/jq/uil/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
*
{
    font-size: 12px;
	line-height: 150%;
    font-family: Arial, Tahoma, Verdana;
}

body
{
    overflow: -moz-scrollbars-vertical;
    text-align: center;
    background-color: #00234D;
	background-image: url(/autopal/skins/main/graphics/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #555555;
}

p
{
    margin-bottom: 8px;
}

p b
{
	color: #555555;
}

a, a:link, a:visited
{
    text-decoration: none;
    color: #3858A1;
}

a:hover
{
    color: #437BFB;
}

h1
{
	color: #003D6E;
	font-size: 17px;
	font-family: Arial;
	font-weight: 100;
}

h2
{
	color: #d86d01;
	font-size: 14px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4
{
	color: #555555;
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	margin-bottom: 10px;
}

h3
{
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	font-weight: 100;
}

h2 + h3
{
	color: #666666;
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 100%;
}

h2 + h3 *
{
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 100%;
}

h5
{
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h5 *
{
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1.hasMarg,
h2.hasMarg,
h3.hasMarg,
h4.hasMarg,
h5.hasMarg {
	margin-bottom: 6px;
}

ul
{
}

ul li
{
	background-image: url(/xfw/fw/graphics/bullets/001.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
}

#bodyOut
{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	width: 960px;
}

#bodyWhole
{
    overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
}

#headInfo
{
    overflow: hidden;
	height: 19px;
	padding-top: 6px;
}

#headInfo a, #headInfo a:link, #headInfo a:visited
{
	overflow: hidden;
	display: block;
	float: left;
    border-right: 1px solid #a7cad9;
	border-left: 1px solid #f3f3f3;
	padding-left: 6px;
	padding-right: 6px;
}

#headInfo a:hover { color: #000000; }
#headInfo a.scFirst, #headInfo a.scFirst:link, #headInfo a.scFirst:visited { border-left: none; }
#headInfo a.scLast, #headInfo a.scLast:link, #headInfo a.scLast:visited { border-right: none; }

#headInfo *
{
    color: #003b6b;
	font-size: 10px;
	font-weight: 100;
	font-family: Arial;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #E8F3F5;
}

#headInfo .scLeft
{
    overflow: hidden;
	float: left;
}

#headInfo .scRight
{
    overflow: hidden;
	float: right;
}

#headOut
{
    height: 130px;
    overflow: hidden;
}

#headTop
{
    overflow: hidden;
	width: 960px;
	height: 90px;
	position: relative;
}

#headTopFlash
{
    overflow: hidden;
	width: 960px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#headLogo, #headLogo:link, #headLogo:visited
{
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	height: 90px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#htOptions
{
    overflow: hidden;
	height: 90px;
	width: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#testDriveMessage
{
    overflow: hidden;
    padding-top: 6px;
}

#loginNow
{
    overflow: hidden;
	padding-top: 2px;
	width: 210px;
	float: right;
}

#loginNow .scFieldCont input
{
    overflow: hidden;
	height: 13px;
	width: 130px;
	border: 0px solid #000000;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: 0 -181px;
	float: right;
	font-size: 11px;
	padding: 3px;
	color: #666666;
}

#scSecIcon
{
    overflow: hidden;
	width: 134px;
	height: 19px;
	float: left;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: 112px -202px;
}

#loginNow .scFieldCont
{
    overflow: hidden;
	padding-top: 4px;
}

#loginNow .scOptionsTop
{
    overflow: hidden;
	padding-top: 3px;
}

#loginNow .scOptionsBottom
{
    overflow: hidden;
	margin-top: 3px;
	float: right;
	width: 180px;
	_width: 190px;
}

#loginNow .scOptionsBottom *
{
    color: #676767;
	font-size: 10px;
	font-weight: 100;
	font-family: Arial;
	text-transform: uppercase;
}

#loginNow .scOptionsBottom input
{
    overflow: hidden;
	float: left;
	margin-right: 4px;
	margin-bottom: 1px;
}

#loginNow .scOptionsBottom a, #loginNow .scOptionsBottom a:link, #loginNow .scOptionsBottom a:visited
{
    color: #db7106;
}

#loginNow .scOptionsTop a, #loginNow .scOptionsTop a:link, #loginNow .scOptionsTop a:visited
{
    overflow: hidden;
	display: block;
	width: 76px;
	height: 19px;
	text-indent: -1000px;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: -144px -181px;
	float: right;
}

#loginNow .scFieldCont .scLabel
{
    overflow: hidden;
    color: #003b6b;
	font-size: 10px;
	font-weight: 700;
	font-family: Arial;
	text-transform: uppercase;
	float: left;
	height: 17px;
	padding-top: 2px;
	width: 70px;
	text-align: right;
}

#headMenOut
{
    overflow: hidden;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#headMen
{
    overflow: hidden;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: repeat-x;
	background-position: 0 -30px;
}

#hmRoundLeft
{
    overflow: hidden;
	width: 5px;
	height: 30px;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: -10px -60px;
	position: absolute;
	left: 0;
	top: 0;
}

#hmRoundLeft.sc_up
{
	background-position: 0 -60px;
}

#hmRoundRight
{
    overflow: hidden;
	width: 5px;
	height: 30px;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: -5px -60px;
	position: absolute;
	right: 0;
	top: 0;
}

#headMen a, #headMen a:link, #headMen a:visited
{
    display: block;
    height: 24px;
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 18px;
    font-size: 12px;
	font-weight: 700;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
    float: left;
    overflow: hidden;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
	background-position: -218px -60px;
	text-shadow: -1px -1px 0 #03669B;
}

#headMen a.sc_first, #headMen a.sc_first:link, #headMen a.sc_first:visited
{
	background-image: none;
}

#headMen a.sc_up, #headMen a.sc_up:link, #headMen a.sc_up:visited
{
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: repeat-x;
	background-position: top right;
	text-shadow: 1px 1px 0 #3096D0;
}

#headMen a:hover
{
}

#contOut
{
    overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
}

#contIn
{
    overflow: hidden;
	/*border: 1px solid #dcdcdc;*/
    padding: 10px;
	min-height: 300px;
	_height: 1%;
	_height: expression( this.scrollHeight < 300 ? "300px" : "auto" );
}

#contOut .scCorner
{
    overflow: hidden;
	width: 5px;
	height: 5px;
	position: absolute;
	background-image: url(/autopal/skins/main/graphics/siteMaker.png);
	background-repeat: no-repeat;
}

#contOut .scCornTLeft { top: 0; left: 0; background-position: -208px -208px; }
#contOut .scCornTRight { top: 0; right: 0; background-position: -215px -208px; }
#contOut .scCornBLeft { bottom: 0; left: 0; background-position: -208px -215px; }
#contOut .scCornBRight { bottom: 0; right: 0; background-position: -215px -215px; }

#footOut
{
    overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footOut *
{
    color: #E8F7FA;
	font-size: 10px;
	font-weight: 700;
	font-family: Arial;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #00234D;
}

#footOut .fleft
{
    color: #B5DEF1;
    overflow: hidden;
    float: left;
}

#footOut .fright
{
    overflow: hidden;
    float: right;
}

#footOut a:hover
{
    color: #FFFFFF;
}





.footOut
{
    overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #2f5583;
}

.footOut *, .footOut a, .footOut a:link, .footOut a:visited
{
    color: #E8F7FA;
	font-size: 10px;
	font-weight: 700;
	font-family: Arial;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #00234D;
}

.footOut .fleft
{
    color: #B5DEF1;
    overflow: hidden;
    float: left;
}

.footOut .fright
{
    overflow: hidden;
    float: right;
}

.footOut a:hover
{
    color: #FFFFFF;
}





#collecterQueueHeader {
    overflow: hidden;
    float: right;
    padding: 10px 0 0 0;
}
#collecterQueueHeader, #collecterQueueHeader * {
    text-shadow: 0 1px 0 #FFF;
}

table#cqTimerTable {
    overflow: hidden;
    float: right;
}
table#cqTimerTable tr.timer td, table#cqTimerTable tr.timer td * {
    font: bold 14px/150% Arial;
    text-shadow: 0 1px 0 #FFF;
}
hr {
	clear: both;
	overflow: hidden;
	display: block;
	border: 0 solid transparent;
	height: 1px;
	background-color: transparent;
}
hr.padtop {
	padding-top: 10px;
}

/* =====================================================================================================
	MAIN APP -- TABLE STYLE and TABLE ELEMENT STYLE
===================================================================================================== */
table.apManageTable {
    overflow: hidden;
	width: 100%;
	cursor: default;
}

table.apManageTable tr td {
    overflow: hidden;
	padding: 4px;
	border-top: 1px dotted #C0C0C0;
	vertical-align: top;
}

table.apManageTable.scExtraPadding tr td {
	padding: 6px 12px;
}

table.apManageTable.clickRows tr td {
	cursor: pointer;
}
table.apManageTable.scStyleLinks tr td a,
table.apManageTable.scStyleLinks tr td a:link,
table.apManageTable.scStyleLinks tr td a:visited {
	border-bottom: 1px dotted #437BFB;
}

table.apManageTable.scHoverWhite tr:hover td {
	background-color: #FFFFFF;
}
table.apManageTable.scHoverTransparent tr:hover td {
	background-color: transparent;
}
table.apManageTable.scHoverTransparent tr.scHead:hover td,
table.apManageTable.scHoverWhite tr.scHead:hover td
{
	background-color: #F2F2F2;
}

table.apManageTable.scSmallTxt tr td, table.apManageTable.scSmallTxt tr td * {
	font-size: 10px;
}

table.apManageTable tr td.scNoWrap	{ white-space: nowrap; }
table.apManageTable tr.scNoWrap td	{ white-space: nowrap; }
table.apManageTable.scNoWrap tr td	{ white-space: nowrap; }

table.apManageTable tr td.scNoTop	{ border-top: dotted 0px #C0C0C0; }
table.apManageTable tr.scNoTop td	{ border-top: dotted 0px #C0C0C0; }
table.apManageTable tr td.scAddBot	{ border-bottom: dotted 1px #C0C0C0; }
table.apManageTable tr.scAddBot td	{ border-bottom: dotted 1px #C0C0C0; }

table.apManageTable tr td.scNoPadLeft	{ padding-left: 0px; }
table.apManageTable tr td.scNoPadRight	{ padding-right: 0px; }
table.apManageTable tr td.scNoPadTop	{ padding-top: 0px; }
table.apManageTable tr td.scNoPadBot	{ padding-bottom: 0px; }
table.apManageTable tr.scNoPadLeft td	{ padding-left: 0px; }
table.apManageTable tr.scNoPadRight td	{ padding-right: 0px; }
table.apManageTable tr.scNoPadTop td	{ padding-top: 0px; }
table.apManageTable tr.scNoPadBot td	{ padding-bottom: 0px; }

table.apManageTable tr td.scMiddle	{ vertical-align: middle; }
table.apManageTable tr.scMiddle td	{ vertical-align: middle; }
table.apManageTable.scMiddle tr td	{ vertical-align: middle; }

table.apManageTable.scLeft tr td	{ text-align: left; }
table.apManageTable tr.scLeft td	{ text-align: left; }
table.apManageTable tr td.scLeft	{ text-align: left; }
table.apManageTable tr td.scRight	{ text-align: right; }
table.apManageTable tr.scRight td	{ text-align: right; }
table.apManageTable.scRight tr td	{ text-align: right; }
table.apManageTable tr td.scCenter	{ text-align: center; }
table.apManageTable tr td.scCenter	{ text-align: center; }
table.apManageTable.scCenter tr td	{ text-align: center; }

table.apManageTable tr td.scIcon					{ width: 2%; }
table.apManageTable tr td.scCrunch					{ width: 1%; }
table.apManageTable tr.scCrunch td					{ width: 1%; }
table.apManageTable tr td.scAuto					{ width: auto; }
table.apManageTable tr td.scIconLabel				{ width: 98%; }
table.apManageTable tr td.scIconLabelHalf			{ width: 49%; }
table.apManageTable tr td.scHalfWidth				{ width: 50%; }
table.apManageTable tr td.scIcon input.scCheckBox	{ margin-top: 3px; }

table.apManageTable tr.scBlueTxt	td,	table.apManageTable tr td.scBlueTxt		{ color: #3858A1; }
table.apManageTable tr.scLGrayTxt	td,	table.apManageTable tr td.scLGrayTxt	{ color: #C0C0C0; }
table.apManageTable tr.scDGrayTxt	td,	table.apManageTable tr td.scDGrayTxt	{ color: #333333; }
table.apManageTable tr.scDRedTxt	td,	table.apManageTable tr td.scDRedTxt		{ color: #D90000; }
table.apManageTable tr.scLGreenTxt	td,	table.apManageTable tr td.scLGreenTxt	{ color: #006600; }
table.apManageTable tr.scDGreenTxt	td,	table.apManageTable tr td.scDGreenTxt	{ color: #144D1A; }

table.apManageTable tr.scLOrange	td { background-color: #FFF6DF; }
table.apManageTable tr.scLYellow	td { background-color: #FFEDA7; }
table.apManageTable tr.scLBlue		td { background-color: #E1E9FF; }
table.apManageTable tr.scLRed		td { background-color: #ffe6e6; }
table.apManageTable tr.scLCGreen	td { background-color: #d0efb4; }
table.apManageTable tr.scLGreen		td { background-color: #f2ffea; }

table.scStripe tr:nth-child(odd) td {
	background-color: #f2ffea;
}

table.apManageTable tr:hover td {
	background-color: #ECF8FC;
}

table.apManageTable tr.scHead td {
	font-weight: 700;
	color: #666666;
	background-color: #F2F2F2;
	vertical-align: middle;
	text-shadow: 1px 1px 0 #FFF;
}



table.apManageTable tr td div.scInfoCell {
    overflow: hidden;
}
table.apManageTable tr td div.scOptions {
    overflow: hidden;
    padding-bottom: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
table.apManageTable tr td div.scInfoCell .scTitle {
    overflow: hidden;
    font-weight: 700;
}
table.apManageTable tr td div.scInfoCell .scIcon {
    overflow: hidden;
    display: block;
}
table.apManageTable tr td div.scInfoCell .scLeft { text-align: left; }
table.apManageTable tr td div.scInfoCell .scRight { text-align: right; }
table.apManageTable tr td div.scInfoCell .scCenter { text-align: center; }

table.apManageTable tr td div.scInfoCell .scLabelItem {
    overflow: hidden;
    display: none;
    border-top: dotted 1px #C0C0C0;
}
table.apManageTable tr td div.scInfoCell .scLabelItem.scLabelItemShow {
    display: block;
}
table.apManageTable tr td div.scInfoCell .scLabelItem.DisplayNone {
    display: none;
}
table.apManageTable tr td div.scInfoCell .scLabelItem_NoTop	{ border-top: dotted 0px #C0C0C0; }

table.apManageTable tr td div.scInfoCell .scLabel {
    overflow: hidden;
    float: left;
}
table.apManageTable tr td div.scInfoCell .scLabelSymbol {
    overflow: hidden;
    color: #C0C0C0;
    width: 10px;
    padding-right: 5px;
    float: left;
    text-align: center;
}
table.apManageTable tr td div.scInfoCell .scData {
    overflow: hidden;
    float: right;
}

table.apManageTable tr td.scOptions a, table.apManageTable tr td.scOptions a:link, table.apManageTable tr td.scOptions a:visited, table.apManageTable tr td .scOptions a, table.apManageTable tr td .scOptions a:link, table.apManageTable tr td .scOptions a:visited {
    overflow: hidden;
	display: block;
	padding: 4px 6px;
	border: 1px solid #C0C0C0;
	float: right;
	margin-left: 2px;
	text-transform: uppercase;
	color: #555555;
	font-weight: 700;
	font-family: Arial;
	line-height: 100%;
	background: #F2F2F2;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #F2F2F2,  #DDDDDD);*/


	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 50%, #e5e5e5 50%, #DDDDDD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#eeeeee), color-stop(50%,#e5e5e5), color-stop(100%,#DDDDDD));

	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.apManageTable tr td.scOptions a:hover, table.apManageTable tr td .scOptions a:hover {
    overflow: hidden;
	border: 1px solid #555555;
	color: #FFFFFF;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
	background: -moz-linear-gradient(top,  #777777,  #555555);*/


	background: -moz-linear-gradient(top, #898989 0%, #7c7c7c 50%, #656565 50%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(50%,#7c7c7c), color-stop(50%,#656565), color-stop(100%,#555555));


	text-shadow: 0 -1px 0 rgba(0,0,0,0.18);
}
table.apManageTable tr td.scOptions a:active, table.apManageTable tr td .scOptions a:active {
	background: #666666;
	background: -moz-linear-gradient(top, #555555 0%, #898989 6%, #7c7c7c 50%, #656565 50%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(6%,#898989), color-stop(50%,#7c7c7c), color-stop(50%,#656565), color-stop(100%,#555555));
	text-shadow: 0 -1px 0 rgba(0,0,0,0.18);
	border: 1px solid #555555;
	color: #FFFFFF !important;
}
table.apManageTable tr td.scIcon a, table.scIcon tr td.scIcon a:link, table.apManageTable tr td.scIcon a:visited, table.apManageTable tr td .scIcon {
    overflow: hidden;
	display: block;
	float: right;
	margin-left: 2px;
	width: 14px;
	height: 14px;
	text-indent: -1000px;
	background-image: url(/autopal/skins/main/graphics/diagona.png);
	background-repeat: no-repeat;
}
table.apManageTable tr td .scIcon.scPlus,		table.apManageTable tr td.scIcon .scPlus		{ background-position: -90px	-264px; }
table.apManageTable tr td .scIcon.scCheckbox,	table.apManageTable tr td.scIcon .scCheckbox	{ background-position: -44px	-264px; }
table.apManageTable tr td .scIcon.scMinus,		table.apManageTable tr td.scIcon .scMinus		{ background-position: -136px	-264px; }
table.apManageTable tr td .scIcon.scDelete,		table.apManageTable tr td.scIcon .scDelete		{ background-position: 2px		-264px; }
table.apManageTable tr td .scIcon.scGoldKey,	table.apManageTable tr td.scIcon .scGoldKey		{ background-position: -182px	-160px; }
table.apManageTable tr td .scIcon.scBlank,		table.apManageTable tr td.scIcon .scBlank		{ background-position: -999px	-999px; }
table.apManageTable tr td .scIcon.scEdit,		table.apManageTable tr td.scIcon .scEdit		{ background-position: -321px	-30px;	}
table.apManageTable tr td .scIcon.scUpload,		table.apManageTable tr td.scIcon .scUpload		{ background-position: -321px	-264px;	}
table.apManageTable tr td .scIcon.scDownload,	table.apManageTable tr td.scIcon .scDownload	{ background-position: -182px	-238px;	}
table.apManageTable tr td .scIcon.scGRotate,	table.apManageTable tr td.scIcon .scGRotate		{ background-position: -228px	-317px;	}
table.apManageTable tr td .scIcon.scLGCamera,	table.apManageTable tr td.scIcon .scLGCamera	{ background-position: -320px	-134px;	}

table.apManageTable tr td .scIcon.disabled,	table.apManageTable tr td.scIcon .disabled	{ filter:alpha(opacity=33); -moz-opacity: 0.33; opacity: 0.33;	}
table.apManageTable tr td a.scIcon.disabledHov:hover,	table.apManageTable tr td.scIcon a.disabledHov:hover { filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

table.apManageTable tr td .scIcon.scPlus.scPlusMinus,		table.apManageTable tr td.scIcon .scPlus.scPlusMinus { background-position: -136px	-264px; }

table.apManageTable tr td button.uploadSubmit {
    overflow: hidden;
	padding: 0 10px 0 10px;
	margin-top: 3px;
}

table.apManageTable .scNoLink	{ cursor: default;	}
table.apManageTable tr.scNoLink	{ cursor: default;	}
table.apManageTable tr td.scNoLink	{ cursor: default;	}
table.apManageTable tr td a.scNoLink	{ cursor: default;	}












/* =====================================================================================================
	MAIN APP -- MODULAR STYLE FOR HEAD AND CONTENT
===================================================================================================== */

.modHeadCont
{
    overflow: hidden;
}

.modHeadL
{
    overflow: hidden;
	float: left;
}

.modHeadL select
{
    padding: 1px;
    font-size: 10px;
    width: 200px;
    margin-top: 2px;
}

.modHeadL select *
{
    font-size: 10px;
}

.modHeadR
{
    overflow: hidden;
	float: right;
}

.modHeadCont a.scBtn,
.modHeadCont a.scBtn:link,
.modHeadCont a.scBtn:visited,
a.smallButton,
a.smallButton:link,
a.smallButton:visited
{
    overflow: hidden;
	display: block;
	padding: 4px 6px;
	border: 1px solid #C0C0C0;
	float: right;
	margin-left: 2px;
	text-transform: uppercase;
	font: bold 10px/100% Arial;
	color: #555555;
	background: #F2F2F2;

	/*background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #F2F2F2,  #DDDDDD);*/
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 50%, #e5e5e5 50%, #DDDDDD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#eeeeee), color-stop(50%,#e5e5e5), color-stop(100%,#DDDDDD));


	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.modHeadCont a.scBtn.disabled,
.modHeadCont a.scBtn.disabled:link,
.modHeadCont a.scBtn.disabled:visited,
a.smallButton.disabled,
a.smallButton.disabled:link,
a.smallButton.disabled:visited {
	filter:alpha(opacity=44);
	-moz-opacity: 0.44;
	opacity: 0.44;
}

.modHeadCont a.scBtn:hover,
a.smallButton:hover
{
	background: #666666;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
	background: -moz-linear-gradient(top,  #777777,  #555555);*/
	background: -moz-linear-gradient(top, #898989 0%, #7c7c7c 50%, #656565 50%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(50%,#7c7c7c), color-stop(50%,#656565), color-stop(100%,#555555));


	text-shadow: 0 -1px 0 rgba(0,0,0,0.18);
	border: 1px solid #555555;
	color: #FFFFFF !important;
}

.modHeadCont a.scBtn:active,
.modHeadCont a.scBtn:link:active,
.modHeadCont a.scBtn:visited:active,
a.smallButton:active,
a.smallButton:link:active,
a.smallButton:visited:active
{
	background: #666666;
	background: -moz-linear-gradient(top, #555555 0%, #898989 6%, #7c7c7c 50%, #656565 50%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(6%,#898989), color-stop(50%,#7c7c7c), color-stop(50%,#656565), color-stop(100%,#555555));

	text-shadow: 0 -1px 0 rgba(0,0,0,0.18);
	border: 1px solid #555555;
	color: #FFFFFF !important;
}

.modHeadCont a.scBtn.disabled:hover,
a.smallButton.disabled:hover
{
	background-color: #F2F2F2;
	border: 1px solid #C0C0C0;
	color: #555555;
	text-shadow: 0 1px 0 #FFF;
}

#modCont, #modPop, .modCont, .modPop
{
    overflow: hidden;
    padding-top: 10px;
}


a.apCtrlBtn, a.apCtrlBtn:link, a.apCtrlBtn:visited
{
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	background-color: #FFFFFF;
	background-image: url(/autopal/skins/main/graphics/ctrlMaker.gif);
	background-repeat: repeat-x;
	background-position: 0 -50px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 4px;
	border: solid 1px #D86D01;
	border-top: solid 0px #FFA851;
	text-shadow: -1px -1px 0 #E0760C;
}

a.apCtrlBtn span, a.apCtrlBtn:link span, a.apCtrlBtn:visited span
{
    overflow: hidden;
	/*display: block;
	position: absolute;
	width: 5px;
	height: 25px;
	background-image: url(/autopal/skins/main/graphics/ctrlMaker.gif);
	background-repeat: no-repeat;*/
}

a.apCtrlBtn span.scr, a.apCtrlBtn:link span.scr, a.apCtrlBtn:visited span.scr
{
	/*background-position: 0 -25px;
	top: 0;
	right: 0;*/
}

a.apCtrlBtn span.scl, a.apCtrlBtn:link span.scl, a.apCtrlBtn:visited span.scl
{
	background-position: 0 0;
	top: 0;
	left: 0;
}

.apFormPop input
{
	width: 250px;
}

.apFormPop select
{
	width: 255px;
}

.apQuickPaySelect
{
    overflow: hidden;
	font-size: 11px;
	padding: 2px;
	width: 175px;
}

select.apQuickPaySelect option
{
	font-size: 11px;
	padding-left: 2px;
}

input.apQuickPaySelect
{
	width: 170px;
}

.modHeadSearchCont
{
    overflow: hidden;
	margin-bottom: 4px;
}

.modHeadSearchCont input.scText
{
    overflow: hidden;
	border: 1px solid #C0C0C0;
	padding: 1px;
	font-size: 10px;
	color: #444444;
	width: 200px;
	float: left;
	margin-right: 3px;
}

.modHeadSearchCont a, .modHeadSearchCont a:link, .modHeadSearchCont a:visited
{
    overflow: hidden;
	display: block;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #C0C0C0;
	float: left;
	margin-right: 3px;
	background-color: #F2F2F2;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: 700;
	font-size: 10px;
	color: #555555;
}

.modHeadSearchCont a.scBtn:hover
{
	background-color: #666666;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}












/* =====================================================================================================
	Standard Form Style for large for items (NOT USED MUCH)
===================================================================================================== */
table.apmStdForm
{
    overflow: hidden;
    width: 100%;
}

table.apmStdForm tr td
{
    overflow: hidden;
    vertical-align: top;
    padding: 6px;
}

table.apmStdForm tr td.scLabel
{
    overflow: hidden;
	color: #888888;
	font-size: 13px;
	font-weight: 700;
	padding-top: 7px;
	text-align: right;
	width: 33%;
}

table.apmStdForm tr td.scLabelValue
{
	font-weight: 100;
	text-align: left;
}

table.apmStdForm tr td.scInput
{
    overflow: hidden;
}

table.apmStdForm tr td.scInput .scField
{
    overflow: hidden;
	background-image: url(/autopal/skins/main/graphics/fldBack.png);
	border-color: #B3BDC2 #CCCCCC #CCCCCC #B3BDC2;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding: 3px 3px 3px 4px;
	width: 98%;
	color: #555555;
}

table.apmStdForm tr td.scValidate
{
    overflow: hidden;
}













/* =====================================================================================================
	Full Application Page Style - Not the loan manager
===================================================================================================== */
#apmTabsCont
{
    overflow: hidden;
}

#apmMainTabs
{
    overflow: hidden;
}

#apmMainTabs a, #apmMainTabs a:link, #apmMainTabs a:visited
{
    overflow: hidden;
	display: block;
	float: left;
	padding-top: 6px;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #8f8f8f;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 1px solid #FFFFFF;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: repeat-x;
	background-position: 0 -78px;
	position: relative;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#apmMainTabs a span.scCorner
{
    overflow: hidden;
    display: block;
    width: 6px;
    height: 26px;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

#apmMainTabs a span.scShade
{
    overflow: hidden;
    display: block;
    height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#apmMainTabs a span.scCorner.scLeft		{ background-position: 0 -52px;		left: 	0px; }
#apmMainTabs a span.scCorner.scRight	{ background-position: -6px -52px;	right: 	0px; }

#apmMainTabs a.scUp span.scCorner.scLeft		{ background-position: 0 0; }
#apmMainTabs a.scUp span.scCorner.scRight	{ background-position: -6px 0; }

#apmMainTabs a.scUp, #apmMainTabs a.scUp:link, #apmMainTabs a.scUp:visited
{
    overflow: hidden;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: repeat-x;
	background-position: 0 -26px;
	color: #FFFFFF;
	padding-top: 4px;
	height: 22px;
	text-shadow: -1px -1px 0 #0F87CB;
}

#apmMainTabs a:hover
{
    overflow: hidden;
}

#apmSubOpts
{
    overflow: hidden;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: repeat-x;
	background-position: 0 -114px;
	height: 21px;
	padding: 2px;
	position: relative;
	margin-bottom: 10px;
}

#apmSubOpts a, #apmSubOpts a:link, #apmSubOpts a:visited
{
    overflow: hidden;
    display: block;
    padding-top: 3px;
    height: 18px;
    float: left;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: repeat-x;
	background-position: 0 -160px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	color: #a8c7dd;
	font-size: 10px;
	font-family: 'Trebuchet MS', Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 2px;
	text-shadow: 1px 1px 0 #004D8D;
}

#apmSubOpts a strong {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
}

#apmSubOpts a:hover
{
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #003965;
}

#apmSubOpts a.info, #apmSubOpts a.info:link, #apmSubOpts a.info:visited {
	background: none;
    padding-top: 4px;
    height: 17px;
	cursor: default;
}

#apmSubOpts a.info:hover {
	color: #a8c7dd;
	text-shadow: 1px 1px 0 #004D8D;
}


#apmSubOpts a.scUp, #apmSubOpts a.scUp:link, #apmSubOpts a.scUp:visited
{
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #003965;
}


#apmSubOpts a.scIcon, #apmSubOpts a.scIcon:link, #apmSubOpts a.scIcon:visited
{
    padding-left: 20px;
}


#apmSubOpts a span.scIcon
{
    overflow: hidden;
    display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-image: url(/autopal/skins/main/graphics/diagona.png);
	background-repeat: no-repeat;
}

#apmSubOpts a span.scCorner
{
    overflow: hidden;
    display: block;
    width: 6px;
    height: 21px;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

#apmSubOpts a span.scCorner.scLeft	{ background-position: 0 	-139px;	left: 	0px; }
#apmSubOpts a span.scCorner.scRight	{ background-position: -6px -139px;	right: 	0px; }

#apmSubOpts .apmTabsCorner
{
    overflow: hidden;
    display: block;
    width: 5px;
    height: 5px;
	background-image: url(/autopal/skins/main/graphics/manageNavMaker.png);
	background-repeat: no-repeat;
	position: absolute;
}

#apmSubOpts .apmTabsCorner.scTopLeft	{ background-position: -2px	-104px;	top: 0px; left: 0px; }
#apmSubOpts .apmTabsCorner.scBotLeft	{ background-position: -2px	-109px;	bottom: 0px; left: 0px; }
#apmSubOpts .apmTabsCorner.scBotRight	{ background-position: -7px	-109px;		bottom: 0px; right: 0px; }
#apmSubOpts .apmTabsCorner.scTopRight	{ background-position: -7px	-104px;		top: 0px; right: 0px; }



#apmSubOpts a span.scIcon.scPieChart	{ background-position: -136px	-213px; }
#apmSubOpts a span.scIcon.scBarChart	{ background-position: 0		-213px; }
#apmSubOpts a span.scIcon.scDocument	{ background-position: -43px	-57px; }
#apmSubOpts a span.scIcon.scKey			{ background-position: -181px	-160px; }
#apmSubOpts a span.scIcon.scEmail		{ background-position: -135px	-5px; }
#apmSubOpts a span.scIcon.scGreenRotate	{ background-position: -228px	-317px; }
#apmSubOpts a span.scIcon.scPlus		{ background-position: -90px	-264px; }
#apmSubOpts a span.scIcon.scSkinsColors	{ background-position: -181px	-109px; }
#apmSubOpts a span.scIcon.scMinus		{ background-position: -136px	-264px; }
#apmSubOpts a span.scIcon.scDelete		{ background-position: 2px		-264px; }
#apmSubOpts a span.scIcon.scEdit		{ background-position: -321px	-30px; }
#apmSubOpts a span.scIcon.scUpload		{ background-position: -321px	-264px; }
#apmSubOpts a span.scIcon.scDownload	{ background-position: -182px	-238px; }

#apmManage
{
    overflow: hidden;
}

.subMenCont
{
    overflow: hidden;
    display: none;
	float: right;
}




















/* =====================================================================================================
	Full Application Sub Page Tab Header
===================================================================================================== */

#sysTabs
{
    overflow: hidden;
    background-image: url(/autopal/skins/main/graphics/sysTabGrad.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}

#sysTabCont a, #sysTabCont a:link, #sysTabCont a:visited
{
    overflow: hidden;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: 700;
	margin-left: 4px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;

	-moz-border-radius-topleft: .6em;
	-moz-border-radius-topright: .6em;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: .6em;
	-webkit-border-top-right-radius: .6em;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#sysTabCont a.scUp, #sysTabCont a.scUp:link, #sysTabCont a.scUp:visited
{
    overflow: hidden;
    background-color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

#sysTabCont a:hover
{
	background-color: #DDDDDD;
	color: #000000;
}

#sysTabCont select {
	float: right;
	border: 1px solid #CCC;
	font-size: 10px;
	margin: 2px 2px 0 0;
	width: 150px;
}
#sysTabCont select option {
	font-size: 10px;
}

#sysCont
{
    overflow: hidden;
    padding-top: 15px;
}























.stopLight
{
    overflow: hidden;
}

.stopLight.stopLightHeader
{
    position: absolute;
    left: 120px;
    top: 61px;
}

.stopLight a, .stopLight a:link, .stopLight a:visited
{
    overflow: hidden;
    display: block;
    margin-left: 1px;
    float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.stopLight a span, .stopLight a:link span, .stopLight a:visited span
{
    overflow: hidden;
    display: block;
    width: 13px;
    height: 13px;
    border: solid 1px #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.stopLight.stopLightHeader a, .stopLight.stopLightHeader a:link, .stopLight.stopLightHeader a:visited
{
    border: solid 1px #FFFFFF;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.stopLight.stopLightHeader a span, .stopLight.stopLightHeader a:link span, .stopLight.stopLightHeader a:visited span
{
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
    border: solid 0px #FFFFFF;
    width: 14px;
    height: 14px;
}

.stopLight a:first-child
{
    margin-left: 0px;
}

.stopLight a:hover, .stopLight a.scUp, .stopLight a.scUp:link, .stopLight a.scUp:visited
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stopLight .lightRed
{
	border: solid 1px #c60000;
}
.stopLight .lightRed span
{
	background-color: #FF0000;
}

.stopLight .lightYellow
{
	border: solid 1px #d68800;
}
.stopLight .lightYellow span
{
	background-color: #f4e000;
}

.stopLight .lightGreen
{
	border: solid 1px #005400;
}
.stopLight .lightGreen span
{
	background-color: #009900;
}

























#emSysCont
{
    overflow: hidden;
}

#emSysLeft
{
    overflow: hidden;
    width: 450px;
    float: left;
}

#emSysRight
{
    overflow: hidden;
}

#emSysStatCont
{
    overflow: auto;
    height: 480px;
}



















.percentCont
{
    overflow: hidden;
    float: right;
}

.percentCont .percentText
{
    overflow: hidden;
    float: left;
    line-height: 100%;
    color: #888888;
    font-size: .8em;
    font-weight: 700;
    text-align: right;
    padding-top: 1px;
    padding-right: 6px;
}

.percentCont .percentBack
{
    overflow: hidden;
    background-color: #F2F2F2;
    border: solid 1px #C0C0C0;
    padding: 1px;
    background-color: #FFFFFF;
}

.percentCont .percentFill
{
    overflow: hidden;
    height: 10px;
    float: left;
    text-align: left;
    line-height: 100%;
    color: #C0C0C0;
    font-size: .8em;
    font-weight: 700;
    background: #006600;
	background: -webkit-gradient(linear, left top, left bottom, from(#05AB05), to(#006600));
	background: -moz-linear-gradient(top,  #05AB05,  #006600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05AB05', endColorstr='#006600');
}













#lmCont
{
    overflow: hidden;
}

#lmTabs, #lmTabsUL {
	display: block;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	width: 186px;
	border-bottom: 1px solid #BBBBBB;
}

#lmTabs a,
#lmTabs a:link,
#lmTabs a:visited,
ul#lmTabsUL li {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	display: block;
	padding: 0;
	margin: 0 0 -1px 0;
	background-image: none;
}

#lmTabs a span,
#lmTabs a span:link,
#lmTabs a span:visited,
ul#lmTabsUL li a,
ul#lmTabsUL li a:link,
ul#lmTabsUL li a:visited {
	display: block;
	font-size: 11px;
	font-weight: 700;
	padding: 4px;
	padding-left: 6px;
	border: solid 1px #FFFFFF;
    text-shadow: 1px 1px 0 #FFF;
}

#lmTabs a span.icon,
ul#lmTabsUL li a span.icon {
	width: 14px;
	height: 14px;
	text-indent: -1000px;
	background-image: url(/autopal/skins/main/graphics/diagona.png);
	background-repeat: no-repeat;
	background-position: -90px	-264px;
	margin-right: 6px;
	margin-top: 1px;
	float: left;
	display: block;
}

#lmTabs a.sub span,
#lmTabs a.sub:link span,
#lmTabs a.sub:visited span,
ul#lmTabsUL li.sub a,
ul#lmTabsUL li.sub a:link,
ul#lmTabsUL li.sub a:visited {
	display: block;
	font-size: 10px;
	font-weight: 700;
	padding: 2px;
	padding-left: 4px;
	border: solid 1px #FFFFFF;
    text-shadow: 1px 1px 0 #FFF;
}

#lmTabs a.sub,
#lmTabs a.sub:link,
#lmTabs a.sub:visited,
ul#lmTabsUL li.sub {
	margin-left: 10px;
	display: none;
}

#lmTabs a.scUp,
#lmTabs a.scUp:link,
#lmTabs a.scUp:visited,
ul#lmTabsUL li.scUp,
ul#lmTabsUL li.scUp,
ul#lmTabsUL li.scUp {
	background-color: #FFFFFF;
	border-right: solid 0px #FFFFFF;
	color: #000000;
}

#lmTabs a.scUp span,
#lmTabs a.scUp span:link,
#lmTabs a.scUp span:visited
#lmTabsUL li.scUp a,
#lmTabsUL li.scUp a:link,
#lmTabsUL li.scUp a:visited {
	color: #000000;
}

#lmContent
{
	border: 1px solid #BBBBBB;
	float: right;
	overflow: hidden;
	width: 713px;
	margin-left: -1px;
	padding: 20px;
	padding-top: 16px;
}




























#rtHeader
{
    overflow: hidden;
    border: solid 1px #C0C0C0;
    background-color: #FFFFFF;
    padding: 1px;
}

#rtHeaderIn
{
    overflow: hidden;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #EEEEEE;
}

#rtHeadLeft
{
    overflow: hidden;
    float: left;
}

#rtHeadRight
{
    overflow: hidden;
    float: right;
}

table#rtHead
{
    overflow: hidden;
}

table#rtHead tr td
{
    overflow: hidden;
    padding-right: 10px;
}

table#rtHead tr td.scLabel
{
    font-weight: 700;
    font-size: .8em;
    text-align: right;
}

table#rtHead tr td.scInput
{
}

table#rtHead tr td.scInput select
{
	width: 200px;
	padding: 1px;
}

table#rtHead tr td.scOption
{
}

#rtHeader button
{
    padding-left: 6px;
    padding-right: 6px;
}













.xpsForm .sc_field
{
    overflow: hidden;
    min-height: 22px;
}

.xpsForm input.sc_textfield,
.xpsForm select.sc_textfield,
.xpsForm textarea.sc_textfield {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}

.xpsForm input.sc_textfield:focus,
.xpsForm select.sc_textfield:focus,
.xpsForm textarea.sc_textfield:focus {
	border-color: #999;
}

.sc_fieldSplitCont
{
    overflow: hidden;
}


.sc_fieldLeft {
    overflow: hidden;
    float: left;
    width: 140px;
}
.sc_fieldRight {
    overflow: hidden;
    float: right;
    width: 140px;
}
.sc_fieldSplitCont input.sc_textfield,
.sc_fieldSplitCont textarea.sc_textfield {
	width: 132px;
}
.sc_fieldSplitCont select.sc_textfield { width: 137px; }

.sc_fieldLeft.scButton {
    overflow: hidden;
    float: left;
    width: 180px;
}
.sc_fieldRight.scButton {
    overflow: hidden;
    float: right;
    width: 100px;
}
.sc_fieldRight.scButton button {
    float: right;
}

.sc_fieldSplitCont .sc_fieldLeft.scButton input { width: 172px; }
.sc_fieldSplitCont .sc_fieldLeft.scButton select { width: 172px; }
.sc_fieldSplitCont .sc_fieldLeft.scButton textarea { width: 172px; }

.sc_fieldSplitCont .sc_fieldRight.scButton input {
	width: 92px;
	font-size: 10px;
	padding: 0px;
}


.xpsForm.xpsForm_w345 .sc_fieldLeft, .xpsForm.xpsForm_w345 .sc_fieldRight {
    width: 160px;
}
.xpsForm.xpsForm_w345 .sc_fieldSplitCont input, .xpsForm.xpsForm_w345 .sc_fieldSplitCont select, .xpsForm.xpsForm_w345 .sc_fieldSplitCont textarea {
	width: 152px;
}



.apPopCont
{
    overflow: hidden;
}

.apPopCont .apPopContLeft
{
    overflow: hidden;
    float: left;
    width: 290px;
}

.apPopCont .apPopContRight
{
    overflow: hidden;
    float: right;
    width: 290px;
}

/* =====================================================================================================
	SEMANTIC FORM STYLING
===================================================================================================== */
#actions {
	overflow: hidden;
	margin-bottom: 10px;
}
form.basic,
.formBasic {
	overflow: hidden;
	display: block;
}

form.basic .formColumns,
.formBasic .formColumns {
	overflow: hidden;
}

form.basic.w280 {
}
form.basic.w300 {
}


form.basic .colLeft,
.formBasic .colLeft {
	overflow: hidden;
	float: left;
	width: 45%;
}
form.basic .colRight,
.formBasic .colRight {
	overflow: hidden;
	float: right;
	width: 45%;
}
form.basic fieldset,
.formBasic fieldset {
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}
form.basic fieldset.nomarg,
.formBasic fieldset.nomarg {
	margin-bottom: 0;
}
form.basic fieldset.inbox,
.formBasic fieldset.inbox {
	padding: 10px;
	margin-bottom: 16px;
	background-color: #F2F2F2;
}


form.basic label,
.formBasic label {
	overflow: hidden;
	display: block;
	color: #444444;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: uppercase;
}

form.basic fieldset.submit,
.formBasic fieldset.submit {
	margin-top: 10px;
	clear: both;
}
form.basic input.submit,
form.basic button.submit,
.formBasic input.submit,
.formBasic button.submit {
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	color: #FFF;
	font: bold 12px/150% 'Arial';
	padding: 4px 10px;
	background: #DF740A url(/autopal/skins/main/graphics/ctrlMaker.gif) repeat-x 0 -50px;
	margin-right: 4px;
	border: solid 1px #D86D01;
	border-top-width: 0;
	text-shadow: -1px -1px 0 #E0760C;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
form.basic input.submit.popcontrol,
form.basic button.submit.popcontrol,
.formBasic input.submit.popcontrol,
.formBasic button.submit.popcontrol {
	margin: 3px 3px 0 3px;
}
form.basic input.submit:hover,
.formBasic input.submit:hover {
	border-color: #AB5805;
}

form.basic fieldset .fieldLeft,
.formBasic fieldset .fieldLeft {
	float: left;
	width: 48%;
}
form.basic fieldset .fieldRight,
form.basic fieldset .fieldRight {
	float: right;
	width: 48%;
}

form.basic textarea,
form.basic input.basic,
.formBasic textarea,
.formBasic input.basic {
	border: 1px solid #BBB;
	padding: 3px;
	color: #444;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 97%;
}

form.basic textarea,
form.basic input.basic,
form.basic select,
.formBasic textarea,
.formBasic input.basic,
.formBasic select {
	border: 1px solid #BBB;
	padding: 3px;
	color: #444;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 97%;
}

form.basic select,
.formBasic select {
	width: 100%;
}

form.basic fieldset.multi select,
form.basic fieldset.multi textarea,
form.basic fieldset.multi input.basic,
.formBasic fieldset.multi select,
.formBasic fieldset.multi textarea,
.formBasic fieldset.multi input.basic {
	width: 94%;
}
form.basic fieldset.multi table.checkboxField select,
form.basic fieldset.multi table.checkboxField textarea,
form.basic fieldset.multi table.checkboxField input.basic,
.formBasic fieldset.multi table.checkboxField select,
.formBasic fieldset.multi table.checkboxField textarea,
.formBasic fieldset.multi table.checkboxField input.basic {
	width: 93%;
}




table.checkboxField {
	width: 100%;
}


table.checkboxField tr td.checkbox {
	width: 1%;
	padding-right: 5px;
}



form.basic .money,
.formBasic .money {
    background: url(/autopal/skins/main/graphics/money.gif) no-repeat 4px center;
	padding-left: 10px !important;
	width: 94.5% !important;
}
form.basic [disabled=disabled],
.formBasic [disabled=disabled] {
    color: #666 !important;
	text-shadow: 0 1px 0 #FFF;
}










#lmHeader {
    overflow: hidden;
}

#lmHeadImg {
    overflow: hidden;
    display: block;
    padding: 1px;
    background-color: #FFFFFF;
    border: solid 1px #ababab;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#lmHeadImgIn {
    overflow: hidden;
    display: block;
    width: 90px;
    height: 68px;
    background-color: #F2F2F2;
    background-image: url(/autopal/skins/main/graphics/photoTemp.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#lmHeadTitle {
	overflow: hidden;
	display: block;
	height: 21px;
	width: 830px;
}

#lmHeadTitle_Main {
	overflow: hidden;
	display: block;
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}

#lmHeadTitle_Alert {
	overflow: hidden;
	display: block;
	color: #D90000;
	font-size: 10px;
	font-family: Arial;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 24px;
	padding-top: 6px;
	position: relative;
	line-height: 100%;
	height: 14px;
	float: right;
}

#lmHeadTitle_Alert .scLoanAlertIcon {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/autopal/skins/main/graphics/diagona.png);
	background-repeat: no-repeat;
	background-position: -429px -102px;
}

#lmHeadDetails {
    overflow: hidden;
    background-color: #E5E5E5;
    margin-bottom: 4px;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial;
    font-weight: 700;
    color: #666666;
    position: relative;
    text-shadow: 1px 1px 0 #FFF;
}

#lmHeadDetails * {
    font-size: 10px;
    text-shadow: 1px 1px 0 #FFF;
}

#lmHeadDetails div.scCrn {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
	background-image: url(/autopal/skins/main/graphics/rndCrn_White.png);
	background-repeat: no-repeat;
}

#lmHeadDetails .scCrn.TL	{ background-position: 0		-80px; top:		0px;	left:	0px; }
#lmHeadDetails .scCrn.TR	{ background-position: -10px	-80px; top:		0px; 	right:	0px; }
#lmHeadDetails .scCrn.BL	{ background-position: 0		-90px; bottom:	0px;	left:	0px; }
#lmHeadDetails .scCrn.BR	{ background-position: -10px	-90px; bottom:	0px;	right:	0px; }

#lmHeadCont {
    overflow: hidden;
}

#loanHeadStatus {
    overflow: hidden;
    display: block;
    position: absolute;
	top: 0px;
	left: 8px;
	width: 650px;
	height: 18px;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	text-shadow: 1px 1px 0 #004D8D;
}

#loanHeadStatus * {
    overflow: hidden;
	font-size: 10px;
	line-height: 100%;
}

#searchCont {
    overflow: hidden;
}

#searchHead {
    overflow: hidden;
}

#searchHead .searchItemOut {
    overflow: hidden;
    border: solid 1px #E0E0E0;
    border-bottom: solid 1px #C1C1C1;
    border-right: solid 1px #C1C1C1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 10px;
}

#searchHead .searchItem {
    overflow: hidden;
    padding: 4px;
    border: solid 3px #FFFFFF;
    background-color: #F2F2F2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#searchHead table {
    overflow: hidden;
	width: 100%;
}

#searchHead table tr td {
    overflow: hidden;
    padding: 4px;
	width: 25%;
}

#searchHead table tr.scHead td {
    overflow: hidden;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    text-align: left;
    padding-bottom: 0px;
}

#searchHead table tr.scInput td {
    overflow: hidden;
    padding-top: 2px;
}

#searchHead table tr td.scButtons {
	width: 1%;
	white-space: nowrap;
}

#searchHead table tr.scInput td input {
    overflow: hidden;
    border: solid 1px #C0C0C0;
    font-size: 10px;
    padding: 3px;
    width: 95%;
    color: #444444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#searchHead table tr.scInput td select {
    overflow: hidden;
    border: solid 1px #C0C0C0;
    font-size: 10px;
    padding: 3px;
    width: 98%;
    color: #444444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#searchHead table tr.scInput td select option {
    font-size: 10px;
}

#searchHead table tr.scInput td button {
    font-size: 10px;
    padding: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#advancedSearch {
    overflow: hidden;
    padding-top: 10px;
}








.hideOnLoad
{
    overflow: hidden;
    /*display: none !important;*/
	display: none;
}


.stars {
    overflow: hidden;
}
.stars ul {
	width: 90px;
}
.stars ul li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	margin: 0 1px;
}
.stars ul li a,
.stars ul li a:link,
.stars ul li a:visited {
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -10000em;
	background: url('/autopal/skins/main/graphics/star.gif') no-repeat 0 0;

}
.stars ul li.filled a {
	background-position: 0 -16px;
}





#headLogo, #headLogo:link, #headLogo:visited {
    background-image: url('/autopal/skins/main/graphics/apLogo.png');
}

.apContInTop
{
	display: block;
	overflow: hidden;
}

.apContInOpt
{
	display: block;
	overflow: hidden;
	margin-top: 15px;
	border-top: 2px solid #DDDDDD;
	padding-top: 10px;
}

.apContInOpt p
{
	font-size: 11px;
	color: #555555;
}

.apContInOpt h2
{
	margin-bottom: 6px;
}


.appPopTop
{
    overflow: hidden;
    display: block;
	height: 367px;
	overflow: auto;
}

.appPopControls
{
    overflow: hidden;
    display: block;
	background-color: #DDDDDD;
	height: 28px;
}

.appPopLeft
{
    overflow: hidden;
    display: block;
	float: left;
	width: 288px;
}

.appPopRight
{
    overflow: hidden;
    display: block;
	float: right;
	width: 288px;
}

.appPopLeft input.sc_textfield, .appPopRight input.sc_textfield
{
	width: 283px;
}

.appPopLeft select, .appPopRight select
{
	width: 288px;
	padding-top: 1px;
}

.appPopLeft textarea, .appPopRight textarea
{
	width: 281px;
}

a.appCtrl_Btn, a.appCtrl_Btn:link, a.appCtrl_Btn:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	float: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #b20000;
	border: 2px solid #820000;
}

.appCtrl_Help
{
	display: block;
	overflow: hidden;
	color: #;
}

a.appCtrl_Btn:hover
{
	background-color: #c90000;
}



.appCtrl_Sec_PD
{
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}


.appCtrl_Sec_Head
{
	display: block;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	_height: 28px;
	_clear: both;
}

.appCtrl_Sec_Head div
{
	color: #444444;
	font-size: 13px;
	font-weight: 700;
	float: left;
	padding: 5px;
	padding-left: 8px;
}



.appCtrl_Sec_Head a, .appCtrl_Sec_Head a:link, .appCtrl_Sec_Head a:visited
{
	float: right;
	margin: 2px;
}

.appCtrl_Sec_Head a.sc_reglink, .appCtrl_Sec_Head a.sc_reglink:link, .appCtrl_Sec_Head a.sc_reglink:visited
{
	float: right;
	margin: 2px;
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
	margin-right: 8px;
}

 .appPopControls a.appCtrl_Btn, .appPopControls a.appCtrl_Btn:link, .appPopControls a.appCtrl_Btn:visited
{
    margin: 3px;
	margin-right: 0px;
}

.appUpProgress
{
	display: block;
	overflow: hidden;
}

.appUpProgress .sc_title
{
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #D90000;
}

.appUpProgress .sc_bar
{
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	padding: 1px;
	display: block;
	overflow: hidden;
}

.appUpProgress .sc_bar div
{
	background-color: #D90000;
	float: left;
	width: 1px;
	height: 8px;
}


.xpsHelpNote
{
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.xpsHelpNoteHi
{
	display: block;
	overflow: hidden;
	border: 1px solid #62b162;
	padding: 8px;
	padding-bottom: 0px;
	background-color: #f0fff0;
	margin-bottom: 8px;
}

.xpsHelpNoteTitle
{
	display: block;
	overflow: hidden;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #058405;
}

.xpsHelpNoteInfo
{
	display: none;
	overflow: hidden;
	font-size: 11px;
	color: #365636;
}

.xpsHelpNoteInfo *
{
	font-size: 11px;
	color: #365636;
}



table.xpsTable
{
	width: 100%;
}

table.xpsTable tr td
{
	padding: 2px;
}

table.xpsTableRows tr td
{
	border-top: 1px solid #DDDDDD;
}


table.xpsTableRows tr:first-child td
{
	border-top: none;
}

table.xpsTable tr.xpsTRHead td
{
	background-color: #f1f1f1;
	font-size: 10px;
	font-weight: 700;
	color: #999999;
}


table.xpsTable tr td.xpsTDc
{
	text-align: center;
}

table.xpsTable tr td.xpsTDoptions a, table.xpsTable tr td.xpsTDoptions a:link, table.xpsTable tr td.xpsTDoptions a:visited
{
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 9px;
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	text-transform: uppercase;
	margin-right: 4px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	float: left;
}

table.xpsTable tr td.xpsTDoptions
{
	padding-bottom: 4px;
	padding-top: 4px;
}

table.xpsTable tr td.xpsTDoptions a:hover
{
	background-color: #FFFFFF;
}




table.xpsTable tr td.xpsTDr
{
	text-align: right;
}


table.xpsTableHover tr:hover td
{
	background-color: #f1f1f1;
	cursor: default;
}

table.xpsTablePadCols tr td
{
	padding-left: 4px;
	padding-right: 4px;
}

table.xpsTableHover tr.xpsClickLink:hover td
{
	background-color: #ffe79e;
	cursor: pointer;
}

table.xpsTableRows tr.sc_head td
{
	border-top: none;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #555555;
}



table.xpsTableRows tr.sc_yellow td
{
	background-color: #FFF9C4;
}

table.xpsTableRows tr.sc_blue td
{
	background-color: #D9E5FF;
}
}

