html,body
{
padding: 0px;
margin: 0px;
background-color: #ffffff;
}
/* ------------------------------ */
/* ------------------------------ */
body
{
font-size: ;
font-family: arial, sans-serif; /*times, serif;*/
font-weight: ;
color: #000000;
text-align: center;
}



/* ------------------------------ */
/* ------------------------------ */
#pagewrap1
{
padding: 0px;
margin: 0px auto;
background-color: #f0f8ff;
min-width: 750px;
max-width: 920px;
*width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth : document.body.clientWidth)
> 920 ? "900px" : (((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth) < 700 ? "710px" : "99.5%"));
text-align: left;
}



/* ------------------------------ */
/* ------------------------------ */
#headerblock
{
padding: 10px 0px 0px 0px;
margin: 0px;
}


#headercontent
{
margin: 0px 0px 0px 30%;
padding: 0px;
text-align: center;
position: relative;
height: 10em;
width: 37em;
}

#headertext
{
padding: 0px;
margin: 20px 0px 0px 0px;
width: 30em;
position: absolute;
top: 0px;
left: 0%;
}

#headerimg
{
padding: 0px;
margin: 0px;
height: 150px;
width: 100px;
position: absolute;
top: 0px;
right: 0%;
}

/* ------------------------------ */
/* ------------------------------ */
#mainblock
{
padding: 0px 0px 0px 0px;
margin: 0px;
border: 0px solid black;

}


/* ------------------------------ */
/* ------------------------------ */
#leftblockgroup
{
padding: 0px;
margin: 2.4em 0px 0px 5px;
border: 0px solid black;
float: left;
width: 15em;

}







/* ------------------------------ */
/* ------------------------------ */
#contentblock
{
padding: 0px;
margin: 0px 0px 0px 15em;
border: 0px solid black;
*height: 1%;
}
#contentdisplay   /* gets rid of 3px jog */
{
padding: 10px;
margin: 0px;
border: 0px solid black;
font-family: 'comic sans ms', sans-serif;
height: auto !important;
min-height: 318px;
*height: 319px;

}

/* ------------------------------ */
/* ------------------------------ */
#footerblock
{
padding: 0px;
margin: 0px;
background-color: #000099;
}

#footerlinks
{
padding: 0px;
margin: 0px auto;
text-align: center;
}
#footerlinkstop
{
padding: 0px;
margin: 0px;
text-align: center;
border:1px solid #000099;
}

#footerlinksbottom
{
padding: 0px;
margin: 0px;
text-align: center;
border:1px solid #000099;
}

.footerlink1
{
margin: 5px 6%;
padding: 0px;
list-style: none;
display: inline;
}
.footerlink2
{
margin: 5px 10.5%;
padding: 0px;
list-style: none;
display: inline;
}
.footerlink
{
padding: 0px;
margin: 0px;
font-size: 80%;
font-weight: 200;
text-decoration: none;
color: #f0f8ff;
}
.footerlink:hover
{
padding: 0px;
margin: 0px;
font-size: 80%;
font-weight: 200;
text-decoration: underline;
color: #ffffff;
}

/*  TEXT FORMATTING  */

.sitetitle
{
padding: 0px;
margin: 0px 0px 10px 0px;
font-size: 3em;
font-family: 'comic sans ms', sans-serif;
font-weight: 400;
color: #000099;
line-height: 1em;
}

.pagetitle
{
padding: 0px;
margin: 0px auto 10px auto;
font-size: 2em;
font-family: 'comic sans ms', sans-serif;
font-weight: 400;
color: #000099;
line-height: 1em;
text-align: center;
}

.headers
{
padding: 0px;
margin: 0px;
font-size: ;
font-family: times, serif // arial, sans-serif;
font-weight: ;
color: #000000;
line-height: 1em;
}

.smallp
{
padding: 0px;
margin: 0px;
line-height: 1em;
}
p
{
margin: 0px;
padding: 0px;
line-height: 1.2em;
}
.bold
{
font-weight: bold;
}




