a{
	outline: none;
	color: #19187E;
	color:
}
.con{
	margin: 10px;
}

.margin_l_10{
	margin-left: 10px;
}

.aboveheader{
	width: 790px;
	text-align: right;
	background-color: white;
	margin: auto;
	margin-top: 0px;
	border: 1px solid #ADABDC;
	border-top: 0px;
}

.aboveheader a{
	margin: 10px;
	border: 0px;
}

.header{
	width: 790px;
	height: 70px;
	background-color: white;
	margin: auto;
	margin-top: 30px;
	border: 1px solid #ADABDC;
}

.header .logo{
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	width: 341px;
	height: 52px;
	background: url('../images/logo.jpg') repeat-x #FFF;
}

.logo a{
	display: block;
	border: 0px;
	width: 341px;
	height: 52px;
}

.content{
	width: 590px;
	position: relative;
	z-index: 0;
}

.nav{
	width: 790px;
	height: 51px;
}

.panel{
	float: right;
	width: 200px;
	clear: both;
	position: relative;
	z-index: 1;
}

.panel a{
	color: #19187E;
	display: block;
	margin: 20px;
	border: 0px;
}

.panel a:hover{
	color: #CD6E00;
	display: block;
	margin-left: 20px;
	border: 0px;
}

img{
	border: 0;
}


h2{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 18px;
}

.pointer{
	cursor: pointer;
}

.right_most{
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 415px;
	margin-top: 27px;
	color: #476982;
}

.right_most a{
	margin-left: 10px;
	color: #1B1D81;
	border: 0px;
}

.right_most a:hover{
	color: #CF7100;
	border: 0px;
}

.howdy{
	margin-left: 25px;
}

.borders3{
	-moz-border-radius: 3px;
	border: 1px solid #476982;
	padding: 5px;
}

.borders10{
	-moz-border-radius: 10px;
	border: 1px solid #476982;
	padding: 10px;
}

.width270{
	width: 270px;
}

h3{
	margin: 2px;
	color: #008AFF;
}

.hidden{
	display: none;
}

textarea, input[type="text"], input[type="password"]{
	background: #f1f1f1;
	border: 1px solid #ADABDC;
}

#changepass{
	-moz-border-radius: 10px;
	border: 1px solid #476982;
	width: 760px;
	height: 245px;
	padding: 10px;
}

#aboutme{
	-moz-border-radius: 10px;
	border:1px solid #476982;
	width: 760px;
	padding: 10px;
}

fieldset{
	-moz-border-radius:10px;
	border:1px solid #476982;
	width: 760px;
	padding: 10px;
}

#contact-info{
	width:760px;
	padding: 10px;
}

legend{
	font-size:22px;
}

.submit{
	text-align: left;
	margin-right: 20px;
}

.all_waiting{
	background-color: #FFF;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	z-index: 20000;
}

.reg_form{
	background-color: #FAFAFF;
	display: none;
	position:absolute;
	z-index: 20001;
	border: 1px solid #476982;
	width: 300px;
	height: 220px;
	padding: 10px;
	-moz-border-radius: 10px;
}

.close_button{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-weight: bolder;
	font-size: 14px;
}

.login_form,
#contact-update-form,
#range_chooser{
	background-color: #FAFAFF;
	display: none;
	position: absolute;
	z-index: 20002;
	border: 1px solid #476982;
	width: 300px;
	height: 150px;
	padding: 10px;
	-moz-border-radius: 10px;
}

#range_chooser{
	width: 760px !important;
	height: 540px !important;
}

#contact-update-form{
	height: auto;
}

.center
{
	text-align: center;
}

.alert{
	background-color: #fafaff;
	display:none;
	position:absolute;
	z-index: 20003;
	border: 1px solid #476982;
	width: 400px;
	height: 250px;
	padding: 10px;
	-moz-border-radius: 10px;
} 

a:hover{
	color: #CF7100;
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
}

.agenda{
	width: 480px;
}

.table_header{
	border: 1px solid #5e95d8;
	background: #e7f3ff;
	padding: 5px;
	text-align: center;
}

.table_cell{
	border: 1px solid #ADABDC;
	padding: 5px;
	text-align: center;
}

.table{
	border: 1px solid #ADABDC;
}

.comments{
	width: 590px;
	margin-right: 190px;
}

.comment{
	padding: 5px;
	border-bottom: 1px solid #DDD;
}

.comment .author{
	text-align: right;
	font-size: 0.8em;
}

.message{
	background-color: #EEF;
	padding: 10px;
	margin: 10px;
	color: #559;
}

.info{
	width: 590px;
}

