﻿body { background: #FFF; font-family:Verdana; font-size:12px; }

/* GENERAL */
#container { margin: 0 auto; width: 1024px; min-height:600px; border: 1px solid black; overflow:hidden; }
a { text-decoration:underline; color: #000;}
a:hover { text-decoration: underline;}
a:visited { text-decoration:none; color: #000; }
.pevents { font-size: 14px; }
.active { font-weight:bold; }
.red { color:Red; }
textarea { width:150px; }



/* INTRO */
#center { margin: 0 auto; text-align: center; width:800px; }
.login { margin: 0 auto; }

/* HEADER */
#header { width: 1024px; height:132px; background-image: url("../../CORE/IMG/header_logo.jpg"); }

#left { width: 170px; float: left;}
#left ul { padding-left:2px; margin: 15px 5px 15px 5px; }
#left ul li { list-style:none; border-bottom: 1px solid black; margin-bottom: 10px; }

#left a { text-decoration:none; color: #000;}
#left a:hover { text-decoration: none; font-weight: bold; }
#left a:visited { text-decoration:none; color: #000; }

#right { width: 822px; float: left; min-height:450px; padding: 15px 15px 15px 15px; border-left: 1px solid black; }


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }