/* CSS Document */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#666;
	background-color:#e7ecf0;
	background-image:url(../img/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
/*
p {
	font-size:11px;
}
*/
a {
	text-decoration:none;
	outline:none;
}
fieldset {
	padding:15px;
	border:1px dotted #07235d;
	margin-top: 30px;
}
legend {
	padding:3px;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-size:1.2em;
	background-color:#07235d;
}
label {
	padding:5px;
	width:88px; 
	float: left;
	display:inline;
	margin: 4px 3px 4px 3px;
	font-size:1.1em;
	text-align:right;
	color: #777;
}
input[type=text] {
	width: 100%;
	background: #e9e9e9;
	/* color: #666; */
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1.1em;
}
input[type=text].readonly.us {
	width:100%;
}
input[type=text].readonly {
        width:100%;
	color: #666;
	background-color:#fff;
}
input[type=text]:focus {
	background: #eee;
	color: #07235d;
	border: 1px solid #07235d;
}
input[type=text].readonly:focus {
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
}

span.date input[type=text] {
	width: 100px;
	background: #e9e9e9;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1.1em;
}

/*
input[type=submit] {
	float: right;
	background-color:#c3d1da;
	padding:10px 20px 10px 20px;
	border:2px solid #07235d;
	margin-top:10px;
	text-transform:uppercase;
	font-weight: bold;
}
*/
input[disabled] {
	background-color:#eee;
	color:#444;
	/*background: transparent;	 */
}
textarea[disabled] {
	background-color:#eee;
	color:#444;
	/*background: transparent;	 */
}
textarea.readonly {
	background: #fff;
	color: #666;
}
.item {
	border-bottom: 1px solid #ccc;
}
.item:first-of-type {
	border-top: 1px solid #ccc;
}
.texbox {
	padding:5px;
	width:462px;
	float: left;
	display:inline;
	margin: 3px;
}

div#containter {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	/*width:980px;*/
        width:100%;
	position:relative;
        min-width:950px;
}
div#header {
	margin:0 auto 0 auto;
	padding:0px 0 0 0;
	height:125px;
	position:relative;
	display:block;
}

.headerLinkToHome {
        display:block;
        height:110px;
        width:300px;
        margin-left:25px;
        background-image:url(../img/header-ictp.png);
        background-repeat:no-repeat;
        background-position:0 12px;
        background-color:transparent;
        float:left;
}


div#breadcrumbs {
	margin:10px 20px 15px 20px;
	/*padding:1px 0 3px 10px; */

	height:10px;
	position:relative;
	display:block;
}
div#breadcrumbs #col1 {
	display:inline;
	float: left;
        padding-left:5px;
}
div#breadcrumbs #col2 {
	display:inline;
	float: right;
	width:188px;
	text-align: right;
        padding-right:5px;
}
div#breadcrumbs a:link, a:visited, a:hover, a:active {
	color:#437cbf;
	font-weight:bold;
}

div#right
{
    	background-color:#FFFFFF;
        margin-right:20px;
	margin-left:293px;
        padding:20px;
        border:1px solid #bababa;
        min-width: 400px;
}

div#left
{
	background-color:#FFFFFF;
	float:left;
        border:1px solid #bababa;
        width:255px;
	margin-left:20px;
}

div#left p {
	margin:10px;
        margin-left:10px;
}
div#navigation {
	padding: 0;
	margin: 0 0 0 0;
}
div#navigation ul {
	padding: 0;
	margin: 0 0 0 0;
	font-size:1.1em;
	width:250px;
}
div#navigation li {
	padding: 10px;
	margin: 0 0 0 0;
	background-color: #eeeeee;
	list-style-type:none;
	width:234px;
	border-bottom: 1px solid #dddddd;
}
.first {
	border-top: 1px solid #dddddd;
}
div#navigation li:hover {
	background-color:#f7f5f5;
}
/*
div#right {
	width:670px;
	margin:0 0 0 10px;
	padding:20px;
	line-height: 1.7em;
}
*/

