﻿.support_maintenance
{
	width: 620px;
}

div.support_info 
{
	width: 620px;
	background-color: #EFF7FF;
	border:1px solid #CECECE;
	padding: 10px;
	margin-top: 10px;
}
div.support_info h3 
{
	color: #7F7F7F;	
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 20px;
}
table.support_info td
{
	vertical-align: top;
}
table.support_info .txt 
{
	width: 300px;
	border: 1px solid #CECECE;
}
table.support_info em 
{
	color: #FF0000;
	margin-left: 3px;
}


div.support_request 
{
	border: 1x solid #FF0000;
	padding: 10px;
	position: relative;
	width: 620px;
}

div.aqtimeStandard,
div.aqtime4RadStudio
{
	background-color: #ffffff;
	position: absolute;
	top: 42px;
	left: 0;
	width: 640px;
	height: 100px;	
	display: none;
	z-index: 100;
}

table.support_request td
{
	vertical-align: top;
}
table.support_request .txt 
{
	width: 485px;
	border: 1px solid #CECECE;
}
table.support_request em 
{
	color: #FF0000;
	margin-left: 3px;
}
table.support_request select
{
	width: 200px;
	border: 1px solid #CECECE;
}
table.support_request select.requests
{
	width: 285px;
}
table.support_request select.version
{
	width: 45px;
	border: 1px solid #CECECE;
}

.secondaryEmailExample
{
	font-size: 11px;
	color: #7F7F7F;
}
 
input.link_button  
{
	background-color: #EFF7FF; 
	color: #2F7799; 
	text-decoration: underline;
	cursor: pointer; 
	border: 0px; 
	padding: 0px; 
	width: 270px; 
	font-size: 10px; 
}

input.add_button  
{
	background-color: #FFFFFF; 
	color: #2F7799; 
	text-decoration: underline;
	cursor: pointer; 
	border: 0px; 
	padding: 0px;
	margin: 2px 0 0 10px;
}

div.RenewalForm
{
	padding: 5px; 
	color: #FF0000;
}

div.RenewalForm .yesBtn
{
	width: 300px; 
	color: #FFFFFF; 
	font-weight: bold;
	border: 1px solid #C00; 
	background-color:#FF5555; 
	margin-top: 10px; 
	padding: 2px;
}

div.RenewalForm .noBtn
{
	padding: 2px; 
	margin-left: 20px; 
	width: 150px;
}

div.RenewalInfo 
{
	padding: 5px 0 10px 0;
}

div.RenewalInfo .txtInfo
{
	border: 1px solid #000000;
	width: 500px; 
	margin: 5px 0 5px 0;
}

div.RenewalInfo .yesBtn
{
	margin-top: 5px; 
	width: 335px;
}

div.RenewalInfo .noBtn
{
	margin: 5px 0 0 14px; 
	width: 150px;
}

div.RenewalSent 
{
	background-color:#FFFDE8;
	border:1px solid #CECECE;
	margin-top:10px;
	padding:10px;
	width:620px;
}

div.RenewalSeparator 
{
	border-top: 1px solid #cecece;
	margin-top: 10px;
	width: 620px;
}

.btnSubmitRequest
{
	width: 150px;
	height: 45px;
	background: transparent url(btnSubmit.gif) 0 0 no-repeat;
	border:0 none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 50px 15px 0;
	cursor: pointer;
}


/**
* ProgressBar and file items
*/
#progressContainer
{
	border:solid 1px #CECECE;
	height:20px;
	width:450px;
	margin-bottom: 3px;
}

#progressBar
{
	background-color: #708090;
	margin:1px;
	height:16px;
	width: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	padding: 2px 0 0 0;
}

.status_0 
{
	color: #FF0000;
}

.status_1
{
	/*color: #2F7799;*/
}

.fileList
{
	padding: 0 0 5px 0;
}

.fileItem
{
	padding: 0 0 6px 0;
}

.corrupted
{
	width: auto;
	border: 1px solid #911313; 
	padding: 10px; 
	background-color: #EA8B8B;	
	font-size: 1.1em;
	margin: 5px 0 0 0;
}

.attachError
{
	width:450px;
	color: #FF0000;
	padding-top: 5px;
}

.requestDescription
{
	border:1px solid #CECECE;
	margin-top:5px;
	padding: 5px;
	display: none;
	width: 475px;
	min-height: 36px;
	background-color:  #FFFDE8;
}

.requestDescription .ico 
{
	background: url(request_type_icons.png) no-repeat 0px 0px;
	width: 32px;
	height: 32px;	
	display: none;
	float: left;
	margin: 0 5px 5px 5px;
}

.requestDescription .text
{
	padding-left: 45px;
}

.requestDescription .text div 
{
	color: #2D2D2D;
	font-weight: bold;
	padding-bottom: 5px;
}


