/*
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
*/


a.tooltip, a.tooltip:link, a.tooltip:visited {
/*
    color: #545454;
    text-decoration: none;
*/
}

a, a:link, a:visited {
/*
    color: #b63430;
    text-decoration: none;
*/
}

div.yui-dt-col-from a {
   /*  color: #545454; */
}

div.yui-dt-col-subject a {
    /* color: #545454; */
}


.sectionsep {
    /* background: #d4d2b6; */
}

.verticalsep {
    /* height: 4px; */
    
}

#summaryFormDiv {
    /* background: #EEEED0; */
}



span.errorNotice {
/*
    color:#b63430;
    font-weight:bold;
    text-decoration: none;
*/
}

span.errorItem {
/*
    color:#b63430;
    font-weight:bold;
    text-decoration: none;
    padding: 1em;
*/
}

span.keyword {
/*
	color: #ff0000;
	font-weight: bold;
	background-color: #ffff00;
*/
}

div.time {
/*
    color:#ffffff;
    text-decoration: none;
    font-size: 0.8em;
    align: center;
*/
}

#noticeMsgDiv {
/*
    font: normal 20px Helvetica, Arial, Sans-Serif;
    opacity: 0.7;
    filter:Alpha(Opacity=70); 
    color: white;
    background-color: black;
*/
}

#noticeDiv {
/*
    font-weight: bold;
    font-size: 1.5em;
*/
}
div.noticeDiv {
/*
    font-weight: bold;
    font-size: 1.5em;
*/
}

.formLoadingContainer {  
/*
    background-color: #FFF;
    opacity: 0.7;
    filter: Alpha(Opacity=70);
*/
}


.loadingContent, .inlineLoadingContent, .formLoadingContent {
    /* background: white url(/pav/images/ui-anim_basic_16x16.gif) left center no-repeat; */
}



.yui-skin-sam .yui-dt-selected a {
/*
    color: #ffffff;
    text-decoration: none;
*/
}

.yui-skin-sam tr.yui-dt-odd { background-color:#d4d2b6; } /* light blue */
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color:#FFF; } /* light blue sorted */
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color:#d4d2b6; } /* dark blue sorted */
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color:#FFF; } /* light blue sorted */
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color:#FFF; } /* light blue sorted */

.yui-skin-sam tr.yui-dt-selected td
, .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc
, .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
    background-color:#426FD9;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color:#d4d2b6;
}



/* STANDARD */

button:hover, .buttons a:hover, .toolbar a:hover {
/*
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
*/
}
.buttons a:active, .toolbar a:active {
/*
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
*/
}

/* TOOLBAR */

.toolbar a, .toolbar button
, .rtoolbar a, .rtoolbar button {
/*
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
*/ /* Links */
}


/* BUTTONS */

.buttons a, .buttons button{
/*
    display:block;
    margin:0 1px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
*/ /* Links */
}


/* POSITIVE */

button.positive
, .buttons a.positive
, .toolbar a.positive
, .buttons a.positive:visited
, .toolbar a.positive:visited
, .buttons a.positive:active
, .toolbar a.positive:active {
/*
    color:#958d48;
    background-color:#f5f5f5;
*/
}
.buttons a.positive:hover
, .toolbar a.positive:hover
, button.positive:hover {
/*
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#958d48;
*/
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    /* color:#d12f19; */
}
.buttons a.negative:hover, button.negative:hover{
/*
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
*/
}
.buttons a.negative:active{
/*
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
*/
}
    
#navselected {
    /* background-color: #D4D2B6; */
}


ul.dropdown li {
/* border-color: #d4d2b6; 
    background-color: #ffffff; 
    color: #fff; 
    text-decoration: none;
*/
}

ul.dropdown li:hover {
/* 
    color: #dddddd;
    background-color: #d4d2b6; 
*/
}

.ac_results {
/*
	border: 1px solid black;
	background-color: white;
*/
}

.ac_loading {
	/* background: white url('indicator.gif') right center no-repeat; */
}

.ac_odd {
	/* background-color: #eee; */
}

.ac_over {
	/*
background-color: #0A246A;
	color: white;
*/
}
