<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ModuleStudWorks .logo_block
{
	background:url(../img/StudWorks/logo_block_bc.png) repeat-x;
}

.header_login_studWorks 
{
	background: url(../img/StudWorks/signin_ico.png) 20px center no-repeat;
}

#header
{
    height:100px !important;
}    

#ModuleStudWorks .logo
{
    background:url(../img/StudWorks/logo.png) no-repeat;
    display:block;
	width:120px;
	height:120px;
	position:absolute;
	top:-20px;
	left:10px;
	z-index:101;
}

h5.h5
{
    text-align:center;
    color: #409A8D;
    font-weight:bold;
    margin-bottom: 15px;
}

#side
{
    margin-top: 30px;
}

.side_h_studWorks, .side_h_studWorks a
{
    font-size: 14px;
    padding-bottom: 5px;
    color: #409A8D;
    font-weight: bold;
}

.side_menu_studWorks
{
	position:relative;
	padding:10px 0 20px 0;
	border-top:1px solid #cccccc;
}
        
.side_menu_studWorks ul
{
    list-style: square outside;
	padding-left: 10px;
    color: #409A8D;
}

.side_menu_studWorks ul li 
{
	clear:both;
	padding:0 0 5px 0;
}

.side_menu_studWorks ul li a 
{
text-decoration:none;
background:0 none;
text-align:left;
color: #409A8D;
}

.side_menu_studWorks ul li a:hover
{
    background: url(../img/border.png) bottom repeat-x;
    color: #CC3300;
}

.side_menu_studWorks ul li a.active 
{
padding-right:15px;
background:url(../img/side_marker.png) right center no-repeat;
}

.hcmd:hover
{
    cursor:pointer;
    color: white;
    background: #C17313;
}

.inp, .sel
{
    position:absolute;
    z-index:10;
    display:none;
}

.wsform
{
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    border-spacing: 1px;
}

.wsform td
{
    padding: 5px;
    vertical-align:middle;
}

#eres-list select
{
   background-color:transparent;
    border: 1px solid lightgray;
    border-radius: 5px;
    outline:none;
    font-family: Arial;
    width: 99%;
}

.wsform #form-body input, .wsform #form-body select, .wsform #form-body textarea
{
    width: 470px;
    background-color:transparent;
    border: 1px solid lightgray;
    border-radius: 5px;
    outline:none;
    font-family: Arial
}

.wsform tbody tr:nth-child(odd)
{
    background-color: #F7FBFB;
}

.wsform tbody tr:nth-child(even)
{
    background-color: #FAFAED;
}

button.ws, #fileButton, #wk-unit button
{
    border-radius: 8px;
    border: 1px solid gray;
    outline: none;
    margin:2px;
}

button.ws:active, button#fileButton:active, #wk-unit tr td button:active
{
    background-color: #CC3300 !important;
    color:white;
}

button.ws:hover, button#fileButton:hover, #wk-unit tr td button:hover
{
    background-color: #409A8D;
    color:white;
}

.ws:focus, #fileButton:focus, #wk-unit button:focus
{
    background-color: ButtonFace;
    color:red;
}


td.cmd
{
    white-space:nowrap;
}
td.cmd button
{
    border-radius: 8px;
    border: 1px solid gray;
    margin-right:5px;
    outline:none;
}

td.cmd button:hover
{
    background-color: #409A8D;
    color: white;
    cursor:pointer;
}

td.cmd button:active
{
    background-color: #CC3300;
    color: white;
    cursor:pointer;
}

.ctl_frame
{
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    z-index: 0;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 5px;
}

#filter form
{
    display:none;
}

.frame_h
{
    color: #aaa;
    padding: 0 5px 0 5px;
    margin: -8px 0 -6px 10px;
    font-size: 10px;
    z-index: 1;
    background-color: white;
    display: inline-block;
    position: absolute;    
}

.frame_h:hover
{
    color: red;
    cursor: pointer;
}

#filter
{
    margin-bottom: 20px;
}

#filter table
{
    margin: 10px;
}

#filter th
{
    color: #069;
    font-weight:bold;
}

#filter tr
{
    margin-bottom: 20px;
}    

#filter input, #filter select
{
    font-size: 16px;
    border: 1px solid #ccc; 
    background: url(../img/text.png) repeat-x;
    color:#666;
    margin-right:10px;
}

#filter input
{
    width: 200px;
}

#filter button
{
    margin-right:10px;
}

a, a:visited
{
    color: blue;
}










table.ttree
{
    width:100%;
    border: 1px solid #C0C0C0;
    border-spacing: 0px;
}

table.ttree &gt; thead &gt; tr
{    
    background: url(../img/table_th.png) bottom repeat-x;
    height: 35px;
}

table.ttree &gt; thead &gt; tr &gt; th
{
    vertical-align:middle;
}

table.ttree &gt; thead &gt; tr &gt; th:hover
{
    color:Red;
    cursor:pointer;
}


table.ttree td.lev
{
    padding: 0;
    vertical-align:top;
}

table.ttree td.lev &gt; div
{
    height:100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 11pt;
}

table.ttree td.lev div div
{
    padding: 5px;
    cursor:pointer;
}

table.ttree td.lev div div:hover
{
    color:Red;
}

table.ttree td.lev div div:nth-child(odd), table.t3 tr:nth-child(odd)
{
    background-color: #EFF8F7;
}

table.ttree td.lev div div:nth-child(even), table.t3 tr:nth-child(even)
{
    background-color: #FAFAED;
}

.cur-item
{
    background-color: Blue !important;
    color:White !important;
}    

.new-item
{
    color:blue;
}    

#wk-unit
{
    width:100%;
    font-size: 11pt;
    margin-top:10px;
}

#wk-unit td
{
    vertical-align:middle;
    white-space:nowrap;
    text-align:right;
}

#wk-unit td input
{
    font-size: 11pt;
    width:98%;
    border-radius:8px;
    border: 1px solid gray;
    outline: none;
}

#wk-unit td input:focus
{
    background-color: #FFF4DF;
}

#wk-unit tr td:nth-child(1)
{
    text-align:left;
}

#wk-unit tr td:nth-child(2)
{
    text-align:center;
}

#data_container
{
    display: none;
}

</pre></body></html>