@CHARSET "UTF-8";

/**   LM Buttons **/
.LMUI_buttonBar {

}
.LMUI_buttonBarLeft {
	float: left;
}
.LMUI_buttonBarLeft a:link,
.LMUI_buttonBarLeft a:visited {
	margin-right: 10px; 
}
.LMUI_buttonBarRight {
	float: right;
}
.LMUI_buttonBarRight a:link,
.LMUI_buttonBarRight a:visited {
	margin-left: 10px; 
}
.LMUI_buttonBar a:link,
.LMUI_buttonBar a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #DEDEDE;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	float: left;
}
.LMUI_buttonBar a:hover {
	background-color: #CCCCCC;
}
.LMUI_buttonsWide {
   
}
.LMUI_buttonsWide a {
    width: 100%;
}

/******* LM Simple Menu *******/

.LMUI_simpleMenu {
    
}
.LMUI_simpleMenu a {
    display: block;
    padding: 3px 10px 3px 10px;
    border: 1px solid #CCCCCC;
    margin-bottom: -1px;
    text-decoration: none;
}
.LMUI_simpleMenu a:link,
.LMUI_simpleMenu a:visited {
    background-color: #DEDEDE;
    color: #333333;
}
.LMUI_simpleMenu a:hover {
    background-color: #EDEDED;
    color: #333333;
}
.LMUI_simpleMenuLeft {
    text-align: left;
}
.LMUI_simpleMenuRight {
    text-align: right;
}

/**	 LM Form **/
.LMUI_Form {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.LMUI_Form fieldset {
	border: 1px solid #CCCCCC;
}
.LMUI_Form legend {
	color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
}
.LMUI_Form input {
    width: 100%;
}
.LMUI_Form textarea {
    width: 400px;
    height: 300px;
}
.LMUI_clearBoth {
	clear: both;
}

.LMUI_big {
	font-size: 30px;
}
.LMUI_big input {
	font-size: 30px;
}

.LMUI_Dialog_hidden {
    display: none;
}
.LMUI_Dialog_section {
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin-top: 10px;
    font-size: 12px;
}

/********* SideSection **********/
.Core_SideSection {
    background-color: transparent;
    color: black;
    width: 300px;
    font-size: 13px;
}
.Core_SideSection h2{
    font-size: 22px;
    background-image: url(../images/sidebar_head.png);
    background-repeat: no-repeat;
    height: 31px;
    color: #3465a5;
    font-weight: normal;
    text-align: center;
}
.Core_SideSection_content {
    border: 1px solid #CCD6E0;
    width: 277px;
    padding: 10px;
}
.Core_SideSection a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.Core_SideSection_content img.left {
    border: 1px solid #CCCCCC;
    padding: 3px;
    float: left;
}
.Core_SideSection_content .right {
    float: left;
    margin-left: 15px;
}
