/* CSS Document */
.paging {
    font-size:0.9em;
    color:#ccc;
}
.disabled {
    width:100px;
    float:left;
    color:#ccc;
}
#error {
    font-size:12px;
    color:#cc0000;
    font-weight:bold;
}
/*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/

html { margin:0; padding:0}
img, fieldset { border:none}

body { margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}

p { font-size:13px; margin:0; padding:0px; padding-bottom:8px; line-height:1.4em}
p a:link, p a:visited {text-decoration: none; color:#4A9643;}
p a:hover {text-decoration: underline; color:#4A9643}

h1 { margin:0; padding:0; font-size:16px; font-weight:bold; padding-bottom:5px}

h4 {margin:0; padding:0px; font-size:13px; font-family:"Georgia", Arial, Helvetica, sans-serif; text-align:center; line-height:1.5em;  font-weight:normal; padding-bottom:3px}
h5 {margin:0; padding:0px; font-size:13px; font-family:"Georgia", Arial, Helvetica, sans-serif; text-align:left; line-height:1.4em;  font-weight:normal; padding-bottom:2px}
h5 a { color:#000000; text-decoration:none; font-weight:bold}
h5 a:hover { color:#000000; text-decoration: underline}


/*
---------------------------------------------
02. nav styles
---------------------------------------------
*/

.bgnav { background:url(../images/bg_nav.gif) repeat-x top}

/*
---------------------------------------------
03. border and dividers
---------------------------------------------
*/

.border_bottom { border-bottom:1px dotted #B9B9B9; padding-bottom:10px}
.border_photo { border-bottom:1px dotted #B9B9B9; border-top:1px dotted #B9B9B9; padding:15px 0px}
.border_footer { border-bottom:1px dotted #B9B9B9;}

.bgdivider { width:740px; background:url(/images/bg_contentdivider.gif) repeat-y}

.box_middle { border-left:1px solid #DCDCDC;  border-right:1px solid #DCDCDC;}

/*
---------------------------------------------
04. table styles
---------------------------------------------
*/

.table {margin:0px; padding:0 0 2px 1px; float:left; }
.table tr{ margin:0}
.table td { padding-top:3px; padding-bottom:3px; font-size:13px; padding-left:10px; padding-right:10px}
.table tr .grey { background:#F1F1F1}

/*
---------------------------------------------
05. heading background
---------------------------------------------
*/

.bgheading { width:476px; height:26px; background:url(/images/bg_innerheading.gif) no-repeat; padding-left:16px; padding-top:6px}
.bgheading a { font-weight:bold}

/*
---------------------------------------------
06. footer styles
---------------------------------------------
*/

.footerlinks { padding-top:10px; padding-left:10px; padding-right:10px}


