﻿body
{
    background: #8a8a8a;
    font-size: 16px;
    font-family: Calibri, 'PT Sans', Sans-Serif;
    margin: 0;
    padding: 0;
    color: #1c6082;
}

a
{
    color:#164c7b;
}

a:hover
{
    color:#206fb3;
}

img
{
    border:0px none;
    display:inline;
}

/* Classes */
.main_container
{
    overflow:hidden;
    min-width:1000px;
    min-height:100%;
    padding-bottom:135px;
}

.main
{
    background: #f3f4f5;
    width: 1000px;
    margin:0 auto;
    position:relative;
    
    text-align:center;
}

img.stage_left
{
    display:block;
    position:absolute;
    left:-135px;
    top:0;
    width:135px;
    height:100%;
}

img.stage_right
{
    display:block;
    position:absolute;
    right:-135px;
    top:0;
    width:135px;
    height:100%;
}

img.stage_bottom
{
    position:absolute;
    left:-135px;
    bottom:-135px;
    width:1270px;
    height:271px;
}

.header
{
    background: #a9a9a8 url('/Content/Images/header.jpg') no-repeat;
    height:70px;
    width:1000px;
}

/* Content panel parts */
.content_panel_name
{
    margin:40px 0 0 0;
}

.content_panel_border_top_pager
{
    position:absolute;
    top:-1px;
    left:0;
}

/* List Panel */
.list_panel
{
    border:1px solid #a9b4be;
}

.list_panel_title
{
    margin:10px 30px;
}

.list_panel_sub_content
{
    margin-top:10px;
    text-align:center;
}

ul.list_panel_list
{
    margin:5px 0 0 100px;
    padding:0;
}

ul.list_panel_list li
{
    margin: 3px 0;
}

/* Image Anchor */
a.image_anchor
{
    text-decoration:none;
}

a.image_anchor img
{
    vertical-align:middle; 
    margin-right:5px;
}

a.image_anchor span
{
    text-decoration:underline;
    vertical-align:middle;
}

/* Title */
.title_container_1
{
    width:auto;
    margin:15px 0;
    border-top: 1px solid #164c7b;
    border-bottom: 1px solid #164c7b;
    padding:1px 0;
}

.title_container_2
{
    background:#6a8aa5;
    text-align:center;
    padding:4px;
    color:#f3f4f5;
    font-size:30px;
    font-weight:bold;
}

.sub_title_container_1
{
    width:auto;
    margin:15px 0;
    border-top: 1px solid #164c7b;
    border-bottom: 1px solid #164c7b;
    padding:1px 0;
}

.sub_title_container_2
{
    background:#6a8aa5;
    text-align:center;
    padding:2px;
    color:#f3f4f5;
    font-size:18px;
    font-weight:bold;
}

/* Panel 2 */
.panel2
{
    width:694px;
    margin:50px auto;
    min-height:300px;
    background:#f6f7f9;
    position:relative;
}

.panel2_middle
{
    background:#f6f7f9;
    position:absolute;
    top:0;
    left:0;
    z-index:50;
    width:100%;
    height:100%;
}

.panel2_top
{
    position:absolute;
    top:-19px;
    left:0;
}

.panel2_bottom
{
    position:absolute;
    bottom:-18px;
    left:0;
}

.panel2_content
{
    position:relative;
    z-index:51;
    min-height:300px;
    margin:5px 10px;
}

/* no script */
.no_script
{
    padding:20px 0;
    font-size:18px;
}

.no_script *
{
    vertical-align:middle;
}

.no_script_sub_text
{
    font-size:14px;
}

/* moo spinner */
.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(/Content/images/loadinfo2.gif) no-repeat;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}