/* CSS Document */




* > :first-child
{
	margin-top:0px;
}



LI
{
	font-style:italic;
	padding-bottom:5px;
	list-style:circle;
	list-style-image:url(/graphics/gifs/pointer_arrow.gif);
	list-style-position:outside;
	font-size:12px;
	margin-left:-10px;
}
.small_print
{
font-size:9px;
color:#666666;
}

IMG.banners
{
	position:absolute;
	bottom:3px;
	left:10px;
	border:none;
	
	width:700px;
	max-height:115px;
}

IMG#logo{

	cursor:pointer;
	border:none;
	margin:0px;
}

IMG#doves{

	position:absolute; 
	right:20px; 
	bottom:50px;
	z-index:0;
	display:none;
}

IMG.space
{
	margin:0px 10px 10px 0px;
	border:1px solid #CCCCCC;
	z-index:200;
	display:block;	
}

.no_border
{
	border:none;
}

.no_text_decor
{
	text-decoration:none;
}

.block
{
	display:block;
}

IMG.edit_buttons
{
	background-color:#FFFFFF;
	border: 1px solid #666666;
	margin:0px 3px 0px 0px;	
	/*width:25px;*/
	/*height:24px;*/
	
	cursor: pointer;
	cursor: hand;
	float:left;
}
IMG.edit_buttons:hover
{
	background-color:#FFFF00;
}


.list
{
	display:block;
	border-bottom:dotted 1px #000000;
	margin-bottom:10px; 
	text-decoration:none;
}

/* styles used in forum */

.id_box{

	width:150px;
}



.fbox{
	
	padding:10px 0px 10px 20px;
	border-top:1px solid #000000;
	vertical-align:top;

}

.quote{

	background-color:#EEEEEE;
	border:1px dashed #000000;
	display:inline-block;
	padding:10px;
	width:95%;
	
	color:#666666;
	font-style:italic;
	

}


#tags
{

	font-style:italic;
	color:#333333;
	
	font-size:9px;
	
	margin-top:20px;
	
	position:absolute;
	top:10px;
	right:10px;
}


.forum#forum_buttons
{
	background-color:#B3AC95;
	width:50px;
	height:18px;
	padding-top:3px;
	padding-bottom:1px;
	text-align:center;
	border:1px solid #000000;
}

.forum#forum_buttons:hover
{	
	background-color:#CCFF33;
}


.post_buttoms
{
	float:left;
	padding:5px 5px 5px 0;
}

/*Calender usage*/

.left_align
{
	position:absolute;
	left:10px;
	text-decoration:none;
	display:inline;
}
.right_align
{
	position:absolute;
	right:10px;
	text-decoration:none;
}


.format
{

	display:block;
	padding:20px;
	margin-bottom:10px;
	background-color:#EEEEEE;
	text-align:justify;
}


.fpButtons{
	
	background-color:#E2E2E2;
	padding-top:7px;
	overflow:hidden;
	display:block;
	height:25px;
	width:200px;
	
	color:#003366;
	text-decoration:none;
	text-align:center;
	margin-right:20px;
	margin-top:20px;
}

.fpButtons2{
	
	background-color:#E2E2E2;
	overflow:hidden;
	width:100px;
	height:18px;
	
	color:#003366;
	text-decoration:none;
	text-align:center;
	margin-right:20px;
	margin-bottom:5px;
	
	float:left;
}



.fpButtons A{
	
	text-decoration:none;
	display:block;
}


.format A{
	
	text-decoration:none;
	text-align:left;
}

#header_green{
	
	height:33px;
	width:294px;
	
	background-image:url(../Templates/new_template_graphics/title_header.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	margin:0px;
	display:block;
	
	font-size:18px;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:10px;
	
	text-align:left;
	
	position:relative;
	
}

IMG#gallery_image{
	
	margin:0px 5px 5px 0px;
	
	display:inline;
	border:none;

}


LI{	
	list-style-image:url(/graphics/bulllet_point.png);
	list-style-position:outside;
	margin-bottom:5px;
	margin-left:-25px;

}


@font-face {

	font-family:"Bangla";
	src:url(/fonts/sagor.ttf) format("truetype");
}

span.bangla{
	
	font-family:Bangla;
	font-size:24px;

}







.progressWrapper {
	width: 357px;
	overflow: hidden;
	

}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

CODE{
	
	display:block;
	background-color:#F1F3F1;
	padding:10px;
	border:1px dotted #CCCCCC;
	word-wrap: break-word;
	
	width:100%;
	
}
