﻿
.leftPanel {
    width:12%;
    height:100%;
    float:left;
    background-color:rgb(61,160,227);
}
.rightPanel {
    width:88%;
    height:100%;
    float:left;
}
.topPanel {
    width:100%;
    height:45px;
    float:left;
    background-color: rgb(61, 160, 227);
    color: black;
}
.sp {
    width:100%;
    height:6px;
    float:left;

}
.menu {
    width:150px;
    
}
.menuText {
    color: rgb(255, 255, 255);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}
div.settings_image {
	float: left;
	width: 120px;
}
div.settings_title {
	position: absolute;
	top: 14px;
	left: 120px;
	font-size: 18px;
	font-weight: bold;
}
div.settings_descr {
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
}
.fontSizeSmall {
	font-size: 11px;
	font-weight: normal;
}
.fontSizeMedium {
	font-size: 14px;
	font-weight: normal;
}
.fontSizeLarge {
	font-size: 16px;
	font-weight: normal;
}
.fontSizeSmallRed {
	font-size: 11px;
	font-weight: normal;
	color: red;
}
.fontSizeMediumRed {
	font-size: 14px;
	font-weight: normal;
	color: red;
}
.fontSizeLargeRed {
	font-size: 16px;
	font-weight: normal;
	color: red;
}
.fontSizeSmallWhite {
	font-size: 11px;
	font-weight: normal;
	color: white;
}
.fontSizeMediumWhite {
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.fontSizeLargeWhite {
	font-size: 16px;
	font-weight: normal;
	color: white;
}
.fontSizeSmallBold {
	font-size: 11px;
	font-weight: bold;
}
.fontSizeMediumBold {
	font-size: 14px;
	font-weight: bold;
}
.fontSizeLargeBold {
	font-size: 16px;
	font-weight: bold;
}
.fontSizeHugeBold {
	font-size: 32px;
	font-weight: bold;
}
.even {
	background-color:white;
}
.uneven {
	background-color:#F8F8F8;
}
.fontSizeSmallP {
	font-size: 11px;
	font-weight: normal;
	color: #A677A5;
}
.fontSizeMediumP {
	font-size: 14px;
	font-weight: normal;
	color: #A677A5;
}
.fontSizeLargeP {
	font-size: 16px;
	font-weight: normal;
	color: #A677A5;
}
.fontSizeSmallLightRed {
	font-size: 11px;
	font-weight: normal;
	color: #B10100;
}
.fontSizeMediumLightRed {
	font-size: 14px;
	font-weight: normal;
	color: #B10100;
}
.fontSizeLargeLightRed {
	font-size: 16px;
	font-weight: normal;
	color: #B10100;
}
.linkSmallP {
	font-size: 12px;
	font-weight: normal;
	color: #A677A5;
}
.linkMediumP {
	font-size: 18px;
	font-weight: normal;
	color: #A677A5;
}
.linkLargeP {
	font-size: 20px;
	font-weight: normal;
	color: #A677A5;
}
.buttonPrelude {
	color:white;
	background-color:#A677A5;
	height:35px;      
}
.buttonGreen {
	color:white;
	background-color:#008000;
	height:35px;      
}
.buttonGrey {
	color:grey;
	background-color:#F0F0F0;
	height:35px;      
}