﻿body
{
	background: #e9e9e9 url(/images/page_bg.gif) repeat-x top;
}

body, input, select, textarea
{
	font-family: Verdana;
	font-size: 11px;	
}

#container
{
	width: 806px;
	margin: 0 auto;
}

#logo
{
	width: 111px;
	height: 112px;	
	float: left;
}

#header
{
	width: 695px;
	margin-top: 32px;
	padding-top: 48px;
	height: 32px;
	float: left;	
	background: White url(/images/page_header_bg.gif) repeat-x top;
}

#header .logout
{
	margin: 7px 15px 7px 0;
	text-align: right;
    float: right;
}

#text
{
	width: 770px;
	background: White;
	padding: 15px;	
	margin-left: 6px;
}


#container.login #text
{
	width: 346px;
	padding: 15px 227px;
}

a.button
{
	line-height: 15px;
	background: #E9E9E9;
	color: #888888;
	padding: 0 5px;
	display: block;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	width: 68px;
}

a.edit
{
    margin-top: 5px;
}

a.button:hover
{
	background: #f8991d;
}

.fwname
{
    margin-top: 3px;
}

/*****LICENCES LIST PAGE*****/

#text table
{
	width: 770px;
	border: 1px solid #cccccc;
	margin-top: 10px;
}

#text table tr td
{
	padding: 4px 3px;
	border-bottom: 1px solid #cccccc;
}	

#text table tr td.code-col
{
	width: 110px;	
}

#text table tr td.version-col
{
	width: 110px;	
	text-align: center;
}

#text table tr td.button-col
{
	width: 76px; 	
}

#text table tr.header th
{
	background: #E9E9E9;
	font-weight: bold;
	color: #0061aa;
	padding: 4px 3px;
	text-align: left;
}

/*****END LICENCES LIST PAGE*****/

/*****CREATE LICENCE PAGE*****/

.domain-btn
{
	float: left;
	margin: 4px 0 4px 10px;
}	

.product-btns
{
	margin-top: 10px;	
}

.product-btns .left, .product-btns .right
{
	width: 76px;
	float: left;
}

.product-btns .right
{
    float: right;
}

.product-btns .right a
{
    float: left;
}

/*****END CREATE LICENCE PAGE*****/

/***** EDIT DOMAINS **********/

.adddomain
{
    margin: 10px 0;
}
/******** END EDIT DOMAINS ************/

/*****UPDATE DOMAIN LOGIN*****/

#UpdatePopup
{
    position: fixed;
    top: 50%;
    left: 50%;
    height: 120px;
    width: 400px;
    margin: -60px 0 0 -200px;
    background: white;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.loginbutton
{
    margin: 9px auto;
}


/*****END UPDATE DOMAIN LOGIN*****/

label, .label
{
	width: 140px;
	float: left;	
	margin: 3px 0;
	line-height: 19px;
}

.input
{
	width: 200px;
	float: left;
	margin: 3px 0;	
}

.ddl
{
	width: 204px;
	height: 19px;	
}

.select-box
{
	margin-left: 140px;	
	height: 100px;
	width: 206px;
}

.form-btn
{
	width: 346px;
	text-align: right;
	margin-top: 10px;
}

h1
{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 14px;
	margin: 7px 0;
	color: #0061aa;	
}

.clear
{
	font-size: 1px;
	line-height: 0;
	clear: both;	
}

span.item
{
	margin-bottom: 10px;
	float: left;
}


span.item span
{
    width: 140px;
    float: left;
}

a.logoutuser
{
    float: left;
    margin-right: 5px;
}

a.createuser
{
    float: left;
}

div.logout
{
    text-align: right;
}

.domainheader
{
    padding-bottom: 5px;
}

.domaincenter
{
    padding-bottom: 20px;
}

.licencesheader
{
    padding-bottom: 20px;
}

.headerstyle
{
    background: #aaaaaa;
}

.keysvalues
{
    padding: 5px;
}

.licencecenter
{
    padding-top: 10px;
}

.domain
{
    padding-left: 10px;
}

.keysvalues span
{
	float: left;
}

span.newdomain
{
    margin-top: 4px;
    margin-left: 4px;
    float: left;
}

.error
{
	color: Red;
}

.keylabel
{
	float: left;
	margin-right: 20px;
}

.listbox
{
	width: 250px;
	height: 100px;
}

input[type="submit"]
{
	width: 70px;
}

.keyName
{
	float: left;
	width: 100px;
}

.column
{
	margin-left: 50px;
}

.seperator
{
}

.addbutton
{
	margin: 10px 0 10px;
}

.createdomain
{
	margin-left: 52px;
}

.user .error
{
    width: 140px;
}

.user input[type=submit]
{
    margin-left: 140px;
    margin-top: 5px;
    width: auto;
}