﻿forminsertadmininfo
/* Content Page */

.Highlight
{
    background-color: #fffacd;
}

/*hide Date*/
.hideDate
{
    display: none
}

/*Title Page*/
.titlepage
{
    border-bottom-width: 1px;
    border-bottom-style: solid; 
    border-bottom-color: #666666;
}

.titlesubpage
{
    font-weight: bold;
    background-color: #97BAE6;
    border: medium none;
    color: #3A4F63;
    font-size: 20px;
}

.titlesubpageInner
 {
    font-weight: bold;
    background-color: #DCDCDC;
    border: medium none;
    color: #3A4F63;
    font-size: 15px;
 }  

/* Style Page Button */
.btn_style 
{
    background-color: #393939;
    border: 1px solid #d8bb90;
    color: #d8bb90;
    display: block;
    text-decoration: none;
    cursor: pointer;
}


.btn_style:disabled {
    color: lightgray;
    background-color: darkgray;
    border-color:darkgray;
}


.btn_Widget
{
    background-color: #828282;
    border: 1px solid #00DC00;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Open Sans Condensed',sans-serif;
}

/* Style Buttons Cancel and Clear */
.btn_styleInner 
{
    background-color: #FFFFFF;
    border: 1px solid #393939;
    color: #393939;
    display: block;  
    text-decoration: none;
    cursor: pointer;
}

.btn_styleInner:disabled {
    border-color:lightgray;
    color:lightgray;
    cursor:auto;
}


/*Button See More*/
.btn_more 
{
    color: #000000;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

/*Content Hide*/
#contenthideright
{
    display: none;
}

#contenthideleft
{
    display: none;
}

/* Content Page Edit */
.summaryentityinner
{
    border: 1px #4e667d solid;
}

.lastmovementsinner
{
    border: 1px #4e667d solid;
}

.otherinner
{
    border: 1px #4e667d solid;
}

/* Content Profile -> Administration */   

.formstyle
{
    border: 1px solid #496077;
}

/* Menu Bar */   

div.menu_bar_inner
{
    background-color: #f2f2f2;
}

div.menu_bar_inner ul
{
    list-style: none;
}

div.menu_bar_inner ul li a, div.menu_bar_inner ul li a:visited
{
    display: block;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

div.menu_bar_inner ul li a:hover
{
    color: #fff;
	background-color: #069;
	cursor: pointer; 
}

div.menu_bar_inner ul li a:active
{
    color: #fff;
	background-color: #069;
	cursor: pointer; 
    text-decoration: none;
}

/*POPUP Contact*/
.modalPopupContact 
{
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	padding: 15px 15px 15px 15px;
	width: 650px;
	height:650px;	
	z-index:2 !important;
}

/*Message Delete CSS*/
.topHandle
{
	background-color: #d8bb90;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;	
	color: #393939;
	text-align:center;
}

/*Panel add/edit*/
.title_table
{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.msgEmpty
{
    display: none;
}

.EmptyMsgBold
{
    font-weight: bold;
}

/*Login*/
.LoggedIn
{
    color: #000000;
}

.LoginName
{
    font-size:16px;
    color:#00DC00;
}

.LoginCharAux
{
    font-size:16px;
    color:#00DC00;
}

.LogoutLink
{
    float:right;
}

.LoginTitle
{
    text-align:left; 
    font-size:26px; 
    color:#d8bb90;
    text-transform: uppercase;
}

/*Link Back*/

.linkBack
{
    float:right;
    padding:10px 40px 20px 0px;
}

.linkBack a
{
    padding: 0px 0px 0px 30px;
    background-image: url(/images/button_back.png);
    background-position: left center;
    font-size:14px; 
    background-repeat: no-repeat;
    color:#4CC417 !important;
}

input {
    /*margin-top:2px;
    margin-bottom:2px;*/
}


input[type='checkbox'] {
    cursor:pointer;
}