/* ------------------------------------------------------------- */
/* IUKL - LOGIN PAGE
/* -------------------------------------------------------------
/* Designer: Zul Zolkaffly (IUKL) - 02/05/2013
/* ------------------------------------------------------------- */
@charset "utf-8";
/* ------------------------------------------------------------- */
/* MAIN / GENERAL
/* ----------------- */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size:12px;
	color:#000000;
	padding:0;
	margin: 0 auto;
	width: 1200px;
	background: #f5f5f5;
}

img {
	border: none !important;
}

#wrapper {
	margin: 0 auto;
	padding:0;
	border:0;
	overflow: auto;
	clear: both;
}

#header {
	width: 100%;
	height:84px;
	background-color: #FAFAFA;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#logo{
	width:228px;
	height:84px;
	float:left;
	margin-left:38px;
}

#logintitle {
	float: right;
	display: inline-block;
	margin: 30px auto;
	right: 0;
	padding: 0 20px 0 0;
	color: #999;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#logincontent {
	margin: 10px auto 10px auto;
	padding: 0;
	border: 0;
	overflow: auto;
	min-height: inherit;
	max-height: 500px;
}

#logincontent #left {
	float: left;
	margin: 5px;
	padding: 0px;
	width: 290px;
	display: inline-block;
}

#logincontent #right {
	float: right;
	margin: 5px;
	padding: 0px;
	width: 880px;
	display: inline-block;
	border: 2px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logincontent .sectionwrapper {
	border: 2px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logincontent .sectionheader, #logincontent .sectionfooter {
	padding: 5px 5px 5px 10px;
	background: #B30738;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	overflow: auto;
	position:relative;
	min-height: 20px;
	left: 0;
}

#logincontent .sectionheader {
	top: 0;
	margin: 0 0 10px 0;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#logincontent .sectionfooter {
	bottom: 0;
	margin: 10px 0 0 0;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

#logincontent .sectionheader a, #logincontent .sectionfooter a,
#logincontent .sectionheader a:active, #logincontent .sectionfooter a:active,
#logincontent .sectionheader a:visited, #logincontent .sectionfooter a:visited {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin: 5px;
	font-weight: bold;
}

#logincontent .sectionheader a:hover, #logincontent #loginfooter a:hover {
	color: #333;
}

/* ------------------------------------------------------------- */
/* LEFT CONTENT
/* ----------------- */
ul.errors {
	color: #F00 !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.errors li {
	list-style: none !important;
}

#logincontent #left .loginsection {
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #666;
	border: 1px solid #dfdfdf;
	background-color: #f5f5f5;
}

#logincontent #left .loginsection #errormessage {
	padding: 4px;
	color: #f00;
}

#logincontent #left .loginsection label {
	font-size: 11px;
}

#logincontent #left .loginsection #form_section input[type="submit"],
#logincontent #left .loginsection #form_section input[type="submit"]:active,
#logincontent #left .loginsection #form_section input[type="submit"]:visited {
	width: 80px;
	border: 1px solid #B30738;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #B30738;
	background: url(../images/lock.png) no-repeat top left;
	display: block;
	padding: 10px;
	margin: 2px;
}

#logincontent #left .loginsection #form_section input[type="submit"]:hover {
	border: 1px solid #666;
	color: #666;
	background: url(../images/lockhover.png) no-repeat top left;
}

#logincontent #left .loginsection a,
#logincontent #left .loginsection a:active,
#logincontent #left .loginsection a:visited {
	width: 200px;
	height: 50px;
	max-height: 50px;
	color: #333;
	text-decoration: none;
	border: none !important;
	overflow: hidden;
	display: block;
}

#logincontent #left .loginsection a:hover {
	text-decoration: underline;
}

#logincontent #left .loginsection div {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	float: left;
	display: inline-block;
	margin: 16px 0 0 0;
	padding: 0;
	vertical-align: middle;
}

#logincontent #left .loginsection div:hover {
	text-decoration: underline;
}

#logincontent #left .loginsection img {
	float: left;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------- */
/* RIGHT CONTENT
/* ----------------- */
#logincontent #right .tab {
	padding: 0;
	margin: 5px 5px 0 5px;
}

