/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 
/*sub, sup, */
tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 20;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************** End Reset ********************/

body {
    margin:1 auto;
    background: #ffffff;
}
body, td, p {
    font-family: tahoma, sans-serif;
    font-size: 10pt;
}

p {
     margin-left:5px;
     padding: 5px;
}
a {
    color: #cc6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: verdana, sans-serif;
    font-weight: bold;    
    margin-top:5px;
    margin-bottom: 5px;
    margin-left:5px;
    /*color: #FF9900;*/
	color: #494949;
}
h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
strong {font-weight: bolder;}
em {font-style:italic;}
li{margin:5px 0px 5px 20px;}
ul {list-style-type: disc;margin-top:5px;margin-bottom:5px;margin-left:10px;}
ol {list-style-type: decimal;margin-top:5px;margin-bottom:5px;margin-left:10px;}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
/* rounded corners on input fields */        
input { -webkit-border-radius: 5px; border-radius: 5px; }
.wordwrap-old { 
   white-space: pre-wrap;      /* CSS3 */   
   word-wrap: break-word;      /* IE */
}
.wordwrap {word-wrap: break-word;}
.no_margin {
    margin:0px;
}
.center {
    margin-left:auto;
    margin-right:auto;
    /*float: left;
    float: right;*/
    /*text-align: center;*/
}
.left {
    float: left;
}
.right {
    float: right;
}
.mainmath {
    width:1000px;
}
.toplist_text {
    font-size: 8px;
    color: #ff9900;
}
.toplist_text td+td {
    padding-left: 10px;
}
.toplist_text th+th {
    padding-left: 10px;
}
.warninginfotext {
    color:#ff0000;
    font-weight: bold;
}
.tipinfotext {
    color:#0000ff;
    font-weight: bold;
}
.userpropertyinput {
    width:40px;
}
.graph-layout1 {
    width : 300px;
    height: 300px;
    margin: 8px auto;
}
.status_bg_ok {
    background-color:#00cc00 !important;
}
.status_bg_soso {
    background-color:#ffff00 !important;
}
.status_bg_nok { 
    background-color:#cc0000 !important;
}
       

.reporttable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse:collapse;
margin: 8px auto;
}
.reporttable td, .reporttable th 
{
border:1px solid #cccccc;
padding:3px 7px 2px 7px;
}
.reporttable th 
{
font-weight: bold;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#ccccff;
color:#000;
}
.reporttable tr.oddrow td 
{
color:#000;
background-color:#ffffff;
}
.reporttable tr.evenrow td 
{
color:#000;
background-color:#eeeeff;
/*background-color:#EAF2D3;*/
}
.reporttable td.header {
    font-weight: bold;
}
.headerbackground {
	background-color:#bbbbcc;
	padding-top:5px;
	padding-bottom:4px;
}
.searchfieldpopup {
    position:absolute;
    background-color:#eeeeee;
    width:300px;
    height:100px;
    z-index: 9002;    
    padding:4px;
    border-width: 2px;
    margin-left:auto;
    margin-right:auto;
    visibility:hidden;
}
.listcontrols {
    width:600px;
    border-width: 2px;
    margin-left:auto;
    margin-right:auto;
    
}       
.greybox {
    background-color:#f1f1f1;
    /*border-style:solid;*/
    border-width:2px;
    border-color:#dddddd;
}
.borderbox_line {
    border-style:solid;
    border-width:1px;
    border-color:#aaaaaa;
}
.borderbox_dashed {
    border-style:dashed;
    border-width:2px;
    border-color:#aaaaaa;
}
.hideLowSmall {
    position:absolute;
    z-index: -10;    
    width:1px;
    height:1px;
	overflow: hidden;
}
.submenubox {
    background-color:#aaaaaa;
	padding:5px;
}
.activeselection {
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
    background-color:#ffffff;
	padding:5px;
}
#openLatexEditorBoxHide {
    position:absolute;
    z-index: -10;    
    width:1px;
    height:1px;
	overflow: hidden;
}
#validatelogin {
    color:#ff0000;
}

#pagebottom_std {
    padding-top: 20px;
    text-align: center;
    color:#FF9900;
    clear:both;
}
#top_container {
    width:1000px;
    /* margin: 0 auto; */
    margin-left:auto;
    margin-right:auto;
    position: relative;
}

#all_container {
    width:1000px;
    /* margin: 0 auto; */
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    position: relative;
    background-color: #fff;
}

#main_container {
    width:700px;
    /* margin: 0 auto; */
    float: left;
    /*margin-left:auto;
    margin-right:auto;
    /*margin-top:1em;*/
    position: relative;
    /*padding: 20px 0 40px;
    background-color: #ffffff;*/
    z-index: 0;
}
#left_container {
    float: left;
    width:0px;
    height:400px;
    overflow:auto;
}
#right_container {
    float: right;
    width:200px;
    height:400px;
/*    overflow:auto;*/
}

#lefthalf {
    width:500px;
    float: left;
}
#righthalf {
    width:500px;
    float: right;
}

#report_container {
    width:1000px;
    /* margin: 0 auto; */
    margin-left:auto;
    margin-right:auto;
    /*margin-top:1em;*/
    position: relative;
    /*padding: 20px 0 40px;
    background-color: #ffffff;*/
    z-index: 0;
}

