/*------------------------------------*\
  Genetal Styles
\*------------------------------------*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}
a:active, a:link, a:visited{ text-decoration:none;}
/*------------------------------------*\
  Send Article Form styles
\*------------------------------------*/
.fieldset {
	border:0px;
}
.fieldset .nobr {
	display:none;
	border:0px;
}
.fieldset .textfield {
	margin-bottom:3px;
	padding-left:10px;
	height:20px;
	width:200px;
	border:solid 0 #fff;
	background: transparent url("../images/form/textfield_bg.gif") no-repeat;
}
.fieldset .textarea {
	margin-bottom:3px;
	height:165px;
	width:350px;
	border:solid 0 #fff;
	background: transparent url("../images/form/textarea_bg.gif") no-repeat;
}
/*------------------------------------*\
  PHOTO GALLERY ITEMS
\*------------------------------------*/
.photos {
	width: 100%; 
	height:100%;
	border:0px;
	margin:2px;
}
.photos ul {
	margin: 0;
	padding: 0px;
	float: left;
}
.photos ul li {
	margin:0px;
	margin-bottom:3px;
	padding:0px;
	border:0px;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
}
.ad{
	width:475px;
	height:70px;
	margin:0px;
	border:solid #666 1px;
	padding:2px;
}
.cleft{ clear:left;}
/*------------------------------------*\
  ERROR, WARNING AND INFO
\*------------------------------------*/
.info, .warning, .error{
	margin:5px auto;
	padding:10px;
	display:block;
	width:90%;
	height: auto;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	line-height:27px;
}
.error{
	background:#FFE1E1;
	border:5px solid #FF9797;
	color:#FF0000;
}
.warning{
	background: #FFFFCA;
	border:5px solid #FFCC66;
	color: #FF9900;
}
.info{
	background:#C7DFFC;
	border:5px solid #52A8FE;
	color:#36f;
}

/*------------------------------------*\
  PLAYER STYLES
\*------------------------------------*/

.player_title {
	font-family: Calibri;
	font-size: 17px;
	font-weight: bold;
	color:  #00F;
}
.player_footer{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.empty{
	font-size:10px;
	font-weight:bold;
	color: #990000;
}
.label{
	font-size:12px;
	font-weight:bold;
	color: #000;
}
/*------------------------------------*\
	Table Styles 
\*------------------------------------*/
#tabel-rounded-corner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px 5px 5px 10px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.6em;
}
#tabel-rounded-corner thead th.rounded-company {
	background: #b9c9fe url('../images/table-images/left.png') left -1px no-repeat;
}
#tabel-rounded-corner thead th.rounded-q4 {
	background: #b9c9fe url('../images/table-images/right.png') right -1px no-repeat;
}
#tabel-rounded-corner th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#tabel-rounded-corner td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#tabel-rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url('../images/table-images/botleft.png') left bottom no-repeat;
}
#tabel-rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url('../images/table-images/botright.png') right bottom no-repeat;
}
#tabel-rounded-corner tbody tr:hover td {
	background: #d0dafd;
}