#logincontent #right .tab a,
#logincontent #right .tab a:active,
#logincontent #right .tab a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	margin: 0;
	display: inline-block;
	background: #f5f5f5;
	color: #333;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#logincontent #right .tab a:hover {
	text-decoration: underline;
	background: #B30738;
	color: #ededed;
}

#logincontent #right .tab a.selected,
#logincontent #right .tab a.selected:active,
#logincontent #right .tab a.selected:visited {
	font-weight: bold;
	background: #ccc;
	color: #333;
}

#logincontent #right .tab a.selected:hover {
	text-decoration: underline;
}

#logincontent #right div[id*="portalcontent"] {
	margin: 0 5px 5px 5px;
	padding: 0;
	border: none;
	border-top: 6px solid #ccc;
}

#logincontent #right div[id*="portalcontent"] .portalcolumn {
	display: block;
	margin: 0;
	padding: 5px;
	overflow: auto;
}

#logincontent #right div[id*="portalcontent"] .portalcolumn img {
	float: left;
	width: 50px;
	height: 50px;
}

#logincontent #right div[id*="portalcontent"] .portaltext {
	font-size: 12px;
	float: left;
	margin: 5px 10px 5px 10px;
}

/* ------------------------------------------------------------- */
/* LAYOUT FOOTER
/* -----------
/* Designer: Zul Zolkaffly (IUKL) - 03/05/2013
/* ------------------------------------------------------------- */

#footer {
	font-size: 12px;
	padding: 12px 5px 12px 5px;
	color: #CCC;
	padding: 0;
	position: fixed;
	text-align: center;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 46px;
	background-color: #B30738;
	overflow: hidden;
}

#footer span {
	width: 700px;
	display: block;
	margin: 8px auto;
	padding: 0;
}

#footer span a, #footer span a:active, #footer span a:visited {
	color: #ccc;
}

#footer span a:hover {
	color: #000;
}

#footer #email_links {
	font-size: 12px;
	float: left;
	padding: 10px;
}

#footer #email_links a, #footer #email_links a:active, #footer #email_links a:visited {
	width: 80px;
	padding: 5px;
	margin: 0 5px 0  5px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#footer #email_links a:hover {
	color: #999;
}

/* ------------------------------------------------------------- */
/* FORGOT PASSWORD
/* ----------------- */
#forgotpassword .form_section {
	margin: 0;
	padding: 10px;
	border: 2px solid #c3c3c3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#forgotpassword .form_section #loader {
	display: none;
	float: right;
}

#forgotpassword .form_section .input_section {
	display: none;
	margin: 2px;
	padding: 0;
	overflow: auto;
}

#forgotpassword .form_section .input_section .input_label {
	float: left;
	width: 360px;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
}

#forgotpassword .form_section .input_section .input_content {
	float: left;
	text-align: left;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
}

#forgotpassword .form_section .input_section .input_content img {
	border: 2px solid #333;
	cursor: pointer;
}

#forgotpassword .form_section .input_section .input_content img:hover {
	border: 2px solid #B30738;
	cursor: pointer;
}

#forgotpassword .form_section .input_section .input_content div[id*="_result"] {
	text-align: left;
	display: inline-block;
}

#forgotpassword .form_section .input_section .input_content div[id*="_result"] img {
	border: none;
}

#forgotpassword .form_section .input_section .input_content input[type="text"],
#forgotpassword .form_section .input_section .input_content select {
	margin: 0;
	padding: 3px;
	width: 300px;
}

#forgotpassword #reset_result {
	display: none;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	border: 2px dotted #e5e5e5;
	color: #333;
}

#forgotpassword #loginlink {
	display: none;
	margin: 0 auto;
	text-align: center;
}

#forgotpassword .form_section .input_section .input_content a,
#forgotpassword .form_section .input_section .input_content a:active,
#forgotpassword .form_section .input_section .input_content a:visited,
#forgotpassword #loginlink a, #forgotpassword #loginlink a:active, #forgotpassword #loginlink a:visited {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
    background-color: #333;
    background-image: -moz-linear-gradient(center bottom , #333 46%, #3f3f3f 87%);
    border: medium none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FCFCFC !important;
    cursor: pointer;
    padding: 8px 12px 8px 12px;
	margin: 10px 4px 0 4px;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#forgotpassword .form_section .input_section .input_content a:hover, #forgotpassword #loginlink a:hover {
    background-color: #B30738;
}
