@charset "utf-8";

/* * * * * * * * * * mainLayout * * * * * * * * * */
	
#main_container {
   width: 830px;
   margin: 0px auto 0px auto;
   background-image: url('../graphics/content_background.gif');
   background-repeat: repeat-y;
}

#main_head{
   height: 130px;
   width: 814px;
   margin-left: 8px;
}

#main_menu{
   min-height: 30px;
   width: 814px;
   margin-left: 5px;
   background-position: bottom;
   background-image: url('../graphics/menu_line.jpg');
}

#main_content{
   min-height: 500px;
   width: 790px;
   margin-left: 8px;
   padding: 10px;
}

#main_footer {
   height: 20px;
   color: #7882BE;
   text-align: center;
}

#main_footer a{
	color: #7882BE;
   text-decoration: none;
}

#main_bottom {
   width: 830px;
   margin: 0px auto 0px auto;
   background-image: url('../graphics/main_bottom.gif');
   background-repeat: no-repeat;
}


/* * * * * * * * * * jQuery stuff * * * * * * * * * */

.jqmWindow {
    display: none;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    border: 1px solid black;
    padding: 12px;    
    background-color:#FFFFFF;
    color: #333;
    z-index:101;
}

.jqmOverlay { 
   background-color: #000000; 
}


/* * * * * * * * * * round corners * * * * * * * * * */

/* corners background */
.popup b.rtop, .popup b.rbottom {
   background-color: #565656;
}
.highlight b.rtop, .highlight b.rbottom {
   background-color: #D9DBEB;
}
.highlight2 b.rtop, .highlight2 b.rbottom {
   background-color: #D9DBEB;
}

/* box */
.popup b.rtop b, .popup b.rbottom b{
   background-color: #D9DBEB;
}
.highlight b.rtop b, .highlight b.rbottom b{
   background-color: #C0C4DF;
}
.highlight2 b.rtop b, .highlight2 b.rbottom b{
   background-color: #848BB8;
}

/* corners */
b.rtop, b.rbottom{
	display:block;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px; 
	overflow: hidden; 
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
}
b.r4, b.r4{
	margin: 0 1px;
	height: 2px;
}
