/* --------------------------------------------- */

.outerui *
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica", "Arial";
    color: #333333;
}

.outerui *
{
    /*
    Always keep at 100%.
    (Always use percent, never em.)
    */
    font-size: 100%;

}

body
{
    /*
    Use this as the base to change everything else relativley.
    */
    font-size: 100%;

}
/* --------------------------------------------- */


body
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}


/* This is equivalent to cellspacing="0" cellpadding="0" border="0" */
/* (Doesn't work well for tables with borders AND background colors) */

    .outerui table,
    table.maincolumns
    {
	    border-collapse: collapse;
	    border-spacing: 0px;
    }

    .outerui table td,
    .outerui table th
    {
	    padding: 0px;
    }


.outerui td,
td.outerui
{
    vertical-align: top;
}

.outerui .hidden
{
    display: none;
}

.outerui form
{
    margin: 0px;
    padding: 0px;
}

.outerui a,
.outerui a.active:active,
.outerui a.youarehere:active,
.outerui a.active:hover
.outerui a.youarehere:hover
{
    color: #163f6e;
    outline-style: none;
    text-decoration: none;
}

.outerui a:hover,
.outerui a:active,
.outerui a.active,
.outerui a.youarehere
{
    color: #cd8929;
}

.outerui p a
{
    text-decoration: underline;
}

.outerui p a.learnmore
{
    padding: 0px 12px 0px 0px;
    background-image: url(/ui/images/chevron_5_trans_163f6e.gif);
    background-repeat: no-repeat;
    background-position: right .5em;
    white-space: nowrap;
}

.outerui p a.learnmore:hover
{
    background-image: url(/ui/images/chevron_5_trans_cd8929.gif);
}

/* no borders around linked images */
.outerui a img
{
    border: 0px;
}

/* dotted horizontal rule */
.outerui .hr {
	border-bottom: none;
	margin: 15px 0px 15px 0px;
	padding: 1px 0px 0px 0px;
	background: url(/ui/images/dot_1x1_3x3_999999.gif) repeat-x bottom;	
}

/* --------------------------------------------- */

.outerui div.weight
{
    display: block;
    clear: both;
    height: 1px;
    width: 1px;
    font-size: 0px;
    padding: 0px;
    margin: 0px 0px -2px 0px;
    border: 0px;
    visibility: hidden;
}



/* --------------------------------------------- */

table.maincontent,
table.maincontent td
{
    position: relative;
}

td.greedycolumn
{
    width: 100%;
}

/* --------------------------------------------- */

.outerui div.box
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}




/* --------------------------------------------- */

.outerui div.l,
.outerui div.r
{
    background-image: url(/ui/images/10_otrans_iffffff_rcccccc_box_2_1000sq.gif);
    background-repeat: no-repeat;
}

.outerui div.boxtop
{
    position: relative;
    top: 0px;
    height: 10px;
    padding: 0px;
    margin: 0px;
}

.outerui div.boxtop div.l
{
    position: absolute;
    top: 0px;
	left: -10px;
	width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-position: left top;
	overflow: hidden;
}

.outerui div.boxtop div.r
{
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    height: 10px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    border: 0px;
    background-position: right top;
}    

/* --------------------------------------------- */

.outerui div.boxbottom
{
    position: relative;
    bottom: 0px;
    left: 0px;
    clear: both;
    height: 10px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
}

.outerui div.boxbottom div.l
{
    position: absolute;
    bottom: 0px;
	left: -10px;
	width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    background-position: left bottom;
}

.outerui div.boxbottom div.r
{
    position: relative;
    bottom: 0px;
    right: 0px;
    display: block;
    height: 10px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    border: 0px;
    background-position: right bottom;
}    


/* --------------------------------------------- */

.outerui div.boxcontentwrapper
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 0px 11px 0px 11px;
    margin: 0px 0px 0px 0px;
    overflow: visible;
    
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff;
}

.outerui div.boxcontent
{
    position: relative;
    left: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: visible;
}

/* --------------------------------------------- */
/* Buttons */

.outerui a.button,
.outerui a.button:hover
{
	position: relative;
	/* left: 9px; */
	display: inline-block;
	width: auto;
	/* height: 18px; */
	/* padding: 1px 0px 1px 0px; */
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	/* background-image: url(/ui/images/button_bg_grey.gif); */
	background-repeat: no-repeat;
	/* background-position: -9px 0px; */
}

.outerui a.button div.left
{
	position: absolute;
	/* left: -9px; */
	top: 0px;
	display: block;
	/* height: 18px; */
	/* width: 9px; */
	vertical-align: middle;
	/* background-image: url(/ui/images/button_bg_grey.gif); */
	background-repeat: no-repeat;
	background-position: 0px 0px;
    overflow: hidden;
}

.outerui a.button div.right
{
	position: absolute;
	/* right: -9px; */
	top: 0px;
	display: block;
	/* height: 18px; */
	/* width: 9px; */
	/* background-image: url(/ui/images/button_bg_grey.gif); */
	background-repeat: no-repeat;
	background-position: right;
}

/* --------------------------------------------- */

.outerui div.calloutbox a.button,
.outerui div.calloutbox a.button:hover,
.outerui a.button_callout,
.outerui a.button_callout:hover
{
	left: 9px;
	height: 18px;
	padding: 1px 0px 1px 0px;
	background-image: url(/ui/images/button_bg_grey.gif);
	background-position: -9px 0px;
}

.outerui div.calloutbox a.button div.left,
.outerui a.button_callout div.left
{
	left: -9px;
	height: 18px;
	width: 9px;
	background-image: url(/ui/images/button_bg_grey.gif);
}

.outerui div.calloutbox a.button div.right,
.outerui a.button_callout div.right
{
	right: -9px;
	height: 18px;
	width: 9px;
	background-image: url(/ui/images/button_bg_grey.gif);
}

/* --------------------------------------------- */

.outerui a.button_blue,
.outerui a.button_blue:hover
{
	left: 13px;
	height: 26px;
	padding: 5px 0px 1px 0px;
	background-image: url(/ui/images/button_bg_163f6d_13.gif);
	background-position: -13px 0px;
}

.outerui a.button_blue div.left
{
	left: -13px;
	height: 26px;
	width: 13px;
	background-image: url(/ui/images/button_bg_163f6d_13.gif);
}

.outerui a.button_blue div.right
{
	right: -13px;
	height: 26px;
	width: 13px;
	background-image: url(/ui/images/button_bg_163f6d_13.gif);
}

/* --------------------------------------------- */

/* --------------------------------------------- */

.outerui a.button_dropdown,
.outerui a.button_dropdown:hover
{
	left: 13px;
	height: 26px;
	padding: 5px 0px 1px 0px;
	background-image: url(/ui/images/button_bg_chevron_circle_orange_right.gif);
	background-position: -13px 0px;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
}

.outerui a.button_dropdown div.left
{
	left: -13px;
	height: 26px;
	width: 13px;
	background-image: url(/ui/images/button_bg_chevron_circle_orange_right.gif);
}

.outerui a.button_dropdown div.right
{
	right: -36px;
	height: 26px;
	width: 36px;
	background-image: url(/ui/images/button_bg_chevron_circle_orange_right.gif);
}

/* --------------------------------------------- */