#toolbar {
    /*background: #0174AA;*/
    background: #000033;
    padding: 15px 0px;
/*        box-shadow: 5px 5px 10px #004466;
        -webkit-box-shadow: 5px 5px 10px #004466;
        border-radius: 3px;
        -webkit-border-radius: 3px;       */           
    margin-bottom:25px;        
}
#toolbaralerts {
    position: relative;
    top:-12px;
}
#nav {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    top:-19px;
    left:-20px;
    /*margin: 50px;*/
    z-index: 10;
    /* display: block;*/
    list-style-type: none;
    background: #666666;
}
#nav .active {
    background: #ffffff;
    color: #0174AA;
    padding: 3px 10px 10px 10px;
}
#nav ul { 
    background: #333333;
}
#nav li { 
    float: left; 
}
#nav li:hover { position: relative }
#nav li:hover > a { 
    background: #333333; 
}
#nav li.sub:hover > a {
}

#nav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 11px;
    display: block;
}
/*#nav li a .active { background-color: #ffffff !important;}*/

#nav li a:hover { background-color: #888888; }

#nav li ul { 
    list-style-type: none;
    padding: 0px;
    margin: 0px;        
    background: #fff;
    margin-top: -0px;
    display: none;   
}
#nav li:hover ul {
    display:block; 
    position:absolute; 
}

#nav li ul {
    background: rgba(255,255,255,0.9);
    padding: 10px 5px;

    box-shadow: 5px 5px 25px #000;
    -webkit-box-shadow: 5px 5px 25px #000;
}
#nav li ul li a, #nav li ul li a:hover {
    background: transparent;
    color: #000;
    width: 150px;
    font-size: 0.95em;
    font-weight: normal;
}
#nav li ul li a:hover { 
    text-decoration: underline; 
    box-shadow: none;
    -webkit-box-shadow: none;

    border-radius: 0;
    -webkit-border-radius: 0;
}

/* CSS popup */
#blanket {
    background-color:#111;
    opacity: 0.65;
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}
#popUpDiv {
    position:absolute;
    background-color:#eeeeee;
    width:300px;
    height:300px;
    z-index: 9002;
}
#blanket1000 {
    background-color:#111;
    opacity: 0.40;
    position:absolute;
    z-index: 1000;
    top:0px;
    left:0px;
    width:100%;
}
#popUpSaving {
    padding:10px;
    font-weight: bold;
    position:absolute;
    left:380px;
    top:400px;
    opacity: 0.75;
    background-color:#ddddff;
    border-style:solid;
    border-width:3px;
    border-color:#999999;
    width:200px;
    height:70px;
    z-index: 2000;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#popUpPlsWait {
    padding:10px;
    font-weight: bold;
    position:absolute;
    left:380px;
    top:400px;
    opacity: 0.75;
    background-color:#ddddff;
    border-style:solid;
    border-width:3px;
    border-color:#999999;
    width:200px;
    height:70px;
    z-index: 2000;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#update_problem {
    position:absolute;
    background-color:#ffffff;
    left:50px;
    width:900px;
    min-height:400px;
    height:auto !important; 
    resize:both;
    overflow:auto;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    z-index: 1100;
}
/*assignassignment; can also be used for assign members to group etc*/
#assignassignment {
    position:absolute;
    background-color:#eeeeee;
    left:50px;
    width:900px;
    min-height:400px;
    height:auto !important; 
    resize:both;
    overflow:auto;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    z-index: 1100;
}
#assignassignmentshowsearchtitle {
    position:absolute;
    left:260px;
    top:30px;
    width:250px;
    padding-left: 5px;
}
#assignassignmentshowsearch {
    position:absolute;
    left:260px;
    top:50px;
    background-color:#ffffff;
    width:250px;
    height:300px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    overflow:auto;
    padding-left: 5px;
}
#assignassignmentshowselectedtitle {
    position:absolute;
    left:580px;
    top:30px;
    width:250px;
    padding-left: 5px;
}
#assignassignmentshowselected {
    position:absolute;
    left:580px;
    top:50px;
    background-color:#ffffff;
    width:250px;
    height:300px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    overflow:auto;
    padding-left: 5px;
}
#assignassignmentshowassigned {
    width:250px;
    height:100px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    margin-left:10px;
    overflow:auto;
    padding-left: 5px;
}
#findgroupmembers {
    float: right;
    background-color:#f1f1f1;
    width:350px;
    height:300px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    padding-left: 5px;
    margin-right:40px;
    overflow:auto;
    
}
#showgroupmembers {
    background-color:#f1f1f1;
    width:300px;
    min-height:300px;
    height:auto !important; 
    margin-left:5px;
    padding-left: 5px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    overflow:auto;
    
}
#findContacts { /* popup beside*/
    float: right;
    background-color:#f1f1f1;
    width:350px;
    height:300px;
    border-style:solid;
    border-width:2px;
    border-color:#dddddd;
    margin-right:40px;
    overflow:auto;
}
#contactName {
    color:#111133;
    font-weight: bold;
}

#showMyContactsFrame {
    /*background:#f1f1f1;*/
    width:200px;
    height:400px;
    float: right;
    border-width:2px;

}
#mainmessagelistbox {
    max-height:300px;
    overflow:auto;
}
#messagepart {
    border-color:#dddddd;
    margin-top: 10px;
    border-style:solid;
    border-width:2px;
    padding: 5px;
}
