/* css spl001 default style v1.02 */
/* this css only contain general styles i.e. basic style */
/* This file created by Md. Shahadat Hossain Khan */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* general styles */
html {
	margin: 0;
	padding: 0;
	}
body, p, table, td, th, br, div, span, q, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, label, input, textarea, select, option
{
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif, "Times New Roman";
	color: #000000;
}
body, p, table, td, th, br, div, span, q, blockquote
{
	font-size : 12px;
}
body { 
/*	line-height: 1.88889;*/
	margin: 0; 
	padding: 0;
	}
table {
	font-size: 100%;
	color: black;
}
th {
	cursor: default;
	}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

abbr, acronym {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-style: italic;
}
blockquote {
	font-style: italic;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}


/* forms rendering */
input, textarea, select, option {
	font-size: 11px;
}
form, fieldset, label, textarea, select, option, form div {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
fieldset.nested {
	margin: 0 0 0.5em 0;
	padding: 0 0.5em 0.5em;
}
legend {
  font-weight: bold;
  margin: 0 2% .5em 0;
  padding: .2em .5em;
}
input{
  padding: 0 0.2em 0 0.2em;
}
input[type="text"], input.text, input[type="password"], input.password, textarea, select { 
  border: 1px solid #606060; 
  border-right: 1px solid #c0c0c0; 
  border-bottom: 1px solid #c0c0c0;
}
input[type="password"], input.password {
	background-color: #FFFFCC;
}
input[type="radio"], input.radio, input[type="checkbox"], input.checkbox { 
  margin-right: .5em;
}
/*input[type="submit"], input.submit, input[type="reset"], input.reset { font-size: 12px; }*/
.readonly {  
  color: #909090;
  background: #e7e7e7;
}
textarea {
	width: 100%;
	padding: .1em;
}

select {
	vertical-align: top;
}
option {
  float: none;
  clear: both;
  margin-right: 2em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
input, select {
	vertical-align: middle;
}



/* misc common style */
.visibility_show{ display: block; }
.visibility_hide{ display: none; }




/*input.button1 { background:#666666; border-bottom:1px solid #333333; border-left:1px solid #999999; border-top:1px solid #999999; border-right:1px solid #333333; color:#ffffff; cursor:pointer; padding: none; padding-left: 5px; padding-right: 5px;}
input.button1:hover {background:#990033; border-bottom:1px solid #4A0018; border-right:1px solid #4A0018;  color:#ffffff; border-top:1px solid #cc0033; border-left: 1px solid #cc0033; padding: none; padding-left: 5px; padding-right: 5px;}*/