.buttonlike
{
margin: 10px 10px;
padding: 1px 8px 2px 10px;
border-top: 2px solid #dcdcdc;
border-right: 2px solid #696969;
border-bottom: 2px solid #696969;
border-left: 2px solid #dcdcdc;
background-color: #c0c0c0;
display: inline;
text-align: center;
}


#credits
{
margin: 0px;
padding: 10px 0px 0px 0px;
text-align: center;
background-color: #ffffff;
}

.credits1
{
white-space: normal;
text-decoration: none;
text-indent: 0px;
text-align: center;
color: #000000;
font-family: times, serif ;
font-size: 1em;
font-style: normal;
font-weight: 500;
list-style-type: none;
}
.credits2
{
font-family: times, serif ;
font-size: 1em;
font-style: italic;
font-weight: 900;
list-style-type: none;
color: #000000;
}




/*
Main (X)HTML Selectors - Typography, Colours and Positioning 
-------------------------------------------------------------------------[comment] */



a {
    color: #666699;
    font-weight: bold;
}

/*
a normal link is being styled similarly across all pages, unless re-declared
-------------------------------------------------------------------------[comment] */

a:link { }
a:visited { }
a:active { }
a:hover { }

/*
leave pseudo-classes exactly in this order even if you decide to re-declare them 
------------------------------------------------------------------[important note] */

a:link:hover, a:visited:hover {
    color: #CC3300;
    text-decoration: underline;
} /*
we dont really want to underline and hilite named anchors in this theme, just links 
------------------------------------------------------------------[important note] */

/*
Tables and related selectors
-------------------------------------------------------------------------[comment] */

table {
    font-size: 97%;
    line-height: 1.35em;
    margin: 5px 0;
    border-spacing: 1px;
    background-color: #d0d0d0;
    width: 95%;
}

/*
the actual border should be visible only when border-width is re-declared
------------------------------------------------------------------[important note] */

th {
    color: #666699;
    background-color: #f3f3f3;
}

thead { }

tfoot {
    font-weight: bold;
    background-color: #DCDCE1;
}

th, td {
    padding: 1px 3px;
    height: auto;
}

