@CHARSET "ISO-8859-1";

* { margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0; margin: 0; font-size: small;
}

#searchArea{
	margin-left: 1%;
	margin-top: 1%;
	width: 99%;
	margin-bottom: 1%;
}

.formWrapper {
    position: relative;
    margin-top: 5px;
    left: 1%;
    width: 98%;
    height: auto;
    overflow: auto;
    font-size: medium;
}

.fWrapper {
    position: relative;
    top: 3%;
    left: 1%;
    width: 98%;
    height: 100%;
    font-size: medium;
    margin-top: 5px;
}

.spacer {
	margin-left: 5px;
}

.descript{
	font-weight: bold;
	font-size: small;	
}

.image{
	width: 47px;
	height: 47px;
}

.text{
	font-size: 0.9em;
}

#table{
	overflow:auto;
	height: 80%;
}


.row1{
	font-size: 12px;
    cursor: default;
    vertical-align: top;
}

.row2{
	background-color: #DCDCDC;
    font-size: 12px;
    cursor: default;
    vertical-align: top;
}

.downloadImage{
	margin-left:25%;
	margin-top:12%;
	width: 25px;
	height: 25px;
}

.login_form{
    padding-top:3%;
    margin-left:3%;
}   

.mp_admin_site_list_wrapper{
    border: ridge;
    width:99%;
    margin: 5px;
}

.mp_admin_site_list{
    background-color: white;
    width:100%;
    height:490px;
    margin-top: 0px;
    margin-left: 0px;
}
.modal_header_txt{
    font-size:1.1em;
    font-weight:bold;
}
.new_juke_left {
    width: 44%;
    margin-left: 1%;
    height: 400px;
    float: left;    
}

.new_juke_right {
    float: right;
    height: 400px;
    width: 54%;    
}
.heading{
	font-weight: bold;
	font-size: medium;
}

.menuPanel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    height: 400px;
    margin-top: -200px; /*always take 1/2 from the size of the height, they have to be negative*/;
    margin-left: -380px; /*always take 1/2 from the size of the width, they have to be negative*/
    border: ridge;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
}

.menuGrid{
    margin: 5 auto;
}
