/**
 * Alpha Xi Style Sheet
 *
 * This style sheet provides the layout of the Default Mezcal Skin.
 *
 * Suggested order of styles (a la mozilla.org):
 *
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 * Author: Jonathan Krauss <jkrauss@asymworks.com>
 * Version: $Revision: 82 $ $Date: 2008-06-15 16:27:09 +0000 (Sun, 15 Jun 2008) $
 * Internal: $Id: template.css 82 2008-06-15 16:27:09Z jkrauss $
 */

/* Body Base Settings */

body
{
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    color: #fff;
}

/* General Text Setup */

body, td, th, input 
{ 
    /* redundant rules for bad browsers  */
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

/* Basic HTML Element Defaults */

form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 0;
    padding: 10px 0;
    border: none;
    border-top: 1px solid #999;
}

legend 
{
    margin-bottom: 5px;
    margin-left: -9px;
    padding-right: 0px;
    padding-left: 2px;
    color: #999;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
}

fieldset > legend
{
    margin-left: -7px;
    padding-left: 0;
    padding-right: 9px;
    padding-top: 3px;
}

img 
{
    border: none;
}

td, th, input, select, textarea 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

input, button
{
    border: 1px solid #444;
}

hr
{
    clear: both;
    height: 1px;
    margin-top: 1em;
    border: 1px #888 solid;
}

/* Header and Link Formatting Styles */

