/* CSS Document */

#tag-cloud h1 {font-size: 30px}
#tag-cloud h2 {font-size: 26px}
#tag-cloud h3 {font-size: 22px}
#tag-cloud h4 {font-size: 18px}
#tag-cloud h5 {font-size: 14px}
#tag-cloud h6 {font-size: 11px}

a {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
}

a:hover {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
}

a:link {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
}

a:visited {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
}

#blkdescription {
	padding-left:0px;
	padding-right:0px;
}

.mainheading h2 {
	background-color:#CED5E8;
	border-top:2px solid #03296A;
	clear:left;
	color:#03296A;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
	padding:4px 5px;
}

p.normal {
	font-size:12px;
	margin:0 10px 10px;
	text-align:justify;
}

.archivelink a {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
}

#blogslist {
	font-size:12px;
	font-family:Arial;
	color:#000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:10x;		
}

#blogslist .tablelinks a{
	font-size:12px;
	font-family:Arial;
	color:#03296A;
}

.mainheading a {
	background-color:#FFFFFF;
	clear:left;
	color:#03296A;
	font-size:24px;
	font-weight:700;
	margin:0 0 0px;
	padding:0px 0px;
	margin-bottom:0px;
}

.blogdetail {
	font-family:Arial;
	font-size:12px;
	color:#03296A;
	padding-left:10px;
}

.blogdetail p {
	padding-top:0px;
	margin-top:0px;
}

.bitmaphdwrap {
	border: 1px solid #2A5335;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.blogdetailtable a {
	color:#03296A;
	font-family:Arial;
	font-size:12px;
	font-weight:700;
}

.blogdetailslisto1 {
	padding-top:10px;	
}	

#blogatglance {
	font-size:12px;
	font-family:Arial;
	color:#000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:10x;
}	

#blogtags {
	font-size:12px;
	font-family:Arial;
	color:#000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:10x;
}

.normaltext {
	font-family:Arial;
	font-size:12px;	
}

.bloglink a {
	color:#03296A;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
}

.bloglink a:hover {
	color:#03296A;
	text-decoration:underline;
	font-size:12px;
	font-family:Arial;
}

.blognolink {
	color:#666666;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
}

.profilepageheading h2 {
	background-color:#FFFFFF;
	clear:left;
	color:#03296A;
	font-size:16px;
	font-weight:700;
	margin:0 0 0px;
	padding:0px 0px;
	margin-bottom:0px;
}


/* highslide CSS */
.highslide-wrapper div {
    font-family:Arial;
    font-size:12px;
	color:#333333;
}

.highslide-html{
	background-color:#FFFFFF;
}

.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits, a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover, a.highslide-credits:hover i {
    color: white;
    background-color: white;
}


/* Styles for the highslide popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}

.highslide-wrapper .highslide-html-content {
    width: 500px;
    padding: 0 5px 5px 5px;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-move {
    cursor: move;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}





