BODY
{
	SCROLLBAR-FACE-COLOR: #f0f0f0;
	SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f0;
	overflow: auto;
	SCROLLBAR-SHADOW-COLOR: #f0f0f0;
	SCROLLBAR-ARROW-COLOR: #808080;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #f0f0f0;
	
}


A:link
{
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}


.InfoCVText
{
	font-size: 10px;
	color: dimgray;
	font-family: verdana;
	background-color: white;
	border-width: 1px;
	border-color: Black;
	border-bottom: 1 solid black;
	border-top: 1 solid black;
	border-left: 1 solid black;
	border-right: 1 solid black;
}

.MainTitle
{
	font-size: 12pt;
	text-transform: capitalize;
	color: royalblue;
	font-family: Verdana;
	font-variant: small-caps;
	border-bottom: royalblue medium solid;
	font-family: Verdana;
	background-color: white;
	font-variant: normal;
}

.MainTitleB
{
	font-size: 12px;
	color: Gray;
	font-family: Verdana;
	background-color: white;
	border-bottom: Gray thin solid;
}

.MainTitleB_noline
{
	font-size: 12px;
	color: Gray;
	font-family: Verdana;
	background-color: white;
	border:none;
}


.MainTitleC
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: darkgray;
}

.MainTitleD
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: dimgray;
}


.MainText
{
	font-size: 10px;
	color: dimgray;
	font-family: verdana;
	background-color: whitesmoke;
}

.Text
{
	font-size: 10px;
	color: dimgray;
	font-family: verdana;
	background-color: white;
	border-width: 1px;
	border-color: Black;
}
.MainBottomPage
{
	font-size: 8px;
	color: gray;
	font-family: Verdana;
	height: 30px;
}


.MainEndLink
{
	font-size: 10px;
	color: royalblue;
	font-family: Verdana;
}

.MainDropDownList
{
	color: dimgray;
	font-size: 10px;
	font-family: verdana;
	background-color: #FFFFFF;
	border: 1 solid dimgray;
	text-transform: uppercase;
}

.MainButton
{
	font-size: 10px;
	color: royalblue;
	background-color: #FFFFFF;
	border: thin solid royalblue;
}

.MainButtonOK
{
	font-size: 10px;
	color:#009900;
	background-color:#FFFFFF;
	border: thin solid #009900;
}

.MainButtonFail
{
	font-size: 10px;
	color:#FF0000;
	background-color:#FFFFFF;
	border: thin solid #FF0000;
}

.MainLinkButton
{
	font-family: Verdana;
	font-size: 10px;
	color: royalblue;
	text-decoration: none;
	border-width: 0;
}

.MainLinkButtonFail
{
	font-size: 10px;
	color: red;
	font-family: Verdana;
	font-variant: small-caps;
	text-decoration: none;
}
.MainIMG
{
	border: thin solid gray;
}

.MainLinkButtonSelected
{
	font-family: Verdana;
	font-size: 12px;
	color: dimgray;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	border: 2 solid lightGray;
	border-bottom: 0 solid red;
}


.MainLinkButtonOK
{
	font-size: 10px;
	color: 009900;
	font-family: Verdana;
	font-variant: small-caps;
	text-decoration: none;
}

.MainLinkButtonUnSelected
{
	font-family: Verdana;
	font-size: 10px;
	color: royalblue;
	text-transform: lowercase;
	text-decoration: none;
	border: 0 solid lightGray;
}

.MainSubmitButton
{
	font-size: 10px;
	color: #009900;
	background-color: #FFFFFF;
	border: thin solid #009900;
}

.MainCancelButton
{
	font-size: 10px;
	color: dimgray;
	background-color: #FFFFFF;
	border: thin solid dimgray;
}
.MainDeleteButton
{
	font-size: 10px;
	color: #FF0000;
	font-family: Verdana;
	background-color: #FFFFFF;
	border: thin solid #FF0000;
}
.MainPrintButton
{
	font-size: 10px;
	color: #C6B806;
	background-color: #FFFFFF;
	border: thin solid #C6B806;
}

.MainTextBox
{
	color: dimgray;
	font-size: 10px;
	font-family: verdana;
	background-color: white;
	text-transform: uppercase;
	border: 1 solid dimgray;
	
}

