/* rubric system */
#title select{
	margin: 13px 0px;
}
#rubric ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    height:30px;
}

#rubric ul.tabs li {
	font-size: 15px;
    float:left;
    text-indent:0;
    padding:0;
    margin:0;
    margin-right: 2px;
    list-style-image:none !important;
}
#rubric ul.tabs li.first a{
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
#rubric ul.tabs li.last a{
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
#rubric ul.tabs a {
    display:block;
    height: 30px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    color:#565655;
    background-color: #f7f7f7;
    padding:0px 20px;
    margin:0px;
    position:relative;
    top:1px;
    border: 1px solid #e2e2e2;
	border-bottom: 0px;
}
#rubric ul.tabs a:hover{
	color: #9bb1b3;
}
#rubric ul.tabs .current,
#rubric ul.tabs .current:hover{
	background-color: white;
	font-weight: bold;
	color:#565655;
}
#rubric ul.tabs a:active {
    outline:none;
}
#rubric .panes .pane{
	display: none;
	background-color: white;
	padding: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border: 1px solid #e2e2e2;
}

.alphabet{
	margin: 20px 0px;
	float: left;
}
.alphabet button{
	float: left;
	margin-right: 8px;
}
.alphabet ul{
	margin: 0px;
	padding: 0px;
	float: left;
}
.alphabet li{
	list-style-type: none;
	float: left;
	margin: 0px 8px;
	line-height: 30px;
	font-size: 18px;
}
.alphabet li a{
	text-decoration: none;
	font-weight: bold;
}
.alphabet li span{
	color: #cdcdcd;
}

.alphabet input.search {
	border: 1px solid #035c96;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	color: #035c95;
	font-weight: bold;
	font-size: 15px;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

#rubric h2 {
	background: #f7f7f7;
	border-top: 3px solid #c1c0c0;
	color: #666666;
	font-size: 18px;
	padding: 0px 16px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 18px;
	clear: both;
}

section.contact{
	clear: both;
	float: left;
	padding: 20px 0px;
	border-bottom: 1px solid #c1c0c0;
}
section.contact .name{
	font-weight: bold;
	color: #035c96;
	width: 150px;
	padding-left: 10px;
	display: block;
	float: left;
}
section.contact .address{
	width: 240px;
	display: block;
	float: left;
}
section.contact .incoming{
	width: 160px;
	display: block;
	float: left;
}
section.contact .outgoing{
	width: 160px;
	display: block;
	float: left;
}
section.contact .incoming ul,
section.contact .outgoing ul{
	margin: 0px;
}
section.contact .button{
	width: 200px;
	display: block;
	float: left;
}
section.contact.header{
	background-color: #e2e9ed;
	font-weight: bold;
	color: #035c96;
	font-size: 14px;
	padding: 10px 0px;
	width: 100%;
}
section.contact .added{
	color: #7aa74a;
	line-height: 30px;
	font-weight: bold;
}
section.contact .added i{
	margin-bottom: 10px;
}

