body,html{
    background:#f9f9f9;
    height:100%;
    width:100%;    
}
.top_menu{position: fixed;z-index:2;width:100%;text-align:center;background-color:#f3f3f3;border-bottom:1px solid #eee;margin:0;padding:0;}
.main_logo#upper_logo{line-height:50%;padding-left:10px;padding-right:30px;padding-top:5px;font-family: 'Droid Serif', serif;letter-spacing:-1px;color:#e15611;font-size:30px;}
#bottom_logo{font-size:14px;color:#333;letter-spacing:0;font-family: 'Arial Narrow', sans-serif;}
.digests_top{
position: fixed;
z-index:1;
}
.auth_img{
    border-bottom: 3px solid #ffffff;
    cursor:pointer;
}
.auth_img:hover{
    border-bottom: 3px solid #E15611;
}
.col_general{
    text-align:center; 
    border-bottom:1px solid #C4DAE9;
    background:white;
    box-shadow: 
        5px 0px 15px -7px #ccc,
        -5px 0px 15px -7px #ccc;
    -webkit-box-shadow: 
        5px 0px 15px -7px #ccc,
        -5px 0px 15px -7px #ccc;
    -moz-box-shadow: 
        5px 0px 15px -7px #ccc,
        -5px 0px 15px -7px #ccc;
}
#digest_header{
font-family: 'Amethysta', serif;
height:25px;
line-height:25px;
background:#5f85ac;
color:#fff;
font-size:1em;
position:relative;
width:250px;
text-align:center;
}
#digest_header_link{
cursor:pointer;
text-decoration:none;
color:#ffffff;
}
#digest_header_link:hover{
color:#EBEBEB;
}
.digests_block{
display: block;
list-style-type: none;
text-align:left;
position:relative;
text-decoration: none;
webkit-box-shadow: 1px 1px 10px #dcdcdc;
-moz-box-shadow: 1px 1px 10px #dcdcdc;
box-shadow: 1px 1px 10px #dcdcdc;
margin:0;
padding:0;
width:250px;
}
.digests_block#right{
   font-family: 'Amethysta', serif;
   font-size:11pt;
   text-align:center;
   color:#333;
   font-weight:normal;
   padding: 0 0 5px 3px;
   width:200px;
}
.digest_row{
border-bottom:1px solid #dedede;
display:block;
overflow:hidden;
padding:3px 0 3px 0;
}
.digest_row:hover{
   background:#EBEBEB;
}
.digest_img{
    display:block;
    overflow:hidden;
    float:left;
    position:relative;
    border:0;
    margin-right:5px;
}
a.digest_title{
   font-family: 'Amethysta', serif;
   text-decoration:none; 
   font-size:11pt;
   color:#333;
   font-weight:normal;
}
.right_button{
   border:1px solid #dedede;
   margin: 15px 3px 15px 0;
   cursor:pointer;
   width:50px;
}
.right_button:hover{
   border:1px solid #999;
}
td#main_block{
font-family:Arial,sans-serif;
color:#333;
font-size:14px;
text-align:top;
}
td#main_block:hover{
    background:#E1ECF4;
}
#main_link{
text-decoration:none;
}

button.done_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #fafafa 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dfdfdf');
	background-color:#fafafa;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
    float:right;
    cursor:pointer;
}button.done_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fafafa) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #fafafa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fafafa');
	background-color:#dfdfdf;
}button.done_button:active {
	position:relative;
	top:1px;
}
#titles_list{
color:#525252;
font-size:10pt;
text-decoration:none;
font-weight:normal;
}
#all_titles{
    color: #6e6e6e;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align:left;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-left: 1px solid #E15611;
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
}
#all_titles:hover{
    color: #EE7E02;
    font: 12px Helvetica, Arial, sans-serif;
    font-weight:bold;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
td#all_titles a{display: block;}
#top_row{
    color: #f3f3f3;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align:center;
    background: #5F85AC;
//    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#555555),to(#515151));
//    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#555555),to(#515151));
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left:10px;
    padding-right:5px;
}
.next_button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding-top:1px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
    width:150px;
}.next_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.next_button:active {
	position:relative;
	top:1px;
}
#collapse{
color: #999;
font: 16px Verdana, sans-serif;
letter-spacing: -1px;
    margin-left:10px;
    text-decoration: none;
}
#sm_buttons{
    color: #333;
    font: 11px Helvetica, Arial, sans-serif;
    text-decoration: none;
    display:block;
    padding:1px 0;
    box-sizing: content-box;
    text-align:center;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
   	height:14px;
	width:70px;
}
#sm_buttons:hover{
    color: #EE7E02;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a#icons_top {
    color: #7A7A7A;
    text-decoration: none;
    font-size: 22px;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
   	height:32px;
	width:32px;
    padding-top:2px;
//    vertical-align:top;
//    display:inline-block;
}
a#icons_top:hover {
    background: #ededed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    border: solid 1px #7A7A7A;
}