.tab{
	border: solid 1px #55F;
	border-bottom: 0;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	cursor: pointer;
}

.activetab{
	background-color: #d0e4f7 ;
}

.txtbtn{
	font-size: x-large;
	color: green;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

.phone{
	font-size: x-small;
	display: block;
	color: #888;
}

.contact{
	padding: 10px;
}

.avatar{
	float: left;
	margin: 5px;
}

.tmp{
	float: left;
}

.confirm-pending{
	background-color: #FFA;
}

.confirm-declined{
	background-color: #FAA;
}

.confirm-confirmed{
	background-color: #afa;
}

.chart-hour{
	border: none;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	width: 100%;
	height: 20px;
	position: absolute;
	font-size:11px;
	background: url('../images/fon.png') repeat-x 50px 0;
}

.invalid-date-time{
	background-color: #FF8D8D !important;
}

div.nobody{
	width: 100%;
	text-align: center;
	color: silver;
	margin: 20px 0 20px 0;
}

div.field{
	margin: 15px 10px 10px 10px;
}

div.title{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
}

.required{
	border: none;
	/*border-left: solid 5px #ff8d8d !important;*/
}

.ac_results{
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading{
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over{
	background-color: Highlight;
	color: HighlightText;
}

/* NEW DESIGN ITEMS */

.topgr{
	background: #fff url('../images/topbg.png');
	background-repeat: repeat-x;
}

.bottomgr{
	background: #fff url('../images/bottombg.png');
	background-repeat: repeat-x;
	height: 300px;
}

body{
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 0;
	color: #5b5959;
	font-size: 14px;
}

.container{
	width: 800px;
	margin: auto;
	padding-top: 10px;
}

.footer{
	padding-top: 40px;
	color: #f1f1f1;
	font-family: Verdana;
	font-size: 12px;
}

.footer a{
	text-decoration:none;
	color:#f1f1f1;
}

.l, .gbutton, .bbutton{
	float: left;
	text-align: center;
}

.button{
	text-align: center;
}

.r, .rmenu, .rmenu2, .rwelcome{	
	float: right;
}

.clear{
	clear: both;
}

.rwelcome{
	color: #5e95d8;
	padding-top: 40px;
	font-size: 18px;
}

h1{
	font-family: "Trebuchet MS", Verdana;
	color: #5e95d8;
	font-size: 26px;
}

.bbutton, .gbutton, .button{
	background: url('../images/blue.gif');
	width: 173px;
	height: 30px;
	padding-top: 12px;
	text-transform: uppercase;
}

.gbutton{
	background: url('../images/green.gif');
}



.bbutton a, .gbutton a ,.button a, .button, .gbutton{
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.menu{
	padding-left: 0px;
	font-family: Verdana;
	float: left;
	padding: 0;
	margin: 0;
}

.menu li{
	padding-right: 20px;
	display: inline;
}

.menu li a, .rmenu a{
	color: #464646;
	text-decoration: none;
}

.menu2 li a, .rmenu2 a{
	color: #f1f1f1;
	text-decoration: none;
}

.rmenu{
	display: inline;
}

.menucontainer{
	border-bottom: solid white 2px;
	margin: 20px 0;
}

.menu2container{
	padding: 5px;
	border-top: 2px solid #464646;
	margin-bottom: 20px;
	font-size: 11px;
}

.menu2{
	font-family: Verdana;
	float: left;
	padding: 0;
	margin: 0;
}

.menu2 li{
	padding-right: 20px;
	display: inline;
}

.rmenu2{
	display: inline;
	color: #ababab;
	text-align: right;
}

.rmenu2 a{
	color: #ababab;
}

/* Create meeting wizard */

.wizard .step{
	display: none;
	padding-bottom: 10px;
}

a.grayed{
	color: gray !important;
	cursor: default !important;
	text-decoration: none !important;
}

/* Contact list */

#contact-list ul{
	margin: 0;
	padding: 0;
}

#contact-list li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-bottom: 10px;
}

.contact-list-id{
	display: none;
}

.contact-list-name{
	font-weight: bold;
	font-size: 1.1em;
}

.contact-list-name a
{
	font-size: 0.9em;
	font-weight: normal;
}

.contact-list-email{
	padding-left: 20px;
	height: 22px;
	background: url('../images/icon-email.gif') no-repeat left center;
}

.contact-list-phone{
	padding-left: 20px;
	height: 22px;
	background: url('../images/icon-phone.gif') no-repeat left center;
}

.contact-list-add_info{
	padding-left: 20px;
	height: 22px;
	background: url('../images/add_info.gif') no-repeat left center;
}
.contact-list-group a{
	text-decoration: none;
}

.contact-list-group a img{
	vertical-align: middle;
}

.contact-list-group span{
	position: relative;
}

.contact-list-group-list{
	position: absolute;
	left: 0;
	top: 18px;
	border: 1px solid #ADABDC;
	white-space: nowrap;
	padding: 3px;
	background: #FFFFFF;
	z-index: 1;
}

.contact-list-group-list a{
	display: block;
}

#contact-list a{
	color: #19187E;
}

.rmatt
{
    color: red;
    float: right;
    font-size: x-small;
    text-decoration: underline;
    cursor: pointer;
}

.cimp-tabs-head a
{
    margin: 5px;
    padding: 5px;
    border: solid 1px gray;
    border-bottom: 0;
    text-decoration: none;
    color: inherit;
}
.cimp-tabs-head a:hover
{
    color: black;
}

.cimp-tabs-head a.active-tab
{
    font-weight: bold;
    background: #D4D4D4;
}

.cimp-tabs
{
    border: solid 1px gray;
    padding: 10px;
    margin-top: 5px;
}

#contact-group-list a,
#contact-group-list a:hover{
	display: inline !important;
}

