/* Crossbrowsing Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input {
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 1em 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
legend {
	display:none;
}
a {
	outline:none;
}
img { vertical-align:middle; }

/* Crossbrowsing Reset End */

body {

	/* Setare culoare fundal sau imagine */
	background-color: #fff;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;

	margin: 0;
	padding: 0;

}

body, td {
	/* Setarea caracterelor text */
	font-family: Arial;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #3169c6;
	font-weight: normal;
}
a:link  { color:#3169c6; text-decoration:none; }
a:visited { color:#3169c6; text-decoration:none; }
a:active { color:#3169c6; text-decoration:none; }
a:hover { color:#3169c6; text-decoration:underline; }

input, select {
    border: 1px solid #7f9db9;
    font-family: Arial;
    font-size: 9pt;
    color: #000;
	
	padding: 2px;
}

textarea {
	border: 1px solid #7f9db9;
    font-family: Arial;
    font-size: 9pt;
    color: #000;
	
	padding: 2px;
}

/***************/
/* New Classes */
/***************/
table.mainSet {
	width: 100%;

	border-collapse:collapse;
	border-spacing:0;
}
table.mainSet td {
	padding: 0px;
}
table.mainSet td.logoZone {
	height: 100px;
	vertical-align: top;
}
table.mainSet td.contentZone {
	text-align: center;
}
table.mainSet td.contentZone div.loginBox {
	border: 1px dashed #d0d0d0;
	width: 300px;
	margin: auto;
	padding: 30px;
}
table.mainSet td.locationBar {
	padding: 5px;
	padding-left: 5px;
	padding-bottom: 35px;
}
table.mainSet td.sideNav {
	width: 266px;
}
div.title {
	font-size: 14pt;
	border-bottom: 1px solid #000;
}
div.title a {
	font-size: 14pt;
}
table.mainSet td.sideNav a {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}
table.mainSet td.sideNav a:hover {
	background-color: #f3f3f3;
	text-decoration: none;
}
h2 {
	font-size: 16pt;
	color: #0066cc;
	font-weight: normal;
}
h2.warning {
	font-size: 16pt;
	color: #ff6600;
	font-weight: normal;
}