﻿html, body {
	/*width: 100%;
	height: 100%;*/
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	/*background: #f0f0f0;*/
    background: #FFF;
	font-size: 12px;


    top:0px;
    left:0px;
    /*padding:0px;
    padding-top:0px;*/
    margin:5px;
    margin-top:-5px;
}

.bodyContainer{
    width:100%;
    /*background: #f0f0f0;*/
    background:#FFF;
    margin:0 auto;
    /*padding-left:5px;
    padding-right:5px;*/
}

.logo {
    padding-left:20px;
    float:left; 
    height:45px;  
    margin-top:0px;
}

form {
	margin: 0 auto;
	margin-top: 20px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 12px;
}

.error {
    color: rgb(255,0,0);
}

.asplabel {
	color: #555;
	display: inline-block;
    padding:2px;
	/*margin-left: 18px;
	padding-top: 10px;*/
	font-size: 12px;
}

.TreeView a {
    font-size: 12px;
	color: #000;
	/*float: right;
	margin-top: 13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;*/
}

.TreeView a:visited {
	color: #000;
}

p a {
	font-size: 12px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

p a:visited {
	color: #aaa;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

/* ------------------------------------------------------------------- */

.tooltip {
    display:inline;
    position:relative
}

.tooltip:hover {
    text-decoration:none
}

.tooltip:hover:after {
    /*background:#111;
    background:rgba(0,0,0,.8);*/
    background: #FFF;
    border: 1px #000 solid;

    border-radius:5px;
    bottom:18px;
    /*color:#fff;*/
    color: #000;
    content:attr(text);
    display:block;
    left:50%;
    padding:2px;
    position:absolute;
    white-space:nowrap;
    z-index:98
}

/*.tooltip:hover:before {
    border:solid;
    border-color:#111 transparent;
    border-width:6px 6px 0 6px;
    bottom:12px;
    content:"";
    display:block;
    left:75%;
    position:absolute;
    z-index:99
}*/

/*- ------------------------------------------------------------------ */



.css3button
{
    background: rgb(173,173,173); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(173,173,173,1) 0%, rgba(35,35,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(35,35,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(173,173,173,1) 0%,rgba(35,35,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:inset 0px 1px 0px 0px #bdbab9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bdbab9;
    box-shadow:inset 0px 1px 0px 0px #bdbab9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #5C5C5C;
    display:inline-block;
    cursor:pointer;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px 3px;
    font-weight:bold;

}

.css3button:hover {
    background: rgb(35,35,35); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(173,173,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(173,173,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(173,173,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(173,173,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(173,173,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(35,35,35,1) 0%,rgba(173,173,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:inset 0px 1px 0px 0px #bdbab9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bdbab9;
    box-shadow:inset 0px 1px 0px 0px #bdbab9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #5C5C5C;
    display:inline-block;
    cursor:pointer;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px 3px;
    font-weight:bold;
}

.css3button:disabled {
	border-radius: 6px;
    border: 1px solid #5C5C5C;
    background: #999999;
    cursor:not-allowed;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px 3px;
    font-weight:bold;

}

css3button:active {
	position:relative;
    /*top:1px;*/
}



/* ------------------------------------------------------------------- */


.btn-normal:disabled {
    width: 85px; 
    height :27px; 
    color:white;
    text-align:center;
    font-weight : bold; 
    font-family:'Times New Roman';
    border:0px solid black;
}
.btn-normal:disabled:hover {
    width: 85px; 
    height :27px; 
    color:white;
    text-align:center;
    font-weight : bold; 
    font-family:'Times New Roman';
    border:0px solid black;
}

.btn-normal {
    width: 85px; 
    height :27px; 
    color:white;
    text-align:center;
    font-weight : bold; 
    font-family:'Times New Roman';
    border:0px solid black;
}
 .btn-normal:hover
    {
    width: 85px; 
    height :27px; 
    color:white;
    text-align:center;
    font-weight : bold; 
    font-family:'Times New Roman';
    border:0px solid black;
    }
.btn-normal:active
    {
    width: 85px; 
    height :27px; 
    color:white;
    text-align:center;
    font-weight : bold; 
    font-family:'Times New Roman';
    border:0px solid black;
}


/* --------------------------------------------------------------- */
.lgn-heading
{
    font-size:16px;
    font-weight:bold;
    height:30px;
    padding:5px;
    padding-top:2px;
    padding-bottom:2px;
    color:#FFF;
    font-weight:bold;
    background: rgb(89,106,114); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(89,106,114,1) 0%, rgba(206,220,231,1) 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,106,114,1)), color-stop(91%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 91%); /* IE10+ */
    background: linear-gradient(to right,  rgba(89,106,114,1) 0%,rgba(206,220,231,1) 91%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=1 ); /* IE6-9 */
    border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
}

.lgn-subheading {
    font-size:13px;
    font-weight:bold;
    height:25px;
    padding:5px;
    padding-top:2px;
    padding-bottom:2px;
    color:#FFF;
    font-weight:bold;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    margin-top:10px;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.menu-heading {
    font-size:16px;
    font-weight:bold;

    background: rgb(89,106,114); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(89,106,114,1) 18%, rgba(206,220,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(18%,rgba(89,106,114,1)), color-stop(100%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(89,106,114,1) 18%,rgba(206,220,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(89,106,114,1) 18%,rgba(206,220,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(89,106,114,1) 18%,rgba(206,220,231,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(89,106,114,1) 18%,rgba(206,220,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=1 ); /* IE6-9 */
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:#FFF;
    font-weight:bold;
    padding:5px;
    vertical-align:central;
    border:1px solid #000;
}

.menu-item-top {
    padding:2px;
    border: 1px solid #000;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom:0px;
}

.menu-item-middle {
    padding:2px;
    border: 1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
}


.menu-item-bottom {
    padding:2px;
    border: 1px solid #000;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top:0px;
}


.td-dark
{
    text-align:center;
    padding-left:5px;
    font-weight:bold;
    background-color: rgb(89,106,114);
    color:#FFF;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.td-dark-left
{
    text-align:center;
    padding-left:5px;
    font-weight:bold;
    background-color: rgb(89,106,114);
    color:#FFF;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.td-light
{
    text-align:center;
    background-color: #d9d9d9;
}

/* --------------------------------------------------------------- */

/*Bulletin*/
.bulletin_head{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#000000; 
    font-weight:bold; 
    border-right:1px solid #444; /*A1CDF2;*/ 
    border-bottom:4px solid #000000; 
    padding:1px; 
    background-color:#C2C2C2;
    text-align:center;
}
.bulletintext{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#000; 
    font-weight:normal; 
    padding-top:12px

}
.bulletin_Top{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; color:#36478B; 
    font-weight:bold; 
    border-right:1px solid #A1CDF2; 
    border-bottom:4px solid #A1CDF2; 
    border-top:1px solid #A1CDF2;
    padding:7px; 
    background-color:#FFFFFF; 
    padding-top:4px;

}
.bulletin_head_text{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#36478B; 
    font-weight:bold; 
    border-right:0px solid #A1CDF2; 
    border-bottom:0px solid #A1CDF2; 
    padding:7px; 
    background-color:#FFFFFF

}
.borderB{
    border-bottom:3px solid #A1CDF2; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#36A7E9;
     font-weight:normal; 

}
.bulletin_button{ 
    background-color:#36478B; 
    padding:3px 12px 3px 12px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#FFF; 
    font-weight:normal; 
    border:none; 
    cursor:pointer

}
/*Repeter table row*/
.td_whitebold1{ 
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border-right:1px solid #A1CDF2;
	padding:1px;
	background-color:#FFFFFF

}

.td_whitebold2{ 
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36478B;
	font-weight:bold;
	padding:7px;
	background-color:#FFFFFF

}

.td_whitenormal1{ font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	border-right:1px solid #444;
	border-bottom:1px solid #444; /*A1CDF2;*/
	padding:1px;
	/*background-color:#FFFFFF*/

}

.td_whitenormal2{ 
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36A7E9;
	font-weight:normal;
	padding:7px;
	background-color:#FFFFFF;
	border-bottom:1px solid #A1CDF2

}

.td_whitenormal3{ font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	border-right:1px solid #A1CDF2;
	border-bottom:1px solid #A1CDF2;
	padding:7px;
	background-color:#EBEBEB}

.td_whitenormal4{ 
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36A7E9;
	font-weight:normal;
	padding:7px;
	background-color:#F9F9F9;
	border-bottom:1px solid #A1CDF2

}

.td_whitenormal5{ font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36A7E9;
	font-weight:normal;
	text-decoration:underline;
	padding:7px;
	background-color:#FFFFFF;
	border-bottom:1px solid #A1CDF2

}

/* -------------------------------------------------------- */

    .tblList {
        border:1px solid #000;
    }

    .tblList thead td {
        font-family:Arial, Helvetica, sans-serif; 
        font-size:12px; 
        color:#000000; 
        font-weight:bold; 
        border-right:1px solid #444; /*A1CDF2;*/ 
        border-bottom:4px solid #000000; 
        padding:1px; 
        background-color:#C2C2C2;
        text-align:center;
    }

    .tblList tbody td {
        font-size:12px;
	    color:#000000;
	    font-weight:normal;
	    border-right:1px solid #444;
	    border-bottom:1px solid #444; /*A1CDF2;*/
	    padding:1px;
    }


/*-------------------------------------------------------*/

.GroupHeadingGrey {
    /*width:140px;*/ 
    left:0px;
    margin-top:-15px; 
    background-color: #f0f0f0; 
    padding-left:5px; 
    padding-right:5px; 
    font-size:14px; 
    font-weight:bold;
}

.GroupHeadingWhite {
    /*width:140px;*/ 
    left:0px;
    margin-top:-15px; 
    background-color: #FFF; 
    padding-left:5px; 
    padding-right:5px; 
    font-size:14px; 
    font-weight:bold;
}

/* ------------------------------------------------------ */
.floaterContainer {
    width:100%; 
    bottom:0px; 
    position:fixed;
}

.floater {
    float:right; 
    bottom:0px; 
    /*right:0px;*/ 
    padding:5px;
    /*width:100px;*/
    text-align:center;
    background-color:rgba(255,255,255,0.5);
    /*position:fixed;*/
}


/*- ------------------------------------------------------- */

.linkButton {
    color: #000;
    font-weight:bold;
    text-decoration:none;
}

.modalPopup {
    height:300px; 
    width:500px; 
    background-color:#FFF; 
    border:1px solid #000; 
    border-radius:5px;
}

.modalPopupSender {
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-110px;
    margin-left:-175px;
    height:220px; 
    width:350px; 
    background-color:#FFF; 
    border:1px solid #000; 
    border-radius:5px;
    z-index: 10001;
}


.blackbox {
    background-color : #000;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    position: fixed;
    z-index:10000;
}

.lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    height:300px; 
    width:500px; 
    margin-left: -250px;
    margin-top: -150px;
    background-color:#FFF; 
    border:1px solid #000; 
    border-radius:5px;
    z-index:10001;
}