﻿/* Quick start styles */
.qs_splash
{
	background-color: White;
	font-family: Arial;
	border: solid 4px #808080;
	width: 587px;
	position: absolute;
	top: 5%;
	left: 25%;
	font-size: 95%;
}

.qs_icon
{
	margin-left: 35px;
	float: left;
	width: 176px;
	height: 49px;
	line-height: 49px;
	background-image: url(../../images/qs-qs_icon.png);
	background-repeat: no-repeat;
	color: White;
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold;
}

a.qs_close_button
{
	background-image: url(../../images/qs-close_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	line-height: 25px;
	padding-right: 26px;
	display: block;
	vertical-align: middle;
}

.qs_gradient
{
	background-image: url(../../images/qs-bg_grad.png);
	background-repeat: repeat-x;
	height: 185px;
}

.qs_text
{
	margin-left: 10px;
	margin-top: -4px;
	font-size: 16px;
}

.qs_text h2
{
	font-weight: bold;
	font-size: 1.6em;
	font-size: 20px;
	margin-bottom: 8px;
}

.qs_text a
{
	text-decoration:none;
}

.qs_text a:hover
{
	text-decoration:underline;
}

.qs_text ul
{
	list-style-type: disc;
	font-weight: bold;
	font-size: 16px;
}

.qs_text li
{
	margin: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Welcome to... splash windows styles */
div.welcome_splash
{
	position: fixed;
    top: 100px;
    left: 20%;
    width: 590px;
    height: 376px;
    border: solid 8px #6d6e71;
    background-color: White;
    font-family: Arial; 
    display: none;
}

.welcome_splash .dontshow_chkbox
{
	font-size: 11px;
	font-weight: bold; 
	color: #0f75bc; 
	text-align: right; 
	vertical-align: middle; 
	margin-top: 12px; 
	margin-right: 30px;	
}

.welcome_splash .content_div
{
	margin: 0 30px 0 30px;
}

.welcome_splash .content_tbl
{
	width: 100%;
	border: solid 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

.welcome_splash tbody td
{
	vertical-align: top;
	float: left;
}

.welcome_splash .header
{
	font-size: 24px; 
	font-weight: bold;
	text-align: left;
	color: #4b4b4d; 
	margin: 0 0 0 20px;
}

.welcome_splash .content_text
{
	font-size: 18px; 
	margin: 32px 0 0 0; 
	text-align: justify; 
	line-height: 1.5;	
}

.welcome_splash .controls_tbl
{
	width: 100%;
	margin: 32px 0 0 0;
	vertical-align: top;
}

.welcome_splash .radio
{
	font-size: 16px; 
	font-weight: bold;
	color: #0f75bc;
}

.welcome_splash .button
{
	font-size: 12px;
	font-weight: bold;	
	display: inline-block;
	background: url(../../images/pmgm-btn_upd_small.png) no-repeat;
	width: 80px;
	height: 22px;
	text-align: center;
	padding: 2px 0px 4px 0px;
	color: White;
	float: right;
	font-weight: bold;
	font-style: inherit;
	font-family: inherit;
	cursor: pointer;
	border-style: none;
}
