/*
 * Core Styles for rvs intranet
 * as implemented by actieve.com
 * by developer distinctiveproductions.com
 * designed by breakfreegraphics.com
 */
html {
	height: 100%;	
}

body {
	margin: 0px;
	height: 100%;	
	background-color: #00336F;
	overflow-x: hidden;
	font-family: Helvetica, Arial, sans-serif;
}

header {
	height: 153px;
	color: #FFF;
	font-size: 21px;
}

.MessageRow a {
	text-decoration: underline;	
}

#TotalUnread {
	border-radius: 50%;
	width: 14px;
	height: 14px; 
	color: #fff;
	background-color: #9E0002;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	text-align: center;
	line-height: 14px;
	font-size: 8px;
	position: absolute;
	left: 0px;
	bottom: 20px;	
	z-index: 900;
}

#TotalUnread:hover {
	opacity: 0.8;	
}

header .Top {
	position: relative;	
	clear: both;
	background-color: #003370;
	width: 100%;
	height: 80px;
}

a {
	color: #1B2933;
	text-decoration: none;	
	cursor: pointer;
}

a:hover {
	color: #00ADEE;	
}

span.gc-cs-link {
	color: #1B2933;
	text-decoration: none;	
}

header .Bottom {
	position: relative;	
	clear: both;
	background-color: #1B2933;	
	width: 100%;
	height: 73px;
	padding-top: 15px;
}

article {
	background-color: #EFF1F5;	
	padding: 17px;
	min-height: 550px;
	width: 100%;
	display: inline-block;
}

footer {
	height: 80px;
	line-height: 80px;
	color: #3F6593;
	font-size: 12px;
	width: 100%;
	text-transform: uppercase;
}

footer img {
	float: right;	
	margin-top: 10px;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

input[type=text], input[type=password], select {
	width: 100%;
	height: 51px;
	background-color: #FFF;
	color: #453F3F;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	font-size: 18px;
	padding: 10px;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
}	

textarea {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	background-color: #FFF;
	color: #453F3F;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	font-size: 18px;
	padding: 10px;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
    resize: none;
}	

input[type=text].ErrorField {
	border-color: #B20000;	
}

.ErrorField {
	border-color: #B20000;	
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: rgba(0,173,237,0.6);
}

.OverImage {
	position: absolute;
	bottom: 0px;
	left: 130px;
	z-index: 5;
}

input[type=file] {
	opacity: 0.0;	
	position: absolute;
	bottom: 0px;
	left: 120px;
	z-index: 6;
	width: 152px;
	height: 40px;
}

input[type=submit], input[type=button] {
	background-color: #00ADEE;
	color: #FFF;
	min-width: 144px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 4px;
}

textarea:focus, input:focus, select:focus {
	outline: none;	
	border-width: 2px;
	border-style: solid;
	border-color: #00ADED;
}

.MessageRow {
	clear: both;
	position: relative;
	width: 100%;	
}

.MessageRow .Photo img {
	border-radius: 50%;
}

.MessageRow .Center {
	margin-top: 20px;
	width: 610px;
	border-color: #EBECED;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	border-radius: 14px;
	padding: 20px;
	position: relative;
	float: left;	
	margin-left: 20px;
}

.MessageRow .Center .CenterPoint {
	width: 10px;
	height: 14px;
	position: absolute;
	top: 30px;
	left: -10px;
	background-image: url(../Images/CenterPoint.png);
	background-repeat: no-repeat;
}

.MessageRow .CenterAlt {
	margin-top: 20px;
	width: 610px;
	border-color: #91E1FF;
	border-style: solid;
	border-width: 1px;
	background-color: #B1E9FF;
	border-radius: 14px;
	padding: 20px;
	position: relative;
	float: left;	
	margin-left: 20px;
}

.MessageRow .CenterAlt .CenterPoint {
	width: 10px;
	height: 14px;
	position: absolute;
	top: 30px;
	right: -10px;
	background-image: url(../Images/CenterPointRight.png);
	background-repeat: no-repeat;
}

.MessageRow .User {
	text-overflow: ellipsis;
	overflow: hidden;	
	color: #003370;
	font-size: 19px;
	width: 100%;
	text-align: center;
}

.MessageRow .Date {
	color: #01A9E8;
	font-size: 13px;
	width: 100%;
	text-align: center;
}

.MessageRow .Left {
	position: relative;
	float: left;	
	width: 120px;	
}

.MessageRow .Right {
	position: relative;
	float: left;	
	width: 120px;	
}

.SelectRow {
	cursor: pointer;	
}

.SelectRow:hover td {
	background-color: #00ADED;
}

.ReplyButton {
	position: relative;
	float: right;	
	background-image: url(../Images/Button_Reply.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 46px 46px;
	color: #00A7EB;
	cursor: pointer;
	padding-right: 60px;
	height: 46px;
	line-height: 46px;
}

.PostTopicButton {
	position: relative;
	float: right;	
	background-image: url(../Images/Button_PostBlue.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 25px 25px;
	color: #00A7EB;
	cursor: pointer;
	padding-right: 40px;
}

.Error {
	color: rgba(128,0,2,1.00);	
}

.Sized {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 17px;
	padding-right: 17px;
}

.Row {
	position: relative;
	clear: both;
	margin-top: 16px;	
}

#MenuButton {
	float:left;
	position: relative;
	cursor: pointer;	
}

#SiteTitle {
	position: relative;
	float: left;
	width: 400px;	
	height: 80px;
}

#UserButton {
	width: 205px;
	float: right;
	position: relative;
	height: 80px;
	background-image: url(../Images/Arrow.png);
	background-size: 17px 11px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	margin-right: 35px;	
}