.MainTextBoxBLUE
{
	color: royalblue;
	font-size: 10px;
	font-family: verdana;
	background-color: white;
	text-transform: uppercase;
	border: 1 solid dimgray;
}

.MainTextBoxNOUPPER
{
	color: dimgray;
	font-size: 10px;
	font-family: verdana;
	background-color: white;
	border: 1 solid dimgray;
}

.MainCheckBox
{
	color: dimgray;
	font-size: 10px;
	font-family: verdana;
	background-color: transparent;
	border: 0 solid dimgray;
}

.MainOperationOK
{
	font-size: 12px;
	color: #009900;
	border: thin solid #009900;
	font-family: Verdana;
	background-color: #ffffff;
}

.MainTextOK
{
	font-size: 12px;
	font-weight: bold;
	color: dimgray;
	font-family: Verdana;
	background-color: #ffffff;
}


.MainOperationFailed
{
	font-size: 12px;
	color: #FF0000;
	border: thin solid #FF0000;
	font-family: Verdana;
	background-color: #ffffff;
}
.MainTextFailed
{
	font-size: 12px;
	font-weight: bold;
	color: dimgray;
	font-family: Verdana;
	background-color: #ffffff;
}

.MainTextArea
{
	overflow: auto;
	color: dimgray;
	font-size: 10px;
	font-family: verdana;
	background-color: white;
	height: 100%;
	text-transform: uppercase;
}


.PanelIzqda
{
	background-color: whiteSmoke;
	border-right: thin dotted Gray;
	border-width: medium;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: lightGray;
}

.PanelIzqdaMirror
{
	background-color: whiteSmoke;
	border-left: thin dotted Gray;
	border-width: medium;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: lightGray;
}
.newsBG
{
	border-right: thin dotted Gray;
	border-left: thin dotted Gray;
	border-bottom: thin dotted Gray;
	border-width: medium;
	background-color: whiteSmoke;
}

.PanelLogin
{
	border: thin dotted lightGray;
	background: white;
	color: lightGray;
	font-size: 10px;
	color: lightGray;
}

.PanelButlleti
{
	border: thin dotted lightGray;
	font-size: 10px;
	color: lightGray;
	background: white;
}

.MainScrollPanel
{
	overflow: AUTO;
}

.PanelDrchaTop
{
	background-color: white;
	border-top: thin dotted Gray;
	border-width: medium;
	font-size: 10px;
	color: lightGray;
}

.PanelDrcha
{
	background-color: white;
	border-left: thin dotted Gray;
	border-width: medium;
	font-size: 10px;
	vertical-align: top;
	color: lightGray;
}

.PanelDrchaBottom
{
	background-color: whiteSmoke;
	border-bottom: thin dotted Gray;
	border-width: medium;
	font-size: 10px;
	color: lightGray;
	text-align: center;
}

.PanelData
{
	background-color: whiteSmoke;
	border-bottom: thin dotted Gray;
	border-left: thin dotted Gray;
	border-width: medium;
	text-align: center;
	font-size: 10px;
	color: lightGray;
}

.PanelCentralTop
{
	border-top: gray thin dotted;
	font-size: 10px;
	vertical-align: sub;
	line-height: normal;
	border-bottom: gray thin dotted;
	background-color: whitesmoke;
	text-align: left;
}

.PanelCentralBottom
{
	font-size: 9px;
	vertical-align: sub;
	color: gray;
	line-height: normal;
	text-align: center;
}

.defaultFont
{
	font-size: 10px;
	color: gray;
	font-family: Verdana;
}

.TopNoticies
{
	font-size: 10px;
	font-family: Verdana;
	color: lightGray;
	background-color: Transparent;
	text-align: center;
}

.Visites
{
	font-size: 10px;
	color: gray;
	font-family: verdana;
}

.TempsFont
{
	font-size: 10px;
	color: gray;
	font-family: verdana;
}

.AltresFont
{
	font-size: 10px;
	color: gray;
	font-family: verdana;
}

.NoticiesFont
{
	font-size: 10px;
	color: gray;
	font-family: verdana;
}

.DataAvuiFont
{
	font-size: 10px;
	color: gray;
	font-family: verdana;
}

.MainSectionTitle
{
	font-size: 12pt;
	text-transform: capitalize;
	color: royalblue;
	font-family: Verdana;
	font-variant: small-caps;
}

.MainSectionImage
{
	height: 20px;
}