.remove a, .remove, .remove a:hover{
	font-size: 14px;
	padding:0;
	margin:0;
}

.shifted{
	padding-left: 10px;
}

.cimp-tab{
	display: none;
}

/* Contact import forms */

.contact-import{
	background: url('../images/topbg.png') repeat-x;
}

.contact-import form{
	width: 300px;
	margin: 0 auto;
	padding-top: 50px;
}

.contact-import .row{
	padding: 10px 0;
}

.contact-import label{
	display: block;
	float: left;
	width: 120px;
	padding-left: 10px;
}

.contact-import input.text{
	width: 160px;
}

.contact-import .buttons{
	text-align: center;
}

.contact-import h2{
	height: 75px;
	line-height: 75px;
	padding-left: 85px;
}

.contact-import .facebook{
	background: url('../images/icon-facebook.png') no-repeat;
}

.contact-import .linkedin{
	background: url('../images/icon-linkedin.png') no-repeat;
}

.panel #sidebar ul{
	list-style: none;
	padding: 0;
}

.panel #sidebar li{
	display: block;
	margin: 20px;
	border: 0px;
}

.panel #sidebar a{
	display: inline;
	margin: 0;
	padding: 0;
}

.panel #sidebar abbr{
	border: none;
}

.panel #sidebar h2,
.blog .content h2,
.blog .content h2 a{
	font-family: "Trebuchet MS", Verdana;
	color: #5e95d8;
	font-size: 26px;
}

.blog .footer{
	text-align: center;
}

.blog .footer a{
	text-decoration: underline;
}

.examples{
	font-size: 10px;
	color: gray;
}

.examples strong{
	color: black;
	font-weight: bold;
}

/* Chat */

.chat{
	display: none;
	position: absolute;
	left: -600px;
	top: 0;
	width: 570px;
	height: 390px;
	padding: 10px;
	z-index: 1;
	background: white;
	border: 1px solid #476982;
	-moz-border-radius: 10px;
	
}

.chat-close{
	position: absolute;
	right: 10px;
	top: 0;
}

.chat-close a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.chat h2{
	margin: 5px 0;
}

.chat-messages{
	float: left;
	width: 408px;
	height: 280px;
	border: 1px solid #476982;
	padding: 5px;
	overflow: auto;
	position: relative;
	z-index: 2;
}

.chat-sidebar{
	padding: 0 5px;
	float: right;
	width: 140px;
	position: relative;
	z-index: 1;
}

.chat-form{
	clear: both;
	padding: 5px 0;
}

.chat-form *{
	vertical-align: middle;
	height: 52px;
}

.chat-created{
	font-weight: bold;
	color: black;
}

.chat-username{
	font-weight: bold;
	color: red;
}

.chat-user{
	font-weight: bold;
	cursor: default;
	color: green;
}

.chat a,
.chat a:hover{
	display: inline !important;
	margin: 0 !important;
}

.chat-sidebar ul{
	list-style: none;
	padding: 0 !important;
	margin: 0;
}

.chat-sidebar li{
	padding-bottom: 5px !important;
	position: relative;
}

.chat-sidebar li form{
	height: 1px;
}

.chat-sidebar li input{
	position: absolute;
	left: -150px;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.chat-sidebar li iframe{
	display: none;
}

.chat-file{
	font-style: italic;
}

.chat-file a{
	font-style: normal;
}