#DateArea {
	position: relative;
	float: right;
	width: 65px;
	height: 80px;	
}

#Month {
	padding-top: 5px;
	font-size: 20px;
	color: #00ADED;	
}

#Day {
    font-family: Helvetica, Arial, sans-serif;
	margin-top: -10px;
	font-size: 50px;
	color: #FFF;	
}

.circle {
	position: absolute;
	border-radius: 50%;
	width: 35px;
	height: 35px; 
	background-color: #FFF;
	top: 22px;
}

.Title {
	color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	position: relative;
	width: 100%;
	clear: both;
}

.SubTitle {
    font-family: Helvetica, Arial, sans-serif;
	color: #909191;
	font-size: 17px;
	position: relative;
	width: 100%;
	clear: both;
	margin-top: -2px;
}

.TitleButton {
	position: relative;
	float: right;
	cursor: pointer;
}

.TitleButton:hover {
	opacity: 0.4;	
}

.TitleButtonText {
	float: left;
	position: relative;
	line-height: 46px;
	color: #00A4E2;
	text-transform: uppercase;	
	margin-right: 20px;
}

.TitleButtonImage {
	float: left;
	position: relative;
}

#SiteTitle {
	float: right;
	position: relative;
	line-height: 80px;
	height: 80px;
	font-size: 40px;
	color: #073974;
	font-style: italic;
}

table .Title {
	background-color: #00336F;
	font-size: 20px;
	height: 47px;
	text-transform: uppercase;
	color: #E5E5E5;	
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;	
	padding-left: 15px;
	padding-right: 15px;
}

th {
	color: #453F3F;
	text-transform: uppercase;
	height: 27px;
	font-size: 16px;	
	font-style: normal;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E5E5E5;
}

td {
	border-left-style:: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E5;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E5E5E5;
	height: 40px;	
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
}

#UsersName {
	padding-top: 20px;
	font-size: 20px;
	color: #FFF;	
}

#UserType {
	color: #00ADED;
	font-size: 16px;
	font-style: italic;
}

#UserImage {
	width: 55px;
	height: 80px;
	position: relative;
	float: left;
}

.Menu {
	background-color: #003370;
	width: 265px;
	min-height: 60px;
	color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;	
	position: absolute;
	top: 80px;
	z-index: 600;
	left: -10px;
}

.Menu .Item {
	line-height: 60px;
	padding-left: 65px;
	position: relative;
	height: 60px;
	width: 100%;
	cursor: pointer;
}

.Menu .Item:hover {
	background-color: #00ADEE;
}

.Menu .Item img {
	position: absolute;
	left: 15px;
	top: 14px;
}

.TwoThirds {
	width: 66%;
	position: relative;
	float: left;	
}

.Third {
	width: 31%;
	position: relative;
	float: left;	
	margin-right: 15px;	
}

.Third:last-child {
	margin-right: 0px;	
}

.PopUpBackground {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.80);
	z-index: 9000;
}

.PopUpContainer {
	position: relative;
	width: 100%;
	height: 100%;
}	

