body {
	margin:0px;
	text-align: center;
	overflow-x:hidden;
	font:1em "Century Gothic", sans-serif;
}
a {
	cursor:pointer;
}
button, input[type="button"], input[type="submit"], select {
	cursor:pointer;
}
img {
	border:none;
}
a:link {
	color: #36C;
}
a:visited {
	color: #36C;
}
a:hover {
	color: #333;
}
a:active {
	color: #36C;
}
hr { 
    border: 0; 
    height: 1px;
	width:90%;
	background: #BFBFBF;
	margin:10px;

}
.clock {margin:0 auto; color:#36C; overflow: hidden; text-align:right; margin-right:25px; position:fixed;z-index:1013; right:0; cursor:none;}

#Date { font: bold 0.8em "Century Gothic", sans-serif; text-align:right; color:#fff; padding-bottom:2px; text-shadow:1px 1px #333; }

.ul { width:100%; margin:0 auto; padding:0px; list-style:none; text-align:right; color:#fff; text-shadow:1px 1px #333; }
.li { display:inline; text-align:right; font: bold 0.8em "Century Gothic", sans-serif;  color:#fff; text-shadow:1px 1px #333;}

#point { 
position:relative; 
animation: mymove 1s ease infinite;
-moz-animation:mymove 1s ease infinite; 
-webkit-animation:mymove 1s ease infinite; 
padding-left:3px; 
padding-right:3px; 
}

input:focus:invalid {
  background: #555;
}

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove 
{ 
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}

.a {
	cursor:pointer;
}
.centered {
  position: fixed;
  left: 50%;
top:50%;
margin-top:-200px;
margin-left:-270px;
}
.center {
  position: fixed;
  left: 50%;
}
.menu {
	background: #39C;
	z-index:1010;
	position:fixed;
	top:0;
	height:50px;
	width:100%;
}


.formfield {
	font: 13px "Calibri", sans-serif;
	 color:#FFF;
	 background:#39C;
	 -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	padding-left:4px;
	border:1px solid #999;

}
.fields {
	font: 13px "Calibri", sans-serif;
	 color:#FFF;
	 background:#39C;
	 -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	padding-left:4px;
	border:1px solid #999;

}
.formbutton {
	font:bold 13px sans-serif;
	 color:#FFF;
	 background:#38C;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #666;
	box-shadow: 2px 2px 3px #CCC;
	vertical-align:auto;
	height:1.6em;
	margin:4px;
	height:24px;
}
.formbutton:hover {
	    opacity:.85;
	}
	.create_buttons {
	font:bold 13px sans-serif;
	 color:#FFF;
	 background:#38C;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #666;
	box-shadow: 2px 2px 3px #CCC;
	vertical-align:auto;
	height:1.6em;
	margin:4px;
	height:24px;
}
.create_buttons:hover {
	    opacity:.85;
	}
.list_buttons {
	font:bold 13px sans-serif;
	 color:#FFF;
	 background:#38C;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #666;
	box-shadow: 2px 2px 3px #CCC;
	vertical-align:auto;
	height:1.6em;
	margin:4px;
	height:24px;
}
.list_buttons:hover {
	    opacity:.85;
	}
	.greyformbutton {
	font:bold 13px sans-serif;
	 color:#FFF;
	 background:#555;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #666;
	box-shadow: 2px 2px 3px #CCC;
	vertical-align:auto;
	height:1.6em;
	margin:4px;
	height:24px;
}
.greyformbutton:hover {
	    opacity:.75;
	}
.whiteformfield {
	font: 13px "Calibri", sans-serif;
	 color:#39C;
	 background:#FFF;
	 -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	padding-left:4px;
	border:1px solid #999;
	text-align:center;

}
.docfield {
	font: 13px "Calibri", sans-serif;
	 color:#39C;
	 background:#FFF;
	 -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	padding-left:4px;
	border:0px;
	text-align:center;

}
.whiteformbutton {
	font:bold 14px sans-serif;
	 color:#38C;
	 background:#FFF;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #666;
	vertical-align:auto;
	height:1.6em;
	margin:2px;
	height:24px;
	text-align:center;
}
.catlist_field {
	font:bold 14px sans-serif;
	 color:#39C;
	 background:#FFF;
	 -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border:1px solid #dedede;
	vertical-align:auto;
	height:19px;
	text-align:center;
	margin-top:-4px;
	padding-top:3px;
}
.section {
	 margin:5px;
	 width:96%; 
	 position:relative;
	 vertical-align:top;
	 min-height:80px;
	 border: 1px solid #999;
     border-radius: 10px;
	 box-shadow: 3px 3px 7px #CCC;
	 text-align:center;
	 display:inline-block;
	 padding-bottom:20px;	 
 }
 .section h2 {
	 background-color: #39C;
     background-image: -webkit-gradient(linear, left, right, from(#39C), to(#36C));
     background-image: -webkit-linear-gradient(left, #39C, #36C);
     background-image:    -moz-linear-gradient(left, #39C, #36C);
     background-image:     -ms-linear-gradient(left, #39C, #36C);
     background-image:      -o-linear-gradient(left, #39C, #36C);
     background-image:         linear-gradient(left, #39C, #36C);
	 color:#FFF;
	 font: bold 13px "Century Gothic", sans-serif; 
	 text-align:left;
     margin: 0px 0px 10px 0px;
     padding: 5px 15px;
	 border-top-left-radius: 9px;
	 border-top-right-radius: 9px;
	 
 }
  .section h4 {
	 background-color: #666;
     background-image: -webkit-gradient(linear, left, right, from(#999), to(#666));
     background-image: -webkit-linear-gradient(left, #999, #666);
     background-image:    -moz-linear-gradient(left, #999, #666);
     background-image:     -ms-linear-gradient(left, #999, #666);
     background-image:      -o-linear-gradient(left, #999, #666);
     background-image:         linear-gradient(left, #999, #666);
	 color:#FFF;
	 font: bold 13px "Century Gothic", sans-serif; 
	 text-align:left;
     margin: 0px 0px 10px 0px;
     padding: 5px 15px;
	 border-top-left-radius: 9px;
	 border-top-right-radius: 9px;
	 
 }
 .section2 {
	 margin:5px;
	 width:96%; 
	 position:relative;
	 vertical-align:top;
	 min-height:80px;
	 border: 1px solid #999;
     border-radius: 10px;
	 box-shadow: 3px 3px 7px #CCC;
	 text-align:center;
	 display:inline-block;
	 float:left;	 
 }
 .section2 h2 {
	 background-color: #39C;
     background-image: -webkit-gradient(linear, left, right, from(#39C), to(#36C));
     background-image: -webkit-linear-gradient(left, #39C, #36C);
     background-image:    -moz-linear-gradient(left, #39C, #36C);
     background-image:     -ms-linear-gradient(left, #39C, #36C);
     background-image:      -o-linear-gradient(left, #39C, #36C);
     background-image:         linear-gradient(left, #39C, #36C);
	 color:#FFF;
	 font: bold 13px "Century Gothic", sans-serif; 
	 text-align:left;
     margin: 0px 0px 10px 0px;
     padding: 5px 15px;
	 border-top-left-radius: 9px;
	 border-top-right-radius: 9px;
	 
 }
 .clear-fix {
    clear: both;
}
 .section_txt {
	 padding-left:10px;
	 padding-right:10px;
	 color:#666;
 }
.bordered {
    border: solid #999 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
	width:98%; 
	display:inline-table;   
	margin-bottom:10px;  
}
.bordered tr:nth-child(2n-1) {
	background-color:#E1EFFF;
}
.bordered tr:hover {
    background: #E0E0E0;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding: 4px;
	padding-left:10px;
	padding-right:10px;
    text-align: center;
	color:#666; 
	font-size:11px; 
	 
}

.bordered th {
    background-color: #CCC;       
    border-top: none;
	font-family: Calibri, Arial;
	font-size:13px;
	color:#333;
	cursor:default;
	
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}



.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;

}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
	font-weight: bold;
}
.bordered img {
	padding-left:8px;
}
#footer {
	background:#36C;
	z-index:1020;
	position:fixed;
	height:30px;
	min-width:940px;
	bottom:0px;
	font: bold 0.8em "Century Gothic", sans-serif; color:#fff; padding-top:14px; padding-bottom:0px; text-align:right;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(137, 137, 137, 0.5);
	-moz-box-shadow:    0px -3px 5px 0px rgba(137, 137, 137, 0.5);
	box-shadow:         0px -3px 5px 0px rgba(137, 137, 137, 0.5);
}
#hdr {
	height:50px;
	margin:0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(137, 137, 137, 0.5);
	-moz-box-shadow:    0px 3px 5px 0px rgba(137, 137, 137, 0.5);
	box-shadow:         0px 3px 5px 0px rgba(137, 137, 137, 0.5);	
}
#left-container {
    float: left;
	width:50%;
	 }
#right-container {
    float: right;
	width:50%;
	 }
#nav{
     height:50px;
     font: bold 13px "Century Gothic", sans-serif;
     background: #36C;
     margin-left: 0px;
     padding-left: 0px;
	 margin-top:0px;
	 color:#FFF;
	 top:0px;
	 left:0px;
	 cursor:pointer;
	 width:100%;
 }   

 #nav li{
     list-style: none;
     display: block;
     float: left;
     height: 50px;
	 width:6.5%;
	 padding-top:17px;
	 position:relative;

 }

 #nav li a{
     padding: 0px 0px 0px 0px;
     margin: 0px 0;
     line-height: 100%;
     text-decoration: none;
     height: 50px;
     color: #FFF;
 }

 #nav ul{
     background: #555; 
     padding: 0px;
	 vertical-align:center;
	 text-align:center;
     width:100%;
	 font: bold 12px "Century Gothic", sans-serif;
	 line-height:130%;
 }
#nav li:hover{
     background: #999;
 }
 #nav .home,#nav .home:hover{
	 padding-top:0px;
	 padding-right:20px;
     color: #FFF;
	 top:0px;
     width: 150px;
	 background:#36C;
 }
 #nav .home a{
     width: 150px;
     overflow:hidden;
 }

 #nav li a{
     display: block;
 }
 #nav ul li {
     width:100%;
     height:32px;
 	 text-align:left;
	 

 }
 #nav ul li a {
	 padding-left:10px;
     color:#FFF;
 }
 #nav ul li:hover{background:#999;}
 /* Sub menus */
 #nav ul{
     display: none;
     visibility:collapse;
     position: absolute;
     top: 50px;
 }

 /* Third-level menus */
 #nav ul ul{
     top: 0px;
     left:100%;
     display: none;
     visibility:collapse;
 }
 /* Fourth-level menus */
 #nav ul ul ul{
     top: 0px;
     left:100%;
     display: none;
     visibility:collapse;
 }

 #nav ul li{
     display: block;
     visibility:visible;
 }
 #nav li:hover > ul{
     display: block;
     visibility:visible;
 }
 #wrapper {
	 width:100%;
	 text-align:center;
	 position:relative;
	 height:100%;
	 font: 12px "Century Gothic", sans-serif;
	 color:#333;
	 vertical-align:top;
	 height:100%;
	 top:5px;
     height:100%;
	 padding-top:10px;
	 display:inline-block;
	 margin-bottom:55px;
	 overflow:hidden !important;
 }

.overlay {
     background: rgba(255, 255, 255, 0.8);
     visibility: hidden;
	 display:none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:inherit;
     text-align:center;
	 padding-top:5em;
	 vertical-align:middle;
	 font-weight:bold;
	 font-size:16px;
     z-index: 1000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	display:inline-block;
	
}
.form_popup {
     background: rgba(255, 255, 255, 0.8);
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:inherit;
     text-align:center;
	 padding-top:5em;
	 vertical-align:middle;
	 font-weight:bold;
	 font-size:16px;
     z-index: 1001;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	display:inline-block;
	padding-bottom:5em;
	
	
}
.text {
	font:12px "Century Gothic", sans-serif;
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
.popbox {

    display: none;

    position:absolute;

    z-index: 99999;

    width: 65%;

    background: #FFF;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);

    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
	
	text-align:center;
		
	
}

.popbox h2

{
	background:#039;

    color:  #FFF;

    font-size: 18px;
	
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;

    display: block;

    width: 498px;

    margin: 0px 0px 16px 0px;

    padding: 5px 10px;
	
	border: 1px solid;
	
	border-color: #5F448F;
	
	border-top-left-radius: 22px;
	
	border-top-right-radius: 22px;

}
.popbox img
{
	float: left;
    margin-right: 1.9em;
	margin-left: 1.9em;
	margin-bottom: 1.9em;
     position: relative;
}
.popbox li {
    list-style-position:inside;
}
.popbox ul {
    padding-left: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 1.2em;
}​

.add_in {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.add_in ul,
.add_in ul li,
.add_in ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.add_in ul {
  position: relative;
  z-index: 1030;
  float: left;
}

.add_in ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: top;
  position: relative;
  padding:8px;
}

.add_in ul li.hover,
.add_in ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
  background:#39C;
  color:#FFF;
}

.add_in ul ul {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1400;
  width: 100%;
  
}

.add_in ul ul li { float: none; }

.add_in ul ul ul {
  top: 0;
  right: 0;
   
}

.add_in ul li:hover > ul { visibility: visible; }

.add_in ul ul {
  top: -1px;
  left: 100%;
  background:#666;
  color: #FFF;
}

.add_in ul li { float: none; }

.add_in ul ul { margin-top: 0.05em; }

.add_in {
  width: 13em;
  background: #666;
  font: 13px "Century Gothic", sans-serif;
  zoom: 1;
  left: 28px;
  position:relative;
  top:-16px;
  color:#FFF;
  z-index:1019;
}

.add_in:before {
  content: '';
  display: block;
}

.add_in:after {
  content: '';
  display: table;
  clear: both;
}

.add_in a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.add_in > ul { width: 13em; }

.add_in ul ul { width: 13em; }

.add_in > ul > li > a {
  color: #ffffff;
}

.add_in > ul > li > a:hover { color: #ffffff; }

.add_in > ul > li a:hover,

.add_in li { position: relative; }

.add_in ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.add_in ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.add_in ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.add_in ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.add_in ul ul ul {
	margin-top:0px;
	min-width: 300px !important;
	height:auto !important;
	 
	
}


.add_in ul ul a { color: #ffffff; }

.add_in ul ul a:hover { color: #ffffff; }

.add_in ul ul li:hover > a {
  background: #39C;
  color: #fff;
}

.add_in.align-right > ul > li > a {
  border-right: none;
}

.add_in.align-right { float: right; }

.add_in.align-right li { text-align: right; }

.add_in.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.add_in.align-right ul li.has-sub > a:after { content: none; }

.add_in.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.add_in.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.add_in.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.add_in.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.glyphicon-move {
  cursor: move;
  cursor: -webkit-grabbing;
}