﻿/*-- normalize --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, th, td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

input.MainMenu.btnRSS
{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display:inline !important;
    display:none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

fieldset, img
{
    border: none 0px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

ul
{
    list-style-type: none;
}

/*-- global --*/
body
{
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	position:relative;
	text-align: left;
	/*padding-left: 5px;*/
	margin: 0px auto;
	width: 950px;
	/*-- scrollbar for IE --*/
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #5EC1D4;
	scrollbar-3dlight-color: #5EC1D4;
	scrollbar-highlight-color: #5EC1D4;
	scrollbar-darkshadow-color: #5EC1D4;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #5EC1D4;
}

div#framemaster
{ 
    overflow: hidden;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
	font-size: 10px;
}

input[type="radio"], input[type="checkbox"]
{
	border: none;
}

input[type="submit"], input[type="file"], input[type="radio"], input[type="checkbox"], select
{
	cursor: pointer;
}

input[type="text"], textarea
{
    cursor: text;
}

input[type="text"], input[type="password"],input[type="file"], textarea
{
	width: 200px;
}

input[type="text"].PhoneNumber
{
    width: 112px;
}


input[type="text"].Nbdays
{
    width: 25px;
}

select
{
	width: 205px;
}

select.PhonePrefixList
{
    width: 85px;
}

select.LanguageList
{
    width: 100px;
}

select.LanguageLevelList
{
    width: 95px;
}

.message
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
	font-size: 12px;
}

.standardlist, div.vsubform
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
    width: 360px;
    max-height: 160px;
    height: 160px;
}

.notice
{
 	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    padding-left: 15px;
    text-align: justify;
}

.note
{
 	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding-left: 40px;
    text-align: center;
    /*display:inline !important;
    display:none;*/
}

