html { height: 100%; width: 100%; }
body { height: 100%; width: 100%; margin: 0; padding: 0; border: 0; background: #FFFFFF;
    font: 13px/15px Verdana,Arial,Helvetica,sans-serif; }

strong,
b { font-weight: bolder; }


.clr
{
    clear: both;
}

li
{
    margin-left: 10px;
}

table td, th
{
    border: 1px solid black;
    padding: 2px;
}

th
{
    text-align: center;
}

table#results td
{
    width: 160px;
}

table#results .options
{
    border: 1px solid black;
    width: 30px;
    height: 30px;
}

img
{
    border: none;
}

#site_wrapper
{
    width: 800px;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
    background-color: #D0DCE0;
}

#header
{
    background-color: #DBE7FF;
}

#logo
{
    float: left;
    width: 220px;
    height: 220px;
}

#logo img
{
    width: 220px;
	height: 220px;
}

#slogan
{
    float: left;
    width: 580px;
    height: 220px;
    background-image: url('../img/hdr.jpg');
}

#container
{
    min-height: 530px !important;
	margin: 0;
	padding: 0;
}

#sidebar
{
    min-height: 530px !important;
    height: 530px !important;
    width: 220px;
    float: left;
    background-image: url('../img/horizontal.png');
    background-repeat: repeat-y;
    background-color: white;
}

#nav, #admin_nav
{
    width: 250px;
}

#content
{
    color: #333399;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 510px !important;
    height: 530px;
    width: 570px;
    float: left;
    background-color: #f0e8cb;
    overflow: scroll;
}

#content li
{
    list-style-type: disc;
    margin-left: 20px;
}

#footer
{
    min-height: 40px !important;
    clear: both;
    background-color: #D0DCE0;
    text-align: center;
    color: #336699;
    font-weight: bold;
    line-height: 40px;
}



/* -         -   */

#nav li
{
    margin: 0;
    line-height: 24px;
    width: 220px;
}

.menu
{
    background-image: url('../img/horizontal.png');
    background-repeat: repeat-y;
    background-color: white;
}

.submenu li
{
    border-bottom: 1px dashed #9999ff;
}

#nav a, #nav span
{
    padding-left: 10px;
    width: 210px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    color: #336699;
}

#nav a:hover
{
    background-color: #99ccff;
    background-repeat: repeat-y;
    color: white;
}

#nav span
{
	font-size: 11px;
	line-height: 22px;
    color: black;
    text-decoration:underline;
}

#exams li
{
    list-style-type: none;
    margin-left: 10px;
}

#exams .uni
{
    display: block;
    width: 520px;
    font-size: 16px;
    background-color: #ccc;
    margin: 6px 0 6px 0px;
    padding: 4px 5px;
}

.exam_info li
{
    width: 510px;
    font-size: 14px;
    padding: 1px 0;
}

.exam_info .odd
{
    background-color: #ffefcf;
}

.exam_info .even
{
    background-color: #f0e0c0;
}

.exam_info .date_time
{
    font-style: italic;
}

/* -         -   */

a#flashing{
	color: #333399;
	height: 30px;
}

/* Информационната система: резултати */

#spr_result li
{
    list-style-type: none;
    margin-left: 0;
}

#spr_result .spr_uni_li
{
    background-color: #ffefcf;
    padding: 3px 0;
}

#spr_result .spr_uni
{
    font-weight: bold;
}

.spr_data, .spr_uni
{
    margin-left: 5px;

}

.ul_data li
{
    background-color: #f0e0c0;
    padding-left: 10px;
}

.akred
{
    color: green;
}

.not_akred, .spr_multyExams
{
    color: red;
}

.spr_description
{
    background-color: yellow;
}

.options img
{
    display: block;
}

/* pagination */

#pagination
{
    width: 550px;
    text-align: center;
    margin-top: 20px;
}

#pagination a, #pagination span
{
    border: 1px solid #ffefcf;
    background-color: #f0e0c0;
    text-decoration: none;
    padding: 2px;
}

#pagination span
{
    color: #cccccc;
}

#pagination #currentPage
{
    font-size: 20px;
    color: #333399;
}



































