body {
	font-family:Helvetica,Arial, sans-serif;
	font-size:11px;	
	/*background-color:#07386b;*/
	/*background-image:url('../images/bg.jpg');*/
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

hr {
	background-color:#CCCCCC;
	border:0 none;
	height:1px;
	margin-top:1px;
}

input {
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:3px;
}

/*Show/Hide links*/
.visibilityLink {
	float:right; 
	color:#0b55c4; 
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
}


/*Loading message classes*/
.loadWrapper {
	display:none;
	position:fixed;
	z-index:10;
	background-color:#000;
	height:100%;
	width:100%;
	filter:alpha(opacity=60);
  	opacity:0.6;
}
.loadMessage {
	display:none;
	position:fixed;
	z-index:12;
	left:50%;
	top:50%;
	border:1px solid #3e3e3e;
	height:20px;
	width:120px;
	margin-left:-60px;
	margin-top:-35px;
	background-color:#fff;
	text-align:center;
	background-image:url("../images/loader.gif");
	background-repeat:no-repeat;
	background-position:center 10px;
	padding-top:50px;
}

/*Logout buttons*/
.logout {
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#525252;
	border-left:0px solid #d4d4d4;
	float:right;
	margin-top:50px;
}
.logout:hover {
	color:#0b55c4;
}

.clear  {
	clear:both;
	height:0;
	overflow:hidden;
}

.bigBase {
	color:#818181;
	height:600px;
	left:50%;
	margin-left:-450px;
	margin-top:0;
	position:absolute;
	text-align:left;
	width:948px;
}

.banner {
	background-image:url("../images/header.jpg");
	height:78px;
	margin-bottom:20px;
	width:950px;
}

.menu {
	background-color:#FFFFFF;
	border:0 solid #CDCDCD;
	text-align:left;
}

.buttonSelected {
	background-image:url("../images/selectedTab.jpg");
	color:#0b55c4;
	display:block;
	float:left;
	font-size:14px;
	font-weight:normal;
	height:23px;
	margin-right:5px;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	width:159px;
}

.main {
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	padding:10px;
}

.detailsBox {
	background-color:#F6F6F6;
	border:1px solid #CDCDCD;
	color:#0b55c4;
	float:right;
	margin-top:0;
	padding:8px;
	width:350px;
}

.detailsBox h1 {
	color:#0b55c4;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	margin-top:0px;
	float:left;
}

.detailsBox input.input,
.detailsBox select {
	margin-bottom:10px;
	width:180px;
}

	.detailsBox select {
		width: 188px;
	}

.detailsBox input.check {
	float:right;
	display:block;
	margin-top:1px;
}

.topic {
	background-image:url('../images/ticka.png');
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:30px;
	height:20px;
	background-position:center left;
	border:0px solid #000;
	margin-bottom:5px;
}
.topicD {
	background-image:url('../images/ticki.png');
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:30px;
	height:20px;
	background-position:center left;
	border:0px solid #000;
	margin-bottom:5px;
	color:#B3B3B3;
}

.messageBox {
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:8px;
}

.messageBox strong {
	color:#0b55c4;
	font-size:12px;
}

.messageBox a {
	color:#0b55c4;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

#archive div.editForm {
	display:none;
}

#archive input {
	width:492px; 
	border:1px solid #bfbfbf; 
	margin-bottom:6px;
}

#archive input.button {
	float:right;
	width:42px;
	margin-top:5px;
}

#archive textarea {
	width:498px; 
	border:1px solid #bfbfbf; 
	height:80px; 
	font-family:Helvetica,Arial, sans-serif; 
	font-size:11px;
}


.homeIcon {
	background-image:url('../images/pie-chart.png');
	background-repeat:no-repeat;
	height:48px;
	margin-right:10px;
	float:left;
	color:#0b55c4;
	padding-left:52px;
	font-size:20px;
	font-weight:bold;
}
.homeIcon div { margin-top:10px;}
.homeIcon div strong { font-size:14px; }

/*Rounded Box*/
.rounded-box {
	position:relative;
	background-color:#fbfbfb;
}
.rounded-box-main {
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:5px;
	z-index:2;
}
.rounded-box-head {
	height:6px;
	width:100%;
	border-top:1px solid #cdcdcd;
	z-index:2;
	margin-bottom:-1px;
}
.rounded-box-head-left {
	position:absolute;
	margin-top:-1px;
	height:6px;
	width:6px;
	height:6px;
	width:6px;
	background-image:url('../images/j_crn_tl_light.png');
	z-index:3;
}
.rounded-box-head-right {
	position:absolute;
	left:100%;
	margin-left:-6px;
	margin-top:-1px;
	height:6px;
	width:6px;
	background-image:url('../images/j_crn_tr_light.png');
	z-index:3;
}
.rounded-box-foot {
	margin-top:-1px;
	height:6px;
	width:100%;
	border-bottom:1px solid #cdcdcd;
}
.rounded-box-foot-left {
	position:absolute;
	left:0%;
	top:100%;
	margin-top:-6px;
	height:6px;
	width:6px;
	background-image:url('../images/j_crn_bl_light.png');
	z-index:3;
}
.rounded-box-foot-right {
	position:absolute;
	left:100%;
	top:100%;
	margin-left:-6px;
	margin-top:-6px;
	height:6px;
	width:6px;
	background-image:url('../images/j_crn_br_light.png');
	z-index:3;
}


.instruction {
	background-color:#F5F5F5;
	border:1px solid #CDCDCD;
	color:#000000;
	float:left;
	font-size:11px;
	height:45px;
	margin-bottom:0px;
	padding:10px;
	position:relative;
	width:906px;
}

h3 {
	color:#0b55c4;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	padding:0;
}

/*crazy keywords classes*/
.keyword {
	margin-bottom:5px; 
	padding-top:5px; 
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
}
#holder {
	position:relative;
}
.keywordsFormHolder {
	border:0px solid #000;
	height:420px;
	overflow:hidden;
	/*white-space:nowrap;*/
}
.keywordsForm {
	width:350px;
	border:0px solid #000;
	position:absolute;
	/*white-space:normal;*/
}
.keyword div {
	float:left;
}

.keyword strong {
	color:#666;
}

.keyHolder {
	float:left;
	margin-top:3px;
}
a.keyTrack {
	float:left;
	border:1px solid #ccc;
	font-weight:normal;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f0f0f0;
	margin-right:8px;
	color:#000;
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}

a.keyTrackA {
	float:left;
	border:1px solid #ccc;
	font-weight:normal;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f0f0f0;
	margin-right:8px;
	font-size:11px;
	cursor:pointer;
	color:#0b55c4;
	text-decoration:none;
	outline:none;
}


/*Curved Boxes*/
.tLeft { 
	position:absolute; 
	height:10px; width:10px; 
	left:-1px; 
	top:-1px; 
	background-image:url('../images/curves/top-left.jpg'); 
}
.tRight { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:100%; 
	top:-1px; 
	margin-left:-9px; 
	background-image:url('../images/curves/top-right.jpg'); 
}
.bLeft { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:-1px; 
	top:100%; 
	margin-top:-9px; 
	background-image:url('../images/curves/bot-left.jpg'); 
}
.bRight { 
	position:absolute; 
	height:10px; 
	width:10px; 
	left:100%; 
	top:100%; 
	margin-left:-9px; 
	margin-top:-9px; 
	background-image:url('../images/curves/bot-right.jpg'); 
}