#tabel-rounded-corner a{
	text-decoration:none;
	color:#669;
}
/*------------------------------------*\
	Pagination Styles 
\*------------------------------------*/
.paginate{
	width: auto;
	margin:10px auto;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	font-weight:bold;
}
.paginate .wrapper{
	width:500px;
	margin:0px auto;
	border: 1px solid #C6C7C7;
	background-color: white;
	padding:20px 0px 0px 0px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-transform:uppercase;
}
.paginate select{
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #83A0C1;
	padding: 3px 5px 3px 5px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Pagination Link */
.paginate a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #83A0C1;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.paginate a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000000;
	background: #0099FF;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Pagination Current Page */

.paginate span.current {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #83A0C1;
	background: #0099FF;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Pagination Disabled Page */

.paginate span.inactive {
	font-size: 10px;
	text-decoration: none;
	color: #C6C7C7;
	border: 1px solid #C6C7C7;
	background-color: white;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.paginate .pagination-menu{
	width:250px;
	margin:15px auto;
	border: 1px solid #C6C7C7;
	background-color: white;
	padding: 0px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform:uppercase;
	font-weight:bold;
}
.paginate .pagination-menu .pages{
	margin:5px 0px -5px 0px;
	font-size:12px;
	color:#000;
}
/*------------------------------------*\
	Archive Styles 
\*------------------------------------*/
.clr{ clear:both;}
.content_page_items{
	width: auto;
	margin:10px auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
}
.content_page_items .wrapper{
	background-color: #F2F2FF;
	width:490px;
	margin:0px auto;
	border: 1px solid #C6C7C7;
	padding:8px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.page_content_listing{
	min-height:110px;
}
.page_content_listing a{
	text-decoration:none;
}
.page_content_listing a:hover{
	text-decoration:underline;
	color:#0000FF;
}
.page_content_listing .title{
	font-weight:bold;
	font-size:14px;
	color:#0099CC;
	height:auto;
	text-align:left;
}
.page_content_listing img{
	float:left;
	width:120px;
	height:100px;
	margin-right:5px;
	padding:2px;
	border:1px solid #CCCCCC;
}
.page_content_listing .brief{
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	color:#000;
	height:auto;
	text-align:left;
}
.more_button a{
	display:block;
	margin:0px;
	margin-right:1px;
	float:right;
	background: #0066FF;
	width:120px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	text-align:center;
	padding-top:5px;
	letter-spacing:0px;
	text-decoration:none;
}
.more_button a:hover{
	background: #0099FF; 
}

.date {
	padding:3px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	color: #900;
}
.empty {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.label {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	line-height:15px;
}
.label2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}
.normal_txt {
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	color:#000000;
	text-align:justify;
}
/*------------------------------------*\
	VIEW PAGE STYLES
\*------------------------------------*/
.view_block{
	margin:5px 0px 0px 5px;
	width:570px;
	float:left;
	text-align:left;
}
.view_block .top{
	background:url(../images/box/view-top.jpg) no-repeat;
	height:10px;
}

.view_block .middle{
	background:url(../images/box/view-middle.jpg) repeat-y;
	min-height:100px !important;
	padding:6px 15px 0px 15px;
}

.view_block .bottom{
	height:15px;
	background:url(../images/box/view-bottom.jpg) no-repeat;
}

.post_title{
	width: 96%;
	height: auto;
	margin:0px auto;
	margin-top:5px;
	padding:5px 3px 3px 10px;
	background: #0066FF;
	border:2px solid #9ddaec;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	color: #fff;
}
.post_description{
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	font-weight:normal;
	text-align:justify;
	color:#000;
}
.post_description_image{
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.video_block{
	width:350px;
	height:303px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:left;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.audio_block{
	background:#ebebeb;
	width:350px;
	height:27px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:none;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.file_block{
	width:350px;
	height:45px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:left;
	background: #D2E9FF;
	border:5px solid #0099FF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color: #0033FF;
	text-transform:uppercase;
}
.file_block h1{
	font-size:20px;
	margin:-3px;
	padding:0px;
}
.file_block p{
	margin:0px;
	padding:0px;
}
.file_block img{
	float:left;
}
.file_block a{
	color: #0033FF;
	text-decoration:none;
}
.file_block a:hover{
	color:#000099;
	text-decoration:none;
}

.welcome_title{
	width: 95%;
	height: auto;
	margin:0px auto;
	margin-top:5px;
	padding:5px 3px 3px 10px;
	background: #0066FF;
	border:2px solid #9ddaec;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	letter-spacing:2px;
	font-weight:bold;
	text-align:center;
	color: #fff;
}

.post_date{
	width:230px;
	height:25px;
	float:left;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px 3px 3px 10px;
	background: #D2E9FF;
	border:1px solid #0099FF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color: #0033FF;
}
.share_article{
	float:left;
	width:90px;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
}
.share_article a{
	text-decoration:none;
}
.share_article a:hover{
	color:#000066;
	text-decoration:none;
}

.post_date_print{
	margin-left:8px;
	width:260px;
	font-weight:bold;
	padding-top:10px;
	height:20px;
}
.post_date_print a{
	text-decoration:none;
}

/*------------------------------------*\
 Comment Styles
\*------------------------------------*/
#comments {
	display:block
}
#comments ol{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#comments h3 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px
}
#comments .comment-inner {
	margin-bottom:10px;
	padding:15px 15px 10px;
	;
	border:1px solid #ddd;
	background:#f5f5f5 url(../images/comment/bgr_shadow.png) repeat-x top
}
#comments .comment-inner:after {
	content:"";
	display:block;
	clear:both
}
#comments .comment-avatar {
	float:left;
	width:80px;
	margin:5px;
}
#comments .avatar {
	display:block;
	background-color:#fff;
	border:1px solid #ddd;
	padding:3px
}
#comments .commentmeta {
	display:block
}
#comments .comment-meta-1 {
	background:url(../images/comment/divider.png) repeat-x bottom;
	display:block;
	padding:0 0 7px;
	margin:0 0 7px;
	height:18px
}
#comments .comment-meta-1:after {
	content:"";
	display:block;
	clear:both
}
#comments .comment-meta-1 .fn {
	font-weight:bold;
	float:left;
	width:auto
}
#comments .comment-meta-1 .fn a:hover {
	text-decoration:underline
}
#comments .comment-meta-1 .reply {
	display:inline-block;
	outline:none;
	float:right;
	background:#888;
	text-align:center;
	font-size:11px;
	line-height:11px;
	padding:4px 10px;
	margin-top:-3px;
	text-shadow:none;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow:0px 1px 2px #888;
	-moz-box-shadow:0px 1px 2px #888;
	box-shadow:0px 1px 2px #888
}
#comments .comment-meta-1 .reply a {
	color:#fff
}
#comments .comment-meta-1 .reply:hover {
	text-decoration:none
}
#comments .comment-meta-1 .reply:active {
	position:relative;
	top:1px
}
#comments .comment-meta-2 {
	font:italic 11px/11px  Verdana, Arial, Helvetica, sans-serif;
	display:block;
	color:#CC6600;
	margin:0 0 10px
}
#comments .text {
	float:left;
	width:520px
}
#comments .text .waiting_approval {
	font-size:14px;
	font-style:italic;
	font-weight:bold
}
#comments .c {
	line-height:20px
}
#comments .c p, #comments .c code, #comments .c blockquote, #comments .c ul, #comments .c ol {
	display:block;
	margin:5px 0
}
#comments .c a {
	text-decoration:underline
}
#comments .c a:hover {
	text-decoration:none
}
#comments .depth-2 .comment-wrapper {
	padding-left:20px;
	background:url(../images/comment/reply-comment.png) no-repeat 0 5px
}
#comments .depth-2 .text {
	width:500px
}
#comments .depth-3 .comment-wrapper {
	padding-left:40px;
	background:url(../images/comment/reply-comment.png) no-repeat 20px 5px
}
#comments .depth-3 .text {
	width:480px
}
#comments .depth-4 .comment-wrapper {
	padding-left:60px;
	background:url(../images/comment/reply-comment.png) no-repeat 40px 5px
}
#comments .depth-4 .text {
	width:460px
}
#comments .depth-5 .comment-wrapper {
	padding-left:80px;
	background:url(../images/comment/reply-comment.png) no-repeat 60px 5px
}
#comments .depth-5 .text {
	width:440px
}
#respond {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:20px 20px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
#respond p {
	margin:0
}
#respond .logged-in-as {
	margin-bottom:10px
}
#respond .comment-notes {
	margin-bottom:1em
}
#respond .form-allowed-tags {
	line-height:1em
}
.children #respond {
	margin:0 48px 0 0
}
#comments-list #respond {
	margin:0 0 18px 0
}
#comments-list ul #respond {
	margin:0
}
#cancel-comment-reply-link {
	font-size:12px;
	font-weight:normal;
	line-height:18px
}
#respond .required {
	color:#ff4b33;
	font-weight:bold;
	float:left;
}
#respond label {
	color:#000;
	font-weight:bold;
	float:left;
	font-size:12px
}
#respond inpust {
	margin:0 0 9px;
	padding:5px;
	width:70%;
	display:block;
	background:#fff url(../images/comment/bgr_respond_text.gif) repeat-x
}
#respond textaxrea {
	width:95%;
	background:#fff url(../images/comment/bgr_respond_text.gif) repeat-x
}
#respond .form-allowed-tags {
	color:#888;
	font-size:12px;
	line-height:18px
}
#respond .form-allowed-tags code {
	font-size:11px
}
#respond #submit {
	width:320px;
	border:0px solid #333 !important;
	margin-top:10px;
	margin-left:100px;
	padding:5px 10px;
	cursor:pointer
}
.securityCode{
	margin:5px; 
	padding:3px;
	border:solid 1px #666666;
	vertical-align:middle;
}