.CloseButton {
	background-image: url(../Images/Button_Close.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
	width: 42px;
	height: 42px;
	position: absolute;
	right: -21px;
	top: -21px;
	cursor: pointer;	
}

.PopUp {
	z-index: 5000;
	width: 575px;
	min-height: 200px;	
	position: absolute;
	left: 50%;
    margin-left: -288px;
	margin-top: 100px;;
	margin-bottom: auto;
	display: inline-block;
}

.PopUp .PopTitle {
	background-color: #00336F;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	color: #E5E5E5;	
	padding-left: 15px;
	padding-right: 15px;
}

.PopUp .Content {
	background-color: #F0F2F5;
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.PopUp .Content .Row {
	clear: both;
	height: 50px;	
}

.PopUp .Content .Row .OverImage {
	top: 0px;
	background-color: #00336F;
	left: 0px;	
}

.PopUp .Content .Row input[type="file"] {
	top: 0px;
	left: 0px;	
}

.PopUp .FormLabel {
	width: 150px;
	font-size: 16px;
	color: #454040;	
}

.Section {
	position: relative;
	clear: both;
	height: 47px;
	line-height: 47px;
	color: #FFF;
	background-color: #00336F;
	width: 100%;	
	font-size: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

.SectionTitle {
	color: #FFF;
	position: relative;
	float: left;	
	padding-left: 14px;
	text-transform: uppercase;
}

.SectionButton {
	position: absolute;
	right: 14px;
	float: right;
	text-align: right;
	color: #00ACF0;
	text-transform: uppercase;
	cursor: pointer;
}

.StaticLinks {
	background-color: #FFF;
	padding: 14px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #E5E5E5;
	border-style: solid;
	display: inline-block;
	width: 100%;
}

.PhotoLink {
    width: 212px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 12px;
    background-color: #F0F2F5;
    border-style: solid;
    border-width: 1px;
    border-color: #E5E5E5;
    cursor: pointer;
}

.PhotoLink:last-child {
	margin-right: 0px;
}

#Links {
	position: relative;
	margin-top: -4px;
	clear: both;
	width: 100%;
	display: inline-block;
	border-width: 1px;
	border-color: #E5E5E5;
	border-style: solid;
}

.LinkList {
	background-color: #FFF;
	padding: 20px;	
}

.LinkList .Row {
	margin-top: 5px;
}

#LinksLocal {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E5;
}

.Split .Title {
	padding: 5px;
	color: #3F3F3F;
	text-align: center;
	text-transform: uppercase;	
	font-size: 14px;
}

.Profile {
	background-color: #FFF;
	border-width: 1px;
	border-color: #E5E5E5;
	border-style: solid;
	min-height: 342px;
	width: 273px;
	text-align: center;
	color: #3F3F3F;
	font-size: 18px;
}

.Profile .Photo {
	width: 110px;
	height: 110px;
	background-color: rgba(255,255,255, 0.6);
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	left: 81px;
	top: 87px;
}

#UserImage .circle img {
	border-radius: 50%;
	width: 31px;
	height: 31px;
	position: absolute;
	z-index: 11;
	left: 2px;
	top: 2px;
}

.Form .Row {
	min-height: 50px;
	margin-top: 16px;	
}

.Form .Image {
	border-radius: 50%;
	width: 103px;
	height: 103px; 
	background-color: #fff;
	position: relative;
	float: left;
	margin-right: 40px;
}

.FormLabel {
	position: relative;
	float: left;
	width: 390px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: right;
}

.FormInput {
	position: relative;
	float: left;
	width: 390px;
	padding-right: 20px;
	line-height: 50px;
}

.FormInput .Image img {
	border-radius: 50%;
	width: 98px;
	height: 98px;
	position: absolute;
	z-index: 11;
	left: 3px;
	top: 3px;
}

.Titles {
	float: left;
	position: relative;	
}

.TitleImage {
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 20px;	
}

.Profile .Photo img {
	border-radius: 50%;
	width: 104px;
	height: 104px;
	position: absolute;
	z-index: 11;
	left: 3px;
	top: 3px;
}

.Profile .Name {
	margin-top: 44px;
	font-weight: bold;
}

.Profile .Position {
	color: #919191;
	font-size: 15px;
}

.Profile .Address {
	margin-top: 12px;
}

.Profile .EMail {
}

.Profile .Phone {
}

.Profile a {
	color: #00ADEE;
}

.Profile a:hover {
	color: #1B2933;
}

.EditButton {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	margin-top: 14px;
	width: 144px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
	background-color: #00ADEE;
	text-transform: uppercase;
	cursor: pointer;
}

.Split {
	width: 50%;
	position: relative;
	float: left;	
}

.Left {
	position: relative;
	float: left;
	width: 691px;
}

.Right {
	position: relative;
	float: left;
	width: 273px;
	margin-left: 14px;
}

.LeftSide {
	position: relative;
	float: left;
	text-align: left;	
}

.RightSide {
	position: relative;
	float: right;
	text-align: right;	
}

.MidBox {
	margin-top: 14px;
	background-color: #003370;
	min-width: 10px;
	min-height: 10px;
	cursor: pointer;
}

.LightBox {
	margin-top: 14px;
	background-color: #00ADEE;
	min-width: 10px;
	min-height: 10px;
	cursor: pointer;
}

.DeepBox {
	margin-top: 14px;
	background-color: #1B2934;
	min-width: 10px;
	min-height: 10px;
	cursor: pointer;
}

.SubMidBox {
	margin-top: 14px;
	background-color: #00336F;
	min-width: 10px;
	min-height: 10px;
	cursor: pointer;
}
