/* ************************ BASE TAGS ************************ */
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* ENDOF******************* BASE TAGS ************************ */

/* ************************ NAMED TAGS ************************ */

#logo {
	background-color: #fff;
}

a#logo {

margin-top:-8px;
}

#copyright {
 
margin-top: 20px;
   padding-top: 10px;
    border-top: dotted 1px #000;
}

#top {
    background: #fff url(images/title_bkgnd.gif) repeat-x left top;
}

#top h1 {

background-color: #fff;
font-size: 14px;
}

#bottom {


    background: #fff;
}

.middleDefaultWebPart {
    border: solid 1px #000;
    background: transparent;
}

.middleDefaultNoWebPart {
    border: 1px solid #000;
    background: transparent;
}

/* ENDOF******************* NAMED TAGS ************************ */

/* ************************ MISC TAGS ************************ */
.dummy {
    background-color: #eee;
    color: #000;
}

div.part {
    border: solid 1px #000;
}

/* ENDOF******************* MISC TAGS ************************ */

/************************************ REPEATERS ***********************************/
table.default tr th, table.rpt tr th {
    background: #f9f9f9 url(images/header_bkgnd.gif) repeat-x left bottom;
}

tr.rptitemFooter td {
    background: #f9f9f9 url(images/footer_bkgnd.gif) repeat-x left bottom;
}

tr.rptaltitem td {
	background-color: #e9e9e9;
}

/*ENDOF****************************** REPEATERS ***********************************/

/************************************* TABS *************************************/
div#tab, div.tab {
    background: transparent;
}

ul.tab li a:hover {
    background: #fbcd2d;
}

ul.tab li.selTab a, ul.tab li.selTab a:hover {
    background-color: #fff;
}

div#tab, ul.tab, div.tab {
    margin-left: 30px;
}

/*ENDOF******************************* TABS *************************************/

/* ****************************** PAGER ****************************** */
table.pager th {
    background: #fff url(images/header_bkgnd.gif) repeat-x left bottom;
}

/* ENDOF****************************** PAGER ****************************** */

/* ****************************** WEB PARTS ****************************** */
div.webPart {
    border: solid 1px #000;
}

div.webPartHeader {
    background: #f5f3f0 url(images/header_bkgnd.gif) repeat-x left bottom;
}

div.webPartItem a {
    color: #000;
}

div.webPartItem a:hover {
    text-decoration: none;
    background: #fbcd2d;
}

/* ENDOF***************************** WEB PARTS ******************************* */

/* *********************************** TREEVIEW ******************************* */

/* Selected Item in Treeview */
a:hover.q, a.sq, a:hover.sq {
    background: #fbcd2d;
}

/* ENDOF************************** TREEVIEW ****************************** */

/* ************************** FILE BROWSING *************************** */
table.fileBrowser tr th {
    background: #f9f9f9 url(images/header_bkgnd.gif) repeat-x left bottom;
}

/* ENDOF********************* FILE BROWSING *************************** */