div#right img.floatleft {
	margin: 8px 16px 8px 0;
}
div#right h1 {
	/*color:#07235d; */
	color:#07235d;
	font-size:1.6em;
	margin: 1.5em 0 1.2em 0;
	font-weight:normal;
    border-bottom: 1px dotted #07235d;
}
div#right h2 {
	color:#07235d;
	font-size:1.7em;
	font-weight:bold;
	margin: 2em 0 1em 0;
}
div#right h5 {
	color:#07235d;
	font-size:1.6em;
	margin: 1.0em 0 0 0;
	font-weight:normal;
}
div#right a:link, a:visited, a:hover, a:active {
	color:#437cbf;
	/* font-weight:bold; */
	font-weight:normal;
}
div#clear {
	clear:both;
}
div#footer {
	margin:20px;
	padding:5px 5px 0px 5px;

	height:20px;
	position:relative;
	display:block;
}
div#footer ul {
	margin:5px 0 0 0;
	padding:0;
}
div#footer li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
div#footer a:link, a:visited, a:hover, a:active {
	color:#437cbf;
	font-weight:normal;
}
.bottom {
	background-image:url(../img/bg-footer.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.floatleft {
	float: left;
	display:inline;
	margin: 7px;
}

.clearfix:before, 
.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* added */

table.login {
	padding:0px;
	border:0px dotted #07235d;
	margin-top: 30px;
}
table.pfTable {
    table-layout: fixed;
}
.labelCol {
    padding: 5px;
	margin: 4px 3px 4px 3px;
	font-size:1.1em;
	color: #666;
	text-align:right;
    border:solid #4444AA 0px;
}
.quotaCol {
	padding:4px;
	font-size: 1.1em;
	text-align: center;
	border: 0px;
	background: #e9e9e9;
}
.pfTable tr:hover {
	background: #e9e9e9;
 }
.pfTable td{
	word-wrap:break-word;
 }
.upperBold {
    text-transform:uppercase;
    font-weight: bold;
}
.cbox label {
	float: left;
	display:inline;
	text-align:left;
	font-size:1.1em;
	color: #000;
    width: 300px;
}
.cbox input[type=checkbox] {
	float: left;
	display:inline;
	margin: 14px 10px 0 78px;
}
.cbox input[type=radio] {
	float: left;
	display:inline;
	margin: 14px 0 0 0;
}
div#navigation a {
	color:#888;
	font-weight:bold;
}
div#right a {
	font-weight:normal;
}
div#right h3 {
	font-size:1.6em;
	font-weight:bold;
	margin: 2em 0 1em 0;
}
div#right h4 {
	font-weight:bold;
	margin: 0 0 0.2em 0;
}
div.clear {
    clear:both;
}
div.legend {
    margin-left:187px; 
    font-size:95%; 
	border-top:1px dotted #07235d;
	border-bottom:1px dotted #07235d;
}
p.indent{
	margin: 0 0 0 33px;
}
input.left {
	float: left;
	background-color:#c3d1da;
	padding:5px 5px 5px 5px;
	border:2px solid #07235d;
	margin: 20px 3px 4px 3px;
	text-transform:uppercase;
	font-weight: bold;
}
input[type=password] {
	width: 300px;
	background: #e9e9e9;
	/* color: #666; */
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1.1em;
}
input[type=submit] {
	float: right;
	background-color:#c3d1da;
	padding:4px;
	border:2px solid #07235d;
	margin: 20px 3px 4px 3px;
	text-transform:uppercase;
	font-weight: bold;
}
input[type=submit]:hover {
    background:#437cbf;
}
input[type=button] {
	float: right;
	background-color:#c3d1da;
	padding: 4px;
	border:2px solid #07235d;
	margin: 20px 3px 4px 3px;
	text-transform:uppercase;
	font-weight: bold;
}
input[type=button]:hover {
    background:#437cbf;
}
.gender input[type=radio] {
	float: right;
	margin: 14px 0 0 0;
}
select {
	padding:1px;
	margin: 4px 0 4px 0;
    width: 200px;
	font-size:1.1em;
	text-align:left;
}
textarea {
	width: 100%;
        font:inherit;
	background: #e9e9e9;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1.1em;
}
fieldset.error {
	padding:15px;
	border:1px dotted #C80000;
	margin-top: 30px;
}
legend.error {
	padding:3px;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-size:1.2em;
	background-color:#C80000;
}
.pName {
	font-size: 1.0em;
    font-weight: bold;
    color: #000;
}
.jList {
	font-size: 1.0em;
    font-weight: normal;
    color: #000;
}
.textfield {
	display:block;
	padding: 4px;
    width: 450px;
    color: #444444;
	font-size: 1.1em;
}
div#terms {
    margin:20px;
    padding:10px 5px 5px 5px;
    border-top: 1px solid #ccc;
}
p.divider {
    margin:50px auto 0px auto;
    padding:10px 5px 5px 5px;
    border-top: 1px solid #ccc;
	width:670px;
}
div.box {
	padding:15px;
	border:1px dotted #07235d;
	margin-top: 5px;
}
li {
    margin-bottom:12px;
}
pre {
	font-size:small;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}
div.publist {
	margin-left:10px;
}
.clquotaCol {
	padding:4px;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #ccc;
}
img {
	border: 0px;
}
table.quotaTable {
    width: 100%;
	font-size:1.1em;
}
td.text {
    color:#666; 
}
td.number {
    color:#666; 
    text-align:center;
}

td.xdata
{
    width: 100%;
}

.ui-widget {
    font-family:inherit ;
    font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:inherit ;
}
.pubName {
    font-size: 1.0em;
	font-weight:bold;
}
#box-link { 
        position: absolute; 
        top: 8px; 
        left: 1px; 
        width: 300px; 
        height: 110px; 
        background-color: transparent; 
 }