img { border: 0; }

body a {
	text-decoration: none;

}

/** Remove Firefox link outline border begin **/
a
{
/*outline: none;*/
}

/** Remove Firefox link outline border END **/

/*	border: 1px solid grey;
	width: 800px;
	margin-left: auto;
	margin-right: auto;*/

/*** REQUEST PASSWORD TEMPLATE ***/
#request_password input {
    border: 1px solid #999;
}


/*** TOP ROW ITEMS ***/

#toprow {
	height: 15px;
	/*background: #D94848;*/
	padding: 5px;
	color: #000;
	text-align: right;
}

#name {
    margin-top: 30px;
    
    text-align:right;
    font-size: 14pt;
    padding:10px;

}

#profiles {

margin-top: 30px;
margin-right: 30px;
text-align: right;
	
}

#toprow .toprow_item {
	padding-right: 15px;
}

#toprow .toprow_item a:link,
#toprow .toprow_item a:visited {
	text-decoration: none;
}
#toprow .toprow_item a:hover {
	text-decoration: underline;
}


/** Notification & Info boxes (layout.php) **/
#notification_box, #info_box, #timeout_notification_box {
    min-height: 20px;
    font-size: 10pt;
    font-weight: bold;
}
#notification_box img, #info_box img {
    vertical-align:middle;
    margin-right: 5px;
}

#notification_box, #timeout_notification_box { /*position: absolute; */width: 100%; }
#info_box { background: #2e797c; }
#info_box { background: #2e797c; }



/*** Navigation ***/

#navigation
{
	height: 15px;
	padding: 5px 0 5px 0px;
	width: 99.9%;
	background: #1A414B;
	color: white;
        border: 1px solid #000;
}

#navigation .navitem a {
	color: white;
}
#navigation .navitem_active a {
	color: black;
}

#navigation .navitem, 
#navigation .navitem_active {
	padding: 5px;
	margin-left: 20px;
        display: inline;

}


#navigation .navitem_active {
	background: #fff;
	border: 1px solid black;
	border-bottom-width: 0;
}

#navigation #left-container {
    display: inline-block;
    width: 550px;
}

#navigation #right-container {
    display: inline-block;
}

#circlenumber {
  background: #AAAAAA;
  color: #ffffff;
}

/********** Content *********/

#content {
		border-left-width: 0;
		border-right-width: 0;
		padding: 20px;
		background: white;
		min-height: 400px;
}

#content fieldset {
		padding: 0 1em 1em 1em;
}

#content fieldset div {
		margin-top: 10px;	
}
	
#content legend {
		padding: 1em;
}

#content .left_column {
		float: left;
		width: 6em;
}

#content .float_right {
	 	float: right;
	 	text-align: right;

}

#content .align_right {
		text-align: right;
	position: relative;
	right: 0;
	margin: 15px 0 10px 0;	
}






/******** Item list *****/

#item_list table {
	border: 0px;
	margin: 0;	
	width: 100%;
	margin-top: 10px;
}


#item_list td {
	border: 0;
	margin: 0;
	border-width: 0;	
	padding: 3px 5px 3px 5px;
}

#item_list .oddline {
	background: #e5eaef;
}

#item_list .evenline {
	background: #fff;
	
}

#item_list input {

}

/* Navigation link inside page */
.navigation_page_link:link, .navigation_page_link:visited {
    color: #ffba10;
    font-weight:bold;
}
.navigation_page_link:hover {
    text-decoration: underline;
}




/**** ajax loading *****/

.ajax_loading {
    width: 80px;
    position: absolute;
    top: 400px;
    left: 50%;
    padding: 10px;
    z-index: 9999;
    margin-left: -15px;
    margin-right: auto;
    text-align: center;
    
    }
    .ajax_loading span {
        margin-top: 5px;
        display: block;
        padding: 5px 3px 3px 3px;
    }
    .ajax_loading img {
        position: relative;
        width: 31px;
    }

.ajax_complete {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.edit_field {
    display:none;
}






/********* Footer *******/

#footer {
	clear: both;
}


/******* Signin form *******/
.login_input_field, .captcha  {
    border: 1px solid #999;
    width: 170px !important;    
}


.help_text, .form-help, .help-text {
    padding-left: 1em;
    font-size: 10px;
    color: #999;
}
.available_schemapipe_desc {
    float:right; 
    text-align: left;
    text-align: left;
    width: 400px;
    font-size: 10px;
    color: #999;
}

.right { float:right; }
.left { float:left; }
.clear { clear: both; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.margin-right{ margin-right: 20px !important; }
.margin-left{ margin-left: 20px !important; }
.margin-left-30{ margin-left: 30px !important; }
.margin-left-60{ margin-left: 60px !important; }
.margin-left-80{ margin-left: 80px !important; }


.hidden { display: none; }
.visible { display: inherit; }

.line-through { text-decoration: line-through; }


#help-container {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 15px;
}