td { background-color: #ffffff; }

/*
General text and related selectors 
-------------------------------------------------------------------------[comment] */

h1, h2, h3, h4 {
    font-family: arial, helvetica, tahoma, sans-serif;
    font-weight: bold;
    line-height: 120%;
    color: #000099;
    padding: 0;
    margin: .5em 0 .5em 0;
}

/*
page headers - shared typography and positioning 
-------------------------------------------------------------------------[comment] */

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
p { margin: .5em 0 0 0; }

pre {
    color: #990066;
    font-size: 95%;
    font-family: monaco, courier, monospace;
}



blockquote {
    color: #333366;
    margin: 2em;
}

code {
    color: #990066;
    font-family: monaco, courier, monospace;
}

sup, sub {
    font-size: 95%;
    font-weight: normal;
}

/*
Form elements 
-------------------------------------------------------------------------[comment] */

form {
    margin: 1em 0;
    padding: 0;
    display: block;
}

button { border: 2px outset #f0f0f0; }

input, select, textarea {}

legend {
    color: #CC3300;
    border: 1px solid #aaaaaa;
    margin: 0 -1px;
    padding: 1px 5px;
    font-weight: bold;
    min-width:15em;
    display:block;
    background-image: url(../images/gradients.png);
    background-position: 0px -410px;
    background-repeat: repeat-x;
}

fieldset {
    border: 1px solid #aaaaaa;
    margin: 1em 0;
    padding:5px;
}

label.xar-form-label {
    padding: 2px;
    text-align: right;
    padding-left: 5px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #333366;
    background-color: #f9f9f9;
    border:1px solid #f0f0f0;
    clear:left;
}

/* reset for table header labels to preserve table styles */
th label {
    background-color:transparent;
    border:0 none;
    width:auto;
    margin:auto;
}

td select {width:auto;}

/*
replaced elements 
-------------------------------------------------------------------------[comment] */

img { border: 0px; }

/*
list elements 
-------------------------------------------------------------------------[comment] */

ul, li, ol { line-height: 140%; }

/* THEME SPECIFIC CLASSES [gen_heading] */
h5, h6 {
    color: #333399;
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

hr {
    width: 100%;
    color: #cccccc;
    height:1px;
}

/* XARAYA REQUIRED INDIVIDUAL CLASSES [gen_heading] */
td.xar-norm { }
td.xar-alt { }

/* XARAYA REQUIRED ANONYMOUS CLASSES  [gen_heading] */

/*
these defaults apply to the left and right block group 
-------------------------------------------------------------------------[comment] */

.xar-block-head,
.xar-block-head-right { color: #333399; }

.xar-block-title,
.xar-block-title-right {
    font-weight: bold;
    font-size: 110%;
    padding: 0 4px;
    color: #333366;
    background-color: #DDDDF0;
    background-image: url(../images/gradients.png);
    background-position: 0px -430px;
    background-repeat: repeat-x;
}

.xar-block-body,
.xar-block-body-right { }

.xar-block-foot,
.xar-block-foot-right { margin-bottom: 2px; }

/*
topnav block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-topnav { }
.xar-block-title-topnav { }
.xar-block-body-topnav { }
.xar-block-foot-topnav { }

/*
center block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-center { width: 100%; }

.xar-block-title-center {
    /*  background-color: inherit; */
    font-weight: bold;
}

.xar-block-body-center { }

.xar-block-foot-center {
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid #A0B8E5;
}

/*
module rendering area and related rules 
-------------------------------------------------------------------------[comment] */

.xar-mod-head, .xar-mod-body, .xar-mod-foot { border: 1px solid #cccccc; }

.xar-mod-head {
    padding: 3px 10px;
    margin: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #333366;
    background-color: #ffffff;
    background-image: url(../images/gradients.png);
    background-position: 0px -250px;
    background-repeat: repeat-x;
    border-bottom: 0 none;
}

.xar-mod-title {
    font-size: 110%;
    font-weight: bold;
}

.xar-mod-body {
    padding: 5px 10px;
    margin:0;
}
 
.xar-mod-foot {
    border-top: 0 none;
    padding: 3px 10px;
}

/*
complementary styling - colors, backgrounds and outlines 
-------------------------------------------------------------------------[comment] */

.xar-alt { background-color: lightblue; }
.xar-accent { background-color: #efefef; }

.xar-alt-outline {
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
}

.xar-accent-outline {
    border-color: #333366;
    border-width: 1px;
    border-style: solid;
}

.xar-norm-outline {
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}

/*
complementary text related styling
-------------------------------------------------------------------------[comment] */

.xar-norm { background-color: #FFFFFF; }
.xar-sub { font-size: 80%; }
.xar-error { color: #ff0000; }
.xar-title { font-weight: bold; }

/*
not sure if we still using this rule anywhere TODO: check
-------------------------------------------------------------------------[comment] */

/* THEME SPECIFIC ANONYMOUS CLASSES  [gen_heading] */
.xar-sidebox {font-size:90%;}

div.xar-block-body-topnav li, div.xar-block-body-topnav ul {
    display: inline;
    list-style-type: none;
    padding: 0 5px;
    margin: 0;
    border: 0;
} /*
since topnav group is available by default, we should take care of it
-------------------------------------------------------------------------[comment] */

/* hide section heading [gen_heading] */
div.xar-block-body-topnav .xar-menu-section h4 { display: none; }


div.xar-block-body-topnav .xar-menu-section ul li a {
    display: inline;
    padding-right: .5em;
    padding-left: .5em;
}

/* all links should display horizontally in topnav block in this theme */
div.xar-block-body-topnav {
    margin: 2px 0;
    padding: 2px 0;
    background-color:#ffffff;
}

/* MISCELLANEOUS [gen_heading] */

abbr, acronym, .help {
    border-bottom: 1px dotted #999;
    cursor: help;
}
