﻿/* ======================================== */
/* ======================================== */
/* C@ 11-08-2012 */
/* M@ 13-08-2012 */
/* ======================================== */
/* ======================================== */
	form.frmUser { font-family:Helvetica; font-size:13px; margin:50px auto; }
	form.frmUser label { font-weight:normal; width:100%; }
	form.frmUser input { width:100%; border:1px solid #D3D3D3; }
	form.frmUser select { width:100%; border:solid 1px #D3D3D3; }
	form.frmUser textarea { width:100%; height:100px; border:1px solid #D3D3D3; overflow-y:auto; }
	form.frmUser button { color:#FFFFFF; font-weight:normal; width:100px; height:20px; border:1px solid #5C9CCC; background-color:#5C9CCC; }
	form.frmUser input#submit { color:#FFFFFF; font-weight:normal; width:100px; height:20px; border:1px solid #5C9CCC; background-color:#5C9CCC; }	
/* ======================================== */
	.accordion { margin:0px; padding:0px; width:100%; }
	.accordion a.head { display:block; color:#FFFFFF; padding:2px; }
	.accordion a.head { background-image:url("/images/jquery/collapsed.gif"); background-repeat:no-repeat; background-position:99% 50%; }
	.accordion a:hover { color:#EEEEEE; }
	.accordion a.selected { background-image:url("/images/jquery/expanded.gif"); background-repeat:no-repeat; background-position:99% 50%; }
	.accordion ul { margin:0px; padding:0px;}
	.accordion li { display:inline; }
	.accordion li li a { display:block; background:#CEE1F0; color:#2E6E9E; padding:2px; border-bottom:1px solid #5C9CCC; text-indent:10px; }
	.accordion li li a:hover { color:#01296B }
/* ======================================== */
	.menu { margin:0px; padding:0px; }
	.menu ul { margin:0px; padding:0px; }
	.menu li { display:inline; }
	.menu li a { display:block; color:#FFFFFF; padding:2px; }
	.menu li a:hover { color:#EEEEEE; }
/* ======================================== */
	.notification_error { color:red; text-align:left; }
	.notification_success { color:#6F9D16; text-align:center; }
/* ======================================== */
/* ======================================== */