﻿/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border:0px;  /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img { 
  border:0 !important;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0; }
a{
    outline:none;  
    color:#588ADC;
    text-decoration:underline;
    font-weight:bold;
}
a:hover{
    text-decoration:none;
}

/* = Float and align elements */
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
.a-justify { text-align:justify; }

.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both; }

/* = Common classes */
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }
.margin-auto{ margin:auto; }
.bkg-grey { background:#F8F8F8; }
.grey-bottom{ border-bottom:1px solid #E6E4E4; }

/* = Common tags */
body{
    font:normal 11px Arial, Helvetica, Sans-Serif;
    color:#5A5A5A;
}
h1.page-title{
    color:#e51937;
    font:normal 20px/20px 'Times New Roman', Arial, Helvetica;
    padding:15px 0 15px 25px;
}
textarea{
    border:1px solid #bcbbbb;
    width:200px;
    height:100px;
    font-size:11px;
    color:#9C9C9C;
}
select{
    border:1px solid #bcbbbb;
    font-size:11px;
    padding:2px 0;
}
input{
    border:1px solid #bcbbbb;
    font-size:11px;
    padding:2px;
    color:#9c9c9c;
}
/*---warning message---*/
.warning-mes{
    width:240px;
    margin-right:70px;
    float:right;
}
.warning-mes table{
    border:1px solid #ED1C24;
    color:Red;
    font-weight:bold;
    background:#FCEBEB;
    margin-bottom:15px;
}
.warning-mes table tr td{
    padding:5px 10px;
}
.warning-mes ul, #loginMessage p{
    border:1px solid #ED1C24;
    color:Red;
    font-weight:bold;
    background:#FCEBEB;
    padding:10px;
    margin-bottom:15px;
}
.warning-mes ul li{
    padding-bottom:5px;
}
/*---thank you message---*/
.thank-message-box{
    background:#f3f9ff url(../images/thank-mes.gif) no-repeat scroll 20px center;
    border:2px solid #588ADC;
    height:auto !important;
    line-height:normal;
    margin:50px auto 70px;
    min-height:42px;
    width:450px;
}
.thank-message-box .thank-message-content{
    padding:20px 0 0 90px;
    text-align:center;
    width:320px;
}
.thank-message-box .thank-message-content p{
    padding-bottom:15px;
    color:#588ADC;
    font-weight:bold;
    line-height:19px;
}
.thank-message-box .thank-message-content p span{
    font-family:Arial, Helvetica, Sans-Serif !important;
    font-size:15px !important;
    display:block;
}

.logout-container{
    text-align:right; 
    padding-top:10px; 
    margin-bottom:-10px;
}

/* = Other different classes */
.none_submit {
  position: absolute; 
  background: transparent;
  border: 0px;
  height: 0px;
  width: 0px;
  top: 0px;
  font: bold 0px/0px small;
}
html[xmlns*=""] body:last-child input.none_submit{
    display: none;
}