﻿*
{
    font-size:12px;
}
body 
{
    background-color:#ffffff;
    text-align:center;
}

div.Master 
{
    width:1000px;
    margin:0 auto;
    text-align:left;
}

div.MasterHeader 
{
    height:25px;
    background-image: url(../../Picture/Logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-bottom:1px solid #009a44;
    margin-bottom:1px;
    text-align:right;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding-top:60px;
}
div.MasterFooter 
{
    margin-top:5px;
    border-top:1px solid #abcd05;
    text-align:center;
    font-size:12px;
    color:#669933;
    line-height:20px;
    padding-top:10px;
}
div.MasterHeader span
{
    color:#1875d6;
    font-size:12px;
    font-weight:bold;
}
div.MasterMenu
{
    height:28px;
    background-color:#abcd05;
}
div.MasterMenu a
{
    height:28px;
    line-height:28px;
    color:#606060;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    margin:0 20px;
    text-decoration: none;
}
div.MasterMenu a:hover
{
    color:#009a44;
}
iframe.MasterAd
{
    height:249px;
    width:1000px;
	margin-top:1px;
	padding-bottom:1px;
	border-bottom:1px solid #009a44;
}
div.MasterBody
{
}

h1.Position
{
    color:#72ae12; 
    font-size:12px; 
    line-height:30px; 
    margin:5px 0; 
    padding-left:10px; 
    background-color:#f2f2f2;
}
h1.Position a
{
    color:#72ae12; 
    font-size:12px; 
    line-height:30px;
    cursor:pointer;  
    text-decoration:underline;
}
h1.Position a:hover
{
    color:#666666;
}







div.Mask
{
    position:fixed;
    z-index:10000;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#333333;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75);
    opacity:0.5; 
}
table.ResourceProview
{
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 802px;
    height:627px;
    margin: -314px 0 0 -401px;
    border: 1px solid #669933;
    border-collapse:collapse;
    text-align:center;
    background-color: #cccccc;
}
table.ResourceProview th
{
    width: 800px;
    height:21px;
    background-color:#669933;
    background-image: url(../../Picture/Close.png);
	background-position: 779px 1px;
	background-repeat: no-repeat;
}
table.ResourceProview td
{
    width:800px;
    height:600px;
}
table.ResourceProview img
{
    max-width:796px;
    max-height:596px;
}