
/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
body
{
    font-family: arial;
	background-color: #333333;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #666666;
    font-size: 12px;
	min-width: 1100px;
	overflow-x: hidden;
}

html, body
{
	font-size:11px;
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#454545;
	height: 100%;
    width: 100%;
}

/*div, dl, dd, ul, li, h1, h2,h3,h4,h5, p, img, form{ margin:0px; padding:0px; font-size: 12px !important;}*/
*{ margin:0px; padding:0px;}
img{ border:none;}
ul, li{ list-style-type:none;}
a:link , a:visited{color:#414141; text-decoration:none;}
a:hover{color: #8888aa; text-decoration:underline;}
a:active{color:#414141; text-decoration:none;}
p{padding:5px 0 5px 0; font-size: 12px; line-height:18px;}

input, textarea
{
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

div.form div.form_subgroup p
{
	margin-bottom:7px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*-- Common  Class --*/
.b{border:1px solid #ff0000;}
.sin-float-l{float:left;}
.sin-float-r{float:right;}
.sin-div-sptr{height:10px;}
.fs-18px{font-size:18px;}
.sin-w3c{clear:both; width:20%; margin:0 auto;}

div#imagelibrary div#uploadimage
{
	background-color:#FFFFFF;
	clear:both;
	float:right;
	height:374px;
	overflow:auto;
	top:0;
	width:510px;
}

div#imagelibrary div#uploadimage
{
	background-color:#FFFFFF;
	clear:none;
	float:right;
	height:374px;
	overflow:auto;
	top:0px;
	width:487px;
	margin-top:100px;
}

.template_top
{
	clear:both;
}

.template_left
{
	width:50%
}

.template_right
{
	width:40%;
	float:right;	
}
