﻿/*<CssReset>*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, button { 
	margin: 0;
	padding: 0;	
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {outline: 0;}

ul {list-style:none;}
caption {font-weight: normal;}

img {border:0;}

.fix-clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*</CssReset>*/

/*<GlobalStyles>*/
body
{
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    color: #555;
    margin: 5px;
    background-color: #dfdfdf;
    background-image: url('images/bg_body.png');
    background-repeat: repeat-x;
    background-position: top left;
}

a:link,
a:visited,
a:hover,
a:active
{
    color: #213c61;
    text-decoration: underline;
}

h1
{
    font-size: 14pt;
    border-bottom: 1px solid #213c61;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

input.textbox
{
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    width: 271px;
    padding: 1px 3px 2px 3px;
}

.error { color: #c00; }
.green { color: #080; }
.SmallNote
{
    font-size: 7pt;
    color: #888;
}
/*</GlobalStyles>*/

/*<LayoutStyles>*/
#pageContainer
{
    text-align: center;
}

#topContainer
{
    margin: auto;
    width: 1000px;
}

#contentContainer
{
    float: left;
    clear: both;
    margin: auto;
    text-align: left;
    width: 960px;
    border: 1px solid #888;
}

#banner
{
    float: left;
    clear: both;
    font-size: 0;
    width: 962px;
    height: 86px;
    background-image: url('images/banner.png');
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: 1px solid #888;
}

#content
{
    float: left;
    clear: both;
    width: 920px;
    background-color: #fff;
    padding: 20px;
}

#crumbs
{
    color: #888;
    font-size: 7pt;
    margin-bottom: 10px;
}

#crumbs a { color: #888; }

#footer
{
    float: left;
    clear: both;
    width: 957px;
    border-top: 1px solid #888;
    background-image: url('images/bg_footer.png');
    background-repeat: repeat-x;
    background-position: top left;
    padding: 7px 0 7px 0;
    font-size: 13px;
    text-align: center;
}
/*</LayoutStyles>*/

/*<ButtonStyles>*/

.button-row
{
    clear: both;
    float: left;
}

.button-row a,
.button-row button
{
    display: block;
    position: relative;
    float: left;
    margin: 0 6px 0 0;
    background: #c2c6ca url('images/bg_button-tile.png') repeat-x 0 0;
    border: 1px solid #484d57;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-family: Verdana, Sans-Serif;
    height: 27px;
    text-decoration: none;
    cursor: pointer;
    color: #444;
}

.button-row a
{
    padding: 5px 10px 6px 30px; /* Links */
    height: 14px;
}

.button-row button
{
    width: auto;
    overflow: visible;
    padding: 4px 10px 5px 5px; /* IE6 */
}

.button-row button[type]
{
    padding: 1px 10px 3px 5px; /* Firefox */
    line-height: 15px;/* safari*/
}
*:first-child+html button[type]
{
    padding: 3px 10px 5px 5px;
    line-height: 140%; /* IE7 */
}
.button-row button img
{
    margin: 0 5px -4px -2px;
    padding: 0;
    max-width: 18px;
    max-height: 18px;
} /* positions icons for buttons */

.button-row a span
{
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    width: 18px;
    height: 18px;
} /* this sets the icon positions for links */

.button-row a.disabled-link-button,
.button-row a.disabled-link-button:hover
{
    color: #aaa;
    border: 1px solid #484d57;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: auto;
} /* disabled link buttons */

/* button hover styles */
.button-row button:hover,
.button-row a:hover
{
    color: #325A7F;
    border: 1px solid #484d57;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.button-row a:active,
.button-row button:active
{
    color: #325A7F;
    border: 1px solid #484d57;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.submit-button-row { margin: 3px 0 0 161px;
    width: 332px;
}

.bottom-button-row
{
    border-top: 1px solid #213c61;
    width: 760px;
    margin-top: 15px;
    padding-top: 15px;
}

.image128 {
    height: 128px;
    width: 128px;
    float: right;
}

.icon-login { background: url('images/icons/login.png') no-repeat 0 0; }
.icon-activation { background: url('images/icons/activation.png') no-repeat 0 0; }
.icon-web { background: url('images/icons/web.png') no-repeat 0 0; }
.icon-download { background: url('images/icons/download.png') no-repeat 0 0; }
.icon-refresh { background: url('images/icons/refresh.png') no-repeat 0 0; }
.icon-home { background: url('images/icons/home.png') no-repeat 0 0; }
.icon-back { background: url('images/icons/go-back.png') no-repeat 0 0; }
.icon-next { background: url('images/icons/go-next.png') no-repeat 0 0; }
.icon-copy { background: url('images/icons/edit-copy.png') no-repeat 0 0; }
.icon-paste { background: url('images/icons/edit-paste.png') no-repeat 0 0; }
.icon-settings { background: url('images/icons/settings.gif') no-repeat 0 0; }
.icon-save { background: url('images/icons/save.gif') no-repeat 0 0; color: #444; }
.icon-folder_doc { background: url('images/icons/folder_doc.png') no-repeat 0 0; color: #444; }
.icon-system_info { background: url('images/icons/stethoscope.png') no-repeat 0 0; color: #444; }
/*</ButtonStyles>*/
/*<FormStyles>*/
ul.FormFieldList
{
    list-style-type: none;
    margin-bottom: 5px;
}

ul.FormFieldList li
{
    float: left;
    clear: both;
    margin: 0 0 1px 0;
    width: 496px;
}

ul.FormFieldList li div.Desc
{
    float: left;
    clear: left;
    width: 165px;
    padding: 3px;
    text-align: right;
    background-color: #e7e7e7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

ul.FormFieldList li div.Data
{
    background-color: #fff;
    padding: 0 3px 3px 3px;
    float: left;
    clear: right;
    text-align: left;
    width: 309px;
}

span.validationErrorPlaceholder
{
    display: none;
    visibility: hidden;
    opacity: 0;
}

span.validationError
{
    display: inline;
    visibility: visible;
    opacity: 1;
    font-size: 12px;
    padding: 3px 10px 3px 25px;
    margin-left: 5px;
    background-image: url('images/icons/warning.png');
    background-position: top left;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    min-height: 20px;
}
/*</FormStyles>*/
/*<ManualActivationFormStyles>*/
ul.FormFieldList li#manualResponsePaste div.Desc,
ul.FormFieldList li#manualResponseUpload div.Desc {
    display: block;
    width: 360px;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 3px;
}

#manualResponsePaste {
    width: 375px;
    float: left;
    clear: left;
    margin-right: 5px;
}

#manualResponseUpload div.Data,
#manualResponsePaste div.Data { width: 370px; clear: both;  }

#manualResponsePaste textarea { width: 360px; }

#manualResponseUpload { width: 375px; float: left; clear: right; }
/*</ManualActivationFormStyles>*/