
* {
    margin: 0;
}

html, body {
    background: #333333 url("../IMG/html.jpg") repeat top left;
	border-top: solid #000000 4px;
	color: #FFFFFF;
	font-size: 12px;
    font-style: normal;
	font-family: Tahoma, Arial, Verdana, sans-serif;
    height: 100%;
}

body, p {
	margin: 0;
	padding: 0;
}
.param_val_type {
	float: right;
}
p.update_on_date {
    clear: both;
    padding-top: 22px;
    color: cyan;
    font-size: x-small;
}

.pageContent {
    min-height: 100%;
    height: auto !important; 
    height: 100%;
    margin: 0 auto -115px; 


}
.mainContent{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.topHeader {
    height: 50px;
    background-color: #000000;
    border-bottom: 2px solid turquoise;
}
.center {	
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.register_form
{
	text-align: center;
}
.register_form_caption
{
	margin-bottom: 10px;	
	margin-top: 10px;
}
.register_info{
	padding: 15px;
	color: #deb887;
}
.loginSign {
	padding-top: 7px;
    width: 28px;
    height: 28px;
    background-image: url("../IMG/connctd.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
}
.logout_link {
    font-size: 14px;
}

.username {
   float: left;
    font-size: 24px;
    margin: 5px 10px;
}

#menuConfig {
    width: 31px;
    height: 30px;
    background-image: url("../IMG/config.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    float: right;
}
/*
	POMIARY
*/

.contrlID {
    clear: both;
    color: turquoise;
    margin: 5px auto 25px;
}

.contrlName {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.pomiaryDispl {
	height: 100px;
 	margin: 30px auto;
}

.pomiar {	
	float: left;    
	padding-right: 25px;
}

.pomiar_val, .pomiar_val_smaller {
    background-image: url("../IMG/pomiar.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 30px;
    min-height: 63px;
    padding-top: 11px;
    text-align: center;
    width: 63px;
	margin: 0 auto;
}

.pomiar_name, .pomiar_name_smaller 
{   
    font-size: 15px;
    text-align: center;
}

.pomiar_val_smaller  
{
    font-size: 25px;
    padding-top: 14px;
}

.pomiar_name_smaller
{   
    margin-top: -3px;
}

.breaker_light{
    clear: both;
    padding: 30px;
    width: 100%;
}

.breaker{
    background: transparent url("../IMG/breaker.png") repeat-x center;
    clear: both;
    padding: 30px;
}

/*
	LIVE
*/
#liveStream {   
	clear: both;
    height: 60px;
}

.awaitingChange
{
	color: darkorange;
    text-align: center;
}

.liveItem {
	float:left;
    background: #666666 url("../IMG/unactivePeriph.jpg") repeat-x center bottom;
    color: #FFFFFF;
    font-weight: normal;
	padding: 10px 20px 10px 20px;
}
.liveStart{	
    background: none;
	background-color: #ff9900;
}
.liveSysStateON {	
    background: none;
	background-color: #cc0000;
	margin-right: 20px;
}
.liveSysStateOFF {   
    background: none;
    background-color: #696969;
	margin-right: 20px;
}
.liveItemActive {
	background: #999999 url("../IMG/activePeriph.jpg") repeat-x center bottom;
    font-weight: bold;
    color: #FFFFFF;
}
/*
    KONFIGURACJA
*/
#configContent {
    border: 1px dotted turquoise;
    padding: 15px;
    margin:25px auto;
}
.configTitle {
    margin-bottom: 10px;
    font-size: 21px;
}
.moduleNamesTitle {
    font-size: 16px;
    margin-bottom: 5px;
}
.contrInfo_id, .contrInfo_pin {
    font-weight: bold;
    margin-right: 10px;
}
.contrDelete, .delete_succ {
    color: red;
}
#addModule 
{
    font-size: 21px;
    padding: 10px;
    border: 1px solid white;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.delete_succ {
    font-size: 21px;
    padding: 10px;
    border: 1px solid white;
    display: inline-block;
    margin-top: 15px;
}
/*
	Main Menu
*/

.column-left{ float: left; width: 33%; }
.column-right{ float: left; width: 33%; }
.column-center{ display: inline-block; width: 33%; }

.menu_item {
    padding: 7px;
    margin-top:15px;
    width: 90%;
}

.menu_item_name {
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px;
}

.param {
    clear: both;
    margin-bottom: 7px;
    padding-bottom: 15px;
}
.param_caption {
    float: left;
}

.param_caption:hover {
    color: green;
}

.param_val {
    float: right;
}

.param_val_edit {  
    border: 1px dotted;
    clear: both;
    padding: 10px;
}
.param_val_edit #the_val {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
#param_val_edit_save {
    margin-top: 10px;

}
/*
    FOOTER
*/
.breaker2 {
    clear: both;
    margin-bottom: 30px;
    background-color: #333333;
}
.footer {
    background-color: #000000;
    border-right: 7px solid turquoise;
    clear: both;
    padding: 30px;
}
.footer p{
    margin-top: 10px;
}

.footer, .push {    
    height: 115px;
}
.footer_content {
    text-align: right;
}
/*
    Login Page
*/

.error {
    color: red;
    margin: 20px;
}
.login_form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.loginPage {
    margin-top: 30px;
    text-align: center;
}
.loginTopHEader {
    margin-bottom: 30px;
    padding: 10px;
}
.loginBtn {
    background: transparent url("../IMG/LoginButton.gif") no-repeat scroll left top;
    display: inline-block;
    height: 37px;    
    margin-top: 30px;
    width: 123px;
}