.bold
{
	font-weight:bold;
}

.smalltext
{
	font-size:small;
}

body
{
	/*height:100%;*/
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	/*background-image: url(../images/bg_blackbluegradient.jpg);*/
    background: #f0f9fd url(../images/background.png) repeat-x left top;
	font-family:Tahoma;
	font-size:12px; 
	color:#474747;
}


.menu
{
	border:1px solid #cccccc; 
	background-color:#E9ECEF;
	font-family:Tahoma;
	font-size:12px; 
	color:#353560;
}
.menu:hover
{
	border:1px solid #cccccc; 
	background-color:#E9ECEF; 
	font-family:Tahoma;
	font-size:12px; 
	font-weight:bold;
	color:#353560;
	cursor: pointer;
}

.submenu
{
	border:0px;
	background-color:transparent;
	font-family:Tahoma;
	font-size:12px; 
	color:#353560;
    text-align:left;
}
.submenu:hover
{
	border:0px;
	background-color:transparent; 
	font-family:Tahoma;
	font-size:12px; 
	font-weight:bold;
	color:#353560;
	cursor: pointer;
    text-align:left;
}

.flag
{
	float: left; 
	margin: 4px; 
	width: 40px; 
	height: 20px;
    cursor: pointer;
}

.title
{
	color:#ff7a00; 
	font-size:20px;
	font-weight:bold;
	font-family:Tahoma;
}

.subtitle
{
	font-family:Tahoma;
	font-size:12px;
	color:#074e8c; 
	font-weight:bold;
}

.text
{
	font-family:Tahoma;
	font-size:12px;
	color:grey;
}
.inputField
{
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #abbacb; 
}
.Content li
{
	list-style:square;
}

a
{
	text-decoration:none;
	color:tomato;
}

a img
{
	border:0
}

.table
{
	 font-family:Tahoma;
	 font-size:12px; 
	 color:#474747;
}

table
{
	 font-family:Tahoma;
	 font-size:12px; 
	 color:#474747;
}
.lisenceContainer
{
    float: left;
    position:relative;
    top:10px;
    margin:10px;
    padding:3px;
    /*background-image: url(../images/demo_n.png);*/
    /*background-repeat:repeat-x;*/
    /*background-color:#F1F3F5;*/
   /* border:1px solid #cccccc;*/
    width:753px;
}
.boxNW
{
    display: inline;
    position:relative;
    left:-3px;
    top:-3px;
    background-image: url(../images/demo_nw.png);
    background-repeat:no-repeat;
    background-position:top left;
}
.boxN
{
    display: inline;
    position:relative;
    top:-3px;
    left:-7px;
    background-image: url(../images/demo_n.png);
    background-repeat:top center;
    width:750px;
}
.boxNE
{
    display: inline;
    position:relative;
    top:-3px;
    background-image: url(../images/demo_ne.png);
    background-repeat:no-repeat;
    background-position:top right;
}

/*
BODY
{
	font-family:Tahoma Regular;
	font-size:12px;
	margin:0px;
	padding:0px;
	border:none;
	background:white;
}


DIV
{
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
	vertical-align:top;
}


TR
{
	margin:0px;
	padding:0px;
	border:none;
}

TR.highlight_on_hover:hover
{
	background-color:#3d3d6d;
	color:white;
	cursor:hand;
	cursor:pointer;
}

TD
{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:top;
	text-align:left;
	font-size:12px;
}





IMG.link
{
	border:none;
	cursor:hand;
	cursor:pointer;
}


P
{
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

P.padded
{
	padding:5px 0px 5px 0px;
}


TABLE#navigation
{
	width:100%;
	background:#ffffff;
	border:solid gray 1px;
}


TD#page_title
{
	color:#3d3d3d;
	font-size:18px;
	font-weight:bold;
}

TD#browser_navigation
{
	text-align:right;
}


.normal
{
	font-weight:normal;
}

.bold
{
	font-weight:bold;
}

.padded
{
	padding:0px 10px 0px 10px;
}

.centered
{
	text-align:center;
	vertical-align:middle;
}

.cursor_point
{
	cursor:hand;
	cursor:pointer;
}

.highlight_on
{
	background:lightblue;
}

.highlight_off
{
	background:transparent;
}
*/



/* new GUI CSS */
.login-wrapper {
    font-family: "Myriad Pro",Arial;
    font-size: 21px;
    height: 300px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    width: 370px;
}
.round-frame-style {
	border-radius: 8px;
  	behavior: url(ie-css3.htc);
    border: 1px solid #B2D0E3;
}
.login-frame {
    color: #668597;
    font-family: verdana;
    font-size: 14px;
    height: 138px;
    margin-top: 5px;
    padding: 20px 25px;
    text-align: left;
    width: 320px;
	background: url(../images/log_in_background.png) repeat-x left top;
}
.login-feature-frame {
    color: #096DA9;
    font-family: verdana;
    font-size: 10px;
}
.login-frame dl {
    float: left;
    width: 172px;
}
.login-frame dl dt {
	margin-top: 5px;
}
.login-frame dl dd {
	margin: 0;
}
.btn-login {
    background: url("../images/login_button.png") no-repeat scroll left top transparent;
    border: 0 none;
    float: right;
    height: 118px;
    width: 118px;
}
.input-text {
    border: 1px solid #CCCCCC;
    height: 26px;
    line-height: 26px;
    width: 170px;
	border-radius: 3px;
  	behavior: url(ie-css3.htc);
	background: url(../images/input_background.png) repeat-x left top;
}
.login-feature-frame {
	font-size: 11px;
}
.login-feature-frame a {
    color: #096DA9;
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
}
.login-feature-frame .language {
	float:left;
}
.login-feature-frame .language div {
	float:left;
	height:24px;
	line-height:24px
	;margin-right:10px;
}
.login-feature-frame .language .arrow {
	margin-top:3px;
}
.login-feature-frame .feature {
    float: right;
    height: 24px;
    line-height: 24px;
}
.btn-regular {
	background: url("../images/registe-button.png") repeat-x left top;
	height: 27px;
	border: none;
	border-radius: 8px;
  	behavior: url(ie-css3.htc);
	border: 1px solid #98c5df;
	font-size: 14px;
	font-family: verdana;
	color: #668597;
	line-height: 27px;
}
.btn-regist {
}
.btn-cancel {
}
.table-info {
	border-collapse:   separate;
	border-spacing:   10px;
}
.table-info tbody tr th {
	color: #668597;
	font-weight: normal;
	text-align: left;
}
.table-info tbody tr td input {
	margin: 0;
}
.ul-language {
	list-style: none;
	margin:0;
	padding:0;
}
.ul-language li {
	display: none;
	height: 24px;
}
.ul-language-wrapper {
	width: 24px;
	margin: 0;
	padding: 0;
}
.round-frame-style table tr td {
	height:30px;
	vertical-align:middle;
}
.ul-message {
	margin: 0;
	padding: 0;
}
.ul-message li {
	color: #668597;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}