h1, h2, h3, h4, h5, h6 
{
    clear: both;
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #888;
	font-family: arial, verdana, sans-serif;
	color: #444;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; text-decoration: underline; }
h6 { font-size: 90%; }

    :link { color: #c00; text-decoration: none; }
    :visited { color: #c00; text-decoration: none; }
    :link:hover, :visited:hover { color: #c00; text-decoration: underline; }
    :link:active, :visited:active { color: #c00; text-decoration: underline; }
    
/* Page Header */

#idHeader
{
    width: 100%;
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-x;
}

#idHeader:after
{
    display: block; 
    clear: both;
    height: 0; 
    content: ""; 
}

#idHeader
{
    height: 100%;
}

#idHeaderWrapper
{
    padding-left: 150px;
}

#idHeaderPin
{
    display: inline;
    float: left;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 13px;
}

#idHeaderText h1
{
    clear: none;
    float: left;
    margin-top: 0;
    padding-top: 2px;
    border: 0;
    color: #ddd;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20pt;
    font-weight: bold;
}

#idHeaderEst
{
    width: 200px;
    margin-left: 560px;
    padding-top: 14px;
    color: #a99;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
}

/* Page Footer */

#idFooter
{
    clear: both;
    width: 950px;
    margin: 0;
    padding: 0.5em 0;
    border-top: 1px solid #444;
    color: #888;
}

#idFooterText
{
    width: 760px;
    margin-left: 190px;
    font-size: 11px;
}

#idFooter :link,
#idFooter :visited
{
    color: #ddd;
    text-decoration: none;
}

#idFooter :link:hover,
#idFooter :visited:hover
{
    color: #fff;
    text-decoration: underline;
}

/* Basic Page Content Container */

.clsDummyButton
{
    visibility: visible;
    position: absolute;
    top: -100px;
}

#idPageWrapper
{
    position: relative;
    clear: both;
    width: 800px;
    margin-left: 150px;
    margin-bottom: 10px;
    padding-top: 18px;
    background-color: #fff;
    background-image: url(../images/wrapper-bg.gif);
    background-position: right top;
    background-repeat: repeat-y;
    color: #000;
    line-height: 130%;
}

#idPageWrapperNBG
{
    position: relative;
    clear: both;
    width: 800px;
    margin-left: 150px;
    margin-bottom: 10px;
    padding-top: 18px;
    background-color: #fff;
    background-image: none;
    background-position: right top;
    background-repeat: repeat-y;
    color: #000;
    line-height: 130%;
}

#idPageWrapper:after,
#idPageWrapperNBG:after
{
    display: block; 
    clear: both;
    height: 1em; 
    content: ""; 
}

#idPageWrapper,
#idPageWrapperNBG
{
    height: 100%;
}

#idPortalContentWrapper
{
    padding-left: 10px;
}

#idBigContentWrapper
{
    width: 780px;
    margin-bottom: 10px;
    background-image: none;
}

#idMainContentWrapper
{
    float: left;
    width: 490px;
}

#idMainContent
{
    position: relative;
    width: 480px;
}

#idSidebarWrapper
{
    float: right;
    width: 300px;
}

#idSidebarContent
{
    width: 280px;
    margin-left: 10px;
}

/* Flash Error and Information */

.clsFlashError
{
    width: 465px;
    margin-top: 5px;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border: 1px solid #c00;
    background: #fee;
    font-weight: bold;
}

.clsFlashInfo
{
    width: 465px;
    margin-top: 5px;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border: 1px solid #0cf;
    background: #eff;
    font-weight: bold;
}

/* Navigation Menu */

#idNavMenu
{
    position: absolute;
    clear: both;
    top: -18px;
}

.clsNavMenuTabs
{
    list-style: none;
    float: left;
    width: 800px;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #444;
    background: #c00 url(../images/nav-bg-red.gif) repeat-x top left;
    font-size: 11px;
    line-height: 100%;
}

.clsNavMenuTabs li 
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 1px 0 0;
    background: url(../images/nav-li-red.gif) no-repeat top right;
}

.clsNavMenuTabs :link,
.clsNavMenuTabs :visited
{
    float: left;
    padding: 9px 13px;
    border-bottom: none;
    color: #fff;
    text-decoration: none;
}

.clsNavMenuTabs .clsSelectedItem :link,
.clsNavMenuTabs .clsSelectedItem :visited
{
    font-weight: bold;
}

.clsNavMenuTabs .clsFirstItem :link,
.clsNavMenuTabs .clsFirstItem :visited
{
    margin-left: 25px;
    background: url(../images/nav-li-red.gif) no-repeat top left;
}

.clsNavMenuTabs :link:hover, 
.clsNavMenuTabs :visited:hover,
.clsNavMenuTabs .clsFirstItem :link:hover,
.clsNavMenuTabs .clsFirstItem :visited:hover,
.clsNavMenuTabs .clsSelectedItem :link,
.clsNavMenuTabs .clsSelectedItem :visited
{
    color: #fff;
    background: #861313;
}

/* Sub-Navigation Menu */

.clsNavigatorTabs
{
    list-style: none;
    float: left;
    width: 280px;
    margin: -0.5em 0 0.2em 0;
    padding: 0;
    line-height: 100%;
}

.clsNavigatorTabs li
{
    list-style: none;
    height: 1.3em;
    padding-top: 0.3em;
    padding-left: 0.5em;
    border-bottom: 1px dashed #888;
}

.clsNavigatorTabs li.clsLastItem
{
    border-bottom: 1px solid #888;
}

.clsNavigatorTabs .clsSelectedItem
{
    background-color: #fe8;
}

.clsNavigatorTabs .clsSeparatorItem
{
    height: 0.9em;
    padding: 0;
}

.clsNavigatorTabs :link,
.clsNavigatorTabs :visited
{
    color: #000;
    text-decoration: none;
}

.clsNavigatorTabs :link:hover, 
.clsNavigatorTabs :visited:hover,
.clsNavigatorTabs .clsLastItem :link:hover,
.clsNavigatorTabs .clsLastItem :visited:hover,
.clsNavigatorTabs .clsSelectedItem :link:hover,
.clsNavigatorTabs .clsSelectedItem :visited:hover
{
    text-decoration: underline;
}

/* Link Menu */

.clsLinkMenuTabs
{
    list-style: none;
    float: left;
    width: 280px;
    margin: 1em 0;
    padding: 0;
    line-height: 100%;
}

.clsLinkMenuTabs li
{
    background: url(../images/bullet1.gif) no-repeat;
    background-position: 4px 0.3em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    padding-left: 15px;
}

.clsLinkMenuTabs li.clsSeparator
{
    padding: 0;
    background: url(../images/separator.gif) no-repeat;
    background-position: 15px 0.5em;
}

.clsLinkMenuTabs :link,
.clsLinkMenuTabs :visited
{
    text-decoration: none;
}

.clsLinkMenuTabs :link:hover, 
.clsLinkMenuTabs :visited:hover
{
    text-decoration: underline;
}

/* Content Menu */

.clsContentContainer
{
    position: relative;
}

.clsContentMenu
{
    position: absolute;
    top: -2px;
    right: 0px;
    height: 24px;
    width: 200px;
    margin: 0;
    padding: 0;
}

.clsContentMenu h3
{
    display: none;
}

.clsContentMenu:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE Bugfix \*/
* html .clsContentMenu { height: 1%; }
/* End IE Bugfix */

.clsContentMenuTabs
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clsContentMenuTabs li
{
    list-style: none;
    float: right;
    height: 18px;
    padding: 4px;
}

/* Global Content Formatting */

#idMainContent h1,
#idBigContentWrapper h1
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 2px;
    font-weight: bold;
}

.clsPortlet
{
    position: relative;
    margin: 0;
    padding: 0;
}

.clsPortlet:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE Bugfix \*/
* html .clsPortlet { height: 1%; }
/* End IE Bugfix */

.clsPortletContent
{
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.clsPortletContentItem
{
    clear: both;
}

.clsPortletContentItem:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE Bugfix \*/
* html .clsPortletContentItem { height: 1%; }
/* End IE Bugfix */

.clsPortletContentItem h4
{
    margin-top: 0.5em;
    padding-left: 15px;
    background: url(../images/bullet1.gif) no-repeat;
    background-position: 4px 0.3em;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    border: none;
}

.clsPortletContentItem h4 :link,
.clsPortletContentItem h4 :visited
{
    color: #000;
}

/* Form Formatting */

.clsFormArea
{
    margin-top: 1em;
}

.clsFormSpacer
{
    height: 15px;
    font-size: 1%;
}

.clsFormRow
{
    clear: both;
    padding: 0 0 1px;
}

.clsFormRow label
{
    float: left;
    width: 15em;
    height: 2em;
    margin-left: -2em;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    text-align: right;
    white-space: normal;    
}

.clsFormRowL
{
    clear: both;
    margin: 0 0 0.5em;
}

.clsFormRowL label
{
    float: left;
    width: 6em;
    padding-right: 2em;
    font-weight: bold;
    white-space: normal;    
}

.clsSidebarFormRow
{
    clear: both;
    padding: 0 0 2px;
}

.clsSidebarButtonRow
{
    margin-right: 37px;
}

.clsSidebarButtonRow input
{
    float: right;
    display: block;
    width: 5em;
    height: 1.6em;
    margin-top: 0.1em;
    margin-left: 20px;
}

.clsSidebarFormRow label
{
    float: left;
    width: 6em;
    height: 2em;
    margin-left: -2em;
    padding-left: 2em;
    padding-right: 1em;
    text-align: right;
    white-space: normal;
}

.clsInputBox
{
    width: 150px;
    margin: 0 0 0.2em 0;
    padding-left: 0.1em;
    border: 1px solid #888;
}

.clsMemoBox
{
    width: 95%;
    border: 1px solid #888;
}

.clsInputBox80
{
    width: 80px;
    margin: 0 0 0.2em 0;
    padding-left: 0.1em;
    border: 1px solid #888;
}

.clsInputBox40
{
    width: 40px;
    margin: 0 0 0.2em 0;
    padding-left: 0.1em;
    border: 1px solid #888;
}

.clsInputBox250
{
    width: 250px;
    margin: 0 0 0.2em 0;
    padding-left: 0.1em;
    border: 1px solid #888;
}

.clsRequired
{
    margin-left: -1em;
    padding-right: 1px;
    color: #c00;
	font-weight: bold;
}

.clsFootnote .clsRequired
{
    margin: 0;
    padding: 0;
}

.clsButtonArea
{
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #999;
}

.clsFormButtons input
{
    float: right;
    display: inline;
    width: 5em;
    height: 1.7em;
    margin-top: 0.1em;
    margin-left: 20px;
}

.clsCheckBox,
.clsCheckBox input
{
    margin: 0;
    padding: 0;
    border: none;
}

/* Glyph Boxes */

.clsGlyphBox
{
    width: 130px;
    padding-left: 20px;
    margin: 0 0 0.2em 0;
    border: 1px solid #888;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.clsSearchBox
{
    background-image: url(../images/search.gif);
}

.clsUserNameBox
{
    background-image: url(../images/netid.gif);
}

.clsPasswordBox
{
    background-image: url(../images/password.gif);
}

/* Validation */

.clsValidator
{
    width: 465px;
    margin-top: 5px;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border: 1px solid #c00;
    background: #fee;
    font-weight: bold;
}

.clsValidator ul
{
    list-style: none;
    margin: 0;
    padding: 0.8em 0 0.2em 1em;
}

.clsValidator li
{
    font-weight: normal;
}

.clsRequiredField
{
    background-color: #fee;
}

.clsInvalidField
{
    background-color: #fe8;
}

/* List Formatting */

th, td
{
    color: #000;
}
/*
th
{
    border: 1px solid #7d7d7d;
    background-color: #f6f6f6;
    background-image: url(../images/th_bg.gif);
    background-repeat: repeat-x;
    color: #000;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

th :link,
th :visited,
th :active
{
    color: #000;
    text-decoration: none;
}

th :hover
{
    text-decoration: underline;
}

th img
{
    float: right;
    margin-right: 3px;
    margin-top: 1px;
    vertical-align: middle;
}
*/

.clsList
{
    margin-top: 1em;
    border-bottom: 1px solid #ccc;
}

.clsList th
{
    border-bottom: 1px solid #888;
    text-align: left;
}

.clsList .clsCheckBox input
{
    margin: 0;
    margin-left: -0.4em;
    margin-right: 0.4em;
    padding: 0;
}

.clsOddRow
{
    background-color: #fff;
}

.clsEvenRow
{
    background-color: #eee;
}

.clsPaging
{
    margin-top: 0.5em;
}

.clsNoItems
{
    padding-left: 2em;
    font-weight: bold;
}

/* Bullet Lists */

ul.cls2ColumnList,
ul.cls3ColumnList
{
    list-style: none;
    margin: 0;
    padding: 0.2em 0 0.2em 1em;
}

.cls2ColumnList li
{
    float: left;
    width: 200px;
}

.cls3ColumnList li
{
    float: left;
    width: 150px;
}

/* Data Tables */

.clsDataTable
{
    width: 100%;
}

.clsDataTable th
{
    width: 40%;
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
}

/* Survey Question Layout */

.clsSQuestion
{
    position: relative;
    clear: both;
    width: 480px;
}

.clsSText
{
    position: relative;
    clear: both;
    width: 450px;
    margin-bottom: 1em;
    padding-left: 30px;
    background-image: url(../images/bullet1.gif);
    background-position: 17px 0.4em;
    background-repeat: no-repeat;
}

.clsSQuestion .clsSQText,
.clsSQuestion .clsSQContent
{
    float: right;
    width: 450px;
}

.clsSQuestion .clsSQNumber
{
    float: left;
}

.clsSQContent
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.clsSQContent:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE Bugfix \*/
* html .clsSQContent { height: 1%; }
/* End IE Bugfix */

/* General Range Questions */

.clsSQRange
{
    padding-top: 1.5em;
    border: 1px solid #ddd;
}

.clsSQRangeOptions
{
    position: relative;
    padding: 2px 0 2px 0;
    border-top: 1px solid #ddd;
}

.clsSQRangeOptions label
{
    display: none;
}

.clsSQRangeOptions .clsSQRangeMinChoice label,
.clsSQRangeOptions .clsSQRangeMaxChoice label
{
    display: inline;
    position: absolute;
    top: -1.50em;
    background-repeat: no-repeat;
}

.clsSQRangeOptions .clsSQRangeMinChoice label
{
    left: 0.25em;
    padding-left: 20px;
    background-image: url(../images/arrow_l.gif);
    background-position: left center;
}

.clsSQRangeOptions .clsSQRangeMaxChoice label
{
    right: 0.25em;
    padding-right: 20px;
    background-image: url(../images/arrow_r.gif);
    background-position: right center;
}

.clsSQRangeOptions input
{
    display: inline-block;
    border: none;
    width: 13px;
    height: 13px;
}

.clsSQRangeOptions br
{
    display: none;
}

/* Specific Range Question Layout */

.clsSQRange5 input
{
    margin-left: 8.1%;
    margin-right: 8.0%;
}

.clsSQRange7 input
{
    margin-left: 5.4%;
    margin-right: 5.2%;
}

.clsSQRange9 input
{
    margin-left: 3.7%;
    margin-right: 3.7%;
}

/* General Pick Questions */

.clsSQPick
{
    border: 1px solid #ddd;
}

.clsSQPick .clsSQHint
{
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    background-image: url(../images/arrow_mini_down.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #aaa;
    font-size: 80%;
}

.clsSQPick input
{
    display: block;
    float: left;
    padding-bottom: 0.25em;
    border: none;
}

.clsSQPick label
{
    float: right;
    width: 425px;
    padding-bottom: 0.25em;
}

.clsSQPick br
{
    clear: both;
    display: block;
}

.clsSQPickOther
{
    padding-top: 0.5em;
}

.clsSQPickOther textarea
{
    margin: 0 0 4px 4px;
}