/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;
}*/

.highlight
{
	background-color: yellow;
}
.highlight2
{
	background-color: Fuchsia;
}
.jqmOverlay
{
	background-color: #000;
}
html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	background-image: url(../img/bg.jpg);
}

html.popup
{
	background-image:none;
	background-color:White;
}

a.keyword
{
	color: #717171;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a.keyword:hover
{
	text-decoration: none;
}

a.enabledKeyword
{
}
a.enabledKeyword:hover
{
}

a.disabledKeyword, a.disabledKeyword:hover
{
	color: #717171;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

a
{
	color: #990377;
	text-decoration: none;
	cursor:pointer;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
/************************************ HEADER **********************************************/

/*.ontop{left:0pt;
overflow:auto;
position:absolute;
top:0pt;
width:100%; height:219px;}

body > div.ontop {
position:fixed;
}*/

#smallheader
{
	height: 106px;
	width: 626px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

#smallheader.langen
{
	background: #fff url(../img/bg_header_small_en.jpg) no-repeat top left;
}

#smallheader.langfr
{
	background: #fff url(../img/bg_header_small_fr.jpg) no-repeat top left;
}

#smallheader.langes
{
	background: #fff url(../img/bg_header_small_es.jpg) no-repeat top left;
}

#ctl00_header
{
	height: 190px;
	width: 949px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

.langfr
{
	background: #fff url(../img/bg_header_fr.jpg) no-repeat top left;
}

.langen
{
	background: #fff url(../img/bg_header_en.jpg) no-repeat top left;
}

.langes
{
	background: #fff url(../img/bg_header_es.jpg) no-repeat top left;
}

#section
{
	background-color: #0079c2;
	width: 949px;
	margin-left: auto; 
	margin-right: auto;
	padding:1px 0 0 0;
	overflow: visible;
	height:28px;
}

#section div.tabs
{
	float: left;
	height: 20px; /*background-color: #717171; 	border-right: #fff 1px solid;*/
	text-align: center;
}

#section div.tabs a
{
	color: #990377; /*font-weight: bold;*/
	text-decoration: none;
}

#ctl00_section2
{
	height: 20px;
	width: 932px;
	background-color: #e9e7e7;
	margin: 0 auto;
	padding: 6px 3px 0 14px;
}
#ctl00_section2 ul
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 150px;
	float: left;
	display: block;
}
#ctl00_section2 ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
	color: #004D6B;
	float: left;
	font-size: 10px;
	display: block;
}
.languages
{
    float:left;
    margin: 10px 0px 10px 10px;
}
.generalHelpDiv
{
    float: right;
    margin: 7px 10px 7px 5px;
}

#divHelpContainer{
text-align:center;
}
#divHelpValue{
	float:right;
	padding: 6px 10px 0px 10px;
}


#section2
{
	height: 20px;
	width: 932px;
	background-color: #e9e7e7;
	margin: 0 auto;
	padding: 6px 3px 0 14px;
}
#section2 ul
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 150px;
	float: left;
	display: block;
}
#section2 ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
	color: #004D6B;
	float: left;
	font-size: 10px;
	display: block;
}


#lightsection
{
	height: 28px;
	width: 932px;
	background-color: #e2e7e6;
	margin: 0 auto;
	padding: 4px 3px 0 14px;
	position: relative;
}
#lightsection h1
{
	float: left;
	font-size: 13px;
	color: #779399;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 15px;
}

#ctl00_header .menuWrap
{
	z-index: 1;
	position:absolute;
	top:6px;
	left:380px;
	height:24px;
	overflow:hidden
}

#ctl00_header .menu
{
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}
#ctl00_header .menuItem td
{
	color: #990377;
	height: 24px;
	background: url(../img/tab_dim.gif);
	padding:2px 0 0 0;
	width: 100px;
	text-align: center;
	white-space: nowrap;
}

#ctl00_header .menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited
{
	color: #666362;
	text-decoration: none;
	white-space: nowrap;
}
#ctl00_header .menuItem a:hover
{
	text-decoration: none;
	color: #990377;
}
#ctl00_header .menuSelectedItem td
{
	/*background: url(../img/tab.gif) no-repeat #919191;*/
}

#ctl00_header .menuSelectedItem a:link, .menuSelectedItem a:visited
{
	color: #990377;
	text-decoration: none;
}

#ctl00_header .managementSection
{
	color: #990377;
	height: 24px;
	background: url(../img/tab_dim1.gif) no-repeat;
	width: 100px;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
}
#ctl00_header .menuPopup
{
	background: url(../img/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	text-align: left;
}
#ctl00_header .menuPopupItem
{
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
/************************************ CONTENT **********************************************/
#content
{
	width: 920px;
	margin: 0 auto;
	padding: 8px 14px 40px 13px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#content.popup
{
	width:626px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

#content h1
{
	color: #555555;
	font-weight: bold;
	font-size: 17px;
	margin: 16px 0 13px 0;
	padding: 0;
	line-height: 22px;
	text-align: center;
}
#content h2
{
	text-align: center;
	color: #717171;
	font-weight: bold;
	font-size: 13px;
	margin: 7px 0 13px 0;
	padding: 0;
	line-height: 14px;
}

#content .contentBody
{
	margin: 0px 10px 0px 10px;
}

#content .legend_class
{
	color: #163A48;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}
#content p
{
	font-weight: normal;
	font-size: 11px;
	margin: 6px 0 4px 0;
	padding: 0;
	line-height: 13px;
	text-align: justify;
}
#content ul
{
	margin: 4px 0 4px 25px;
	padding: 0;
}

#content ol{
	/*margin: 4px 35px;*/
	margin-left: 20px;
	padding: 0;
}
#content ul li
{
	margin: 2px 0px;
	padding: 0;
	font-size: 11px;
	text-align: justify;
	list-style: outside;

}

#content .list ul li
{
	list-style-type:none;
	width:100%;
}

#content .list .listItemNumber, #content .list .listTitle
{
	float:left;
}

#content .list .listItemNumber
{
	padding: 0px 10px 0px 0px;
	text-align: right;
	width:4%;
}

#content .list .listTitle
{
	width: 94%;
}

#content .list .listItem
{
	padding: 10px 0px 0px 0px;
	overflow:auto;
	width:100%;
}


#content .list .listItemDescription
{
	text-align:justify;
}

#content ol li{	list-style-type: decimal !important;
	padding: 5px 0px;
	margin: 0;
	font-size: 11px;
	text-align: justify;}

#content a.buton
{
	border: 1px solid #999999;
	padding: 2px 12px;
	margin: 0 0 0 10px;
	background-color: #004d6b;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
#content a.buton:hover
{
	color: #98AFC7;
}
#content a.buton1
{
	border: 1px solid #999999;
	background-color: #004d6b;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#content a.buton1:hover
{
	color: #98AFC7;
}
#content input
{
	border: 1px solid #779399;
	font-size: 10px;
	color: #1f1f1f;
	margin: 0 10px 0 0;
	padding: 1px 3px;
	float: left;
}

#content input[type="radio"]
{
	border: 0px;
}
#content input[type="checkbox"]
{
	border: 0px;
	text-align: center;
	float:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#content .list table td{padding:2px 5px 0 0;}
#content .search_results
{
	text-align: left;
	color: #004D6B;
	font-weight: bold;
	font-size: 12px;
	margin: 7px 0 10px 0;
	padding: 0;
	line-height: 14px;
}
#content .search_results em
{
	font-weight: normal;
	font-size: 11px;
	margin: 6px 0 4px 0;
	padding: 0;
	line-height: 13px;
	color: #717171;
}
/*#content fieldset{margin:10px 0;}*/

#content div.comboselect
{
	border: 0;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 120px;
}

#content div.comboselect *
{
	display: block;
	float: left;
	width: 30%;
}

#content div.comboselect select
{
	height: 100px;
}

#content div.comboselect div
{
	border: 0;
	width: 10%;
	height: 80px;
	padding: 10px;
	padding-top: 25px;
}

#content div.comboselect div input
{
	width: 100%;
	clear: left;
	margin: 5px 0;
}

#content div.comboselect select option
{
	width: 100% !important;
	border: 0;
	border-bottom: 1px dotted #959DB7;
}
#content .searchFormCountry
{
	display: block;
}

#content .all_countries
{
	float: left;
	padding-left: 120px;
	color: #004D6B;
}


#content .submitFormCountry
{
	display: block;
	float: right;
	padding-right: 130px;
	text-align: right;
}

#spacer
{
	height: 18px;
	_height: 0px;
	width: 100%;
}

#content .gridKeyWords
{
	border: 0;
}

#content .rulesResponse
{
	height: 300px;
	width: 98%;
	overflow: auto;
	padding: 8px;
}

#content .jqmWindow
{
	display: none;
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -300px;
	width: 300px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}
.close_button
{
	text-align: right;
	font-weight: bold;
}
#content p.labelFormSearchCountry
{
	padding-left: 120px;
	color: #717171;
	font-weight: bold;
	margin: 5px 0;
}
#content table.labels
{
	color: #717171;
	font-weight: bold;
	margin: 5px 0;
}
#content table.labels td
{
	padding-right: 20px;
	vertical-align: top;
}
#content table.labels td img
{
	border: 1px solid #717171;
}
#content table.labels td .titles
{
	white-space: nowrap;
}
#content table.labels td .value
{
	color: #004D6B;
}
#content table.labels td .keywordItem
{
	float: left;
	padding: 10px;
}

#content table.searchFormAgreements
{
	text-align: center;
	width: 100%;
}
#content table.searchFormAgreements span.findAgreements
{
	color: #004D6B;
	font-weight: bold;
	font-size: 12px;
	margin: 7px 0 10px 0;
	padding: 0;
	line-height: 14px;
}
#content table.searchFormAgreements input.button
{
	background-color: #004D6B;
	color: #ffffff;
	text-align: center;
}
#content table.searchFormAgreements div.selectCountries
{
}
#content table.searchFormAgreements div.selectCountries table.listBoxes
{
	width: 75%;
}
#content table.searchFormAgreements div.selectCountries table.listBoxes td
{
	width: 200px;
}

#content .tabelContainer
{
	clear: both;
	margin: 10px 0 24px 0;
	padding: 0;
}
#content .tabelContainer table
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	background-color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #D6D5D9;
}
#content .tabelContainer table th
{
	padding: 3px 25px 2px 3px;
	white-space: nowrap;
	vertical-align: top;
	border: 1px solid #d6d5d9;
	color: #717171;
}
#content .tabelContainer table td
{
	padding: 3px 3px 2px 3px;
	color: #004D6B;
	border: 1px solid #d6d5d9;
	word-wrap: break-word;
}
/* white-space:nowrap;}*/
/*#content .tabelContainer table input{border:1px solid #779399; width:116px; height:13px; font-size:10px; color:#1f1f1f; margin:0 10px 0 0;padding:1px 3px; float:left}*/
#content .tabelContainer table input
{
	/*width: 16px;
	height: 13px;*/
	background-color: #fff;
	float: left;
	border: 0;
}
#content .tabelContainer table input[type="checkbox"]
{
    text-align:center;
    float:none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
#content .tabelContainer table .chk
{
	width: 15px;
	height: 15px;
	margin: 1px;
	padding: 0;
	border: 0;
}
#content .tabelContainer table.chk1
{
	width: 15px;
	height: 15px;
	margin: 1px;
	padding: 0;
	border: 0;
}
#content .tabelContainer table.nowrap
{
	white-space: nowrap;
}

#content .tabelContainer .hide
{
	display: none;
}
#content .tabelContainer .thumbnail
{
	float: left;
	padding: 10px;
	width: 160px;
	height: 200px;
	vertical-align: middle;
}


#content .tabelContainer .thumbnail img
{
	margin-left: 5px;
	border: 1px solid #717171;
}
#content .tabelContainer .thumbnail p
{
	text-align: left;
	margin-left: 5px;
}

#content .tabelContainer .smallImage
{
}
#content .tabelContainer .textImage
{
}


#content .tabelContainer td.hover, tr.hover
{
	background-color: #EEEEEE;
}

#content .tabelContainer td.hoverrow, th.hoverrow
{
	background-color: #EEEEEE;
}

#content .agreementTitle
{
}

#content .tabelContainer table input.txtz
{
	width: 70px;
	float: left;
	border: 1px;
}
#content .tabelContainer table input.txt2
{
	width: 150px;
	float: left;
	border: 1px;
}

.table-of-contents
{
}

.table-of-content-titre
{
	clear: both;
	font-size: 13px;
	margin: 10px 0;
}

.table-of-content-ss-titre
{
	font-size: 11px;
	margin: 5px 0;
	padding-left: 50px;
}

.ss-element
{
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0;
}


/*************************************** search 2 columns layout ********************************/
#content .leftContainer
{
	float: left;
	width: 198px;
	overflow: hidden;
	background: #FFFFFF url(../img/bg_leftcol.gif) no-repeat top left;
	margin: 0px /*-8px 0pt 0pt -13px*/;
	padding: 5px 0px 5px 9px;
	min-height: 100px;
}

#content .leftContainer input
{
	width: 128px;
	float: left;
}
#content .leftContainer input[type="checkbox"]
{
	width: 128px;
	float: none;
    text-align:center;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;

}
#content .leftContainer a.buton
{
	float: left;
}
#content .leftContainer h2
{
	text-align: left;
}
#content .rightContainer
{
	float: right;
	width: 713px;
}

#content .tabelContainer .searchGrid
{
	width: 100%;
}
#content .tabelContainer .searchGrid th.agreementName
{
}
#content .tabelContainer .searchGrid th.countriesInvolved
{
}
#content .tabelContainer .searchGrid th.active
{
	text-align: center;
}
#content .tabelContainer .searchGrid th.enteredIntoForce
{
}
#content .tabelContainer .searchGrid th.lastUpdated
{
}
#content .tabelContainer .searchGrid tr.mainStyle
{
}
#content .tabelContainer .searchGrid tr.alternateStyle
{
}

#content .tabelContainer .searchGrid td.active
{
	text-align: center;
}
#content .tabelContainer .searchGrid td.date
{
	text-align: center;
}
#content .tabelContainer .searchGrid td.magnifier
{
	text-align: center;
}


#content .letterLinks
{
	float: left;
}
#content .letterLinks a.btnLetterSelected
{
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}
#content .tabelContainer .searchResultsGrid
{
	width: 100%;
}
#content .tabelContainer .searchResultsGrid th.agreementName
{
}
#content .tabelContainer .searchResultsGrid th.countriesInvolved
{
}
#content .tabelContainer .searchResultsGrid th.active
{
	text-align: center;
}
#content .tabelContainer .searchResultsGrid th.enteredIntoForce
{
}
#content .tabelContainer .searchResultsGrid th.lastUpdated
{
}
#content .tabelContainer .searchResultsGrid tr.mainStyle
{
}
#content .tabelContainer .searchResultsGrid tr.alternateStyle
{
}
#content .tabelContainer .searchResultsGrid td.active
{
	text-align: center;
}
#content .tabelContainer .searchResultsGrid td.date
{
	text-align: center;
}
#content .tabelContainer .searchResultsGrid td.magnifier
{
	text-align: center;
}

#content .radioTypes
{
	float: right;
}

#content .tabelContainer .searchResultsGrid .pagerStyle
{
	color: Aqua;
}

#content .agreementDetailsTable
{
	width: 100%;
}

#content .agreementDetailsTable .column1
{
	width: 15%;
}

#content .agreementDetailsTable .column2
{
	width: 65%;
}

#content .agreementDetailsTable .column3
{
	width: 20%;
	padding-right: 0px;
	text-align: center;
}

#content .documentsGrid
{
	width: 100%;
}

#content .liveMap a
{
	color: White;
}
#content .liveMap .lineBox
{
	font-size: 10px;
	color: white; /*border:solid 1px Black; */
	background-color: #0000AA;
	width: 130px;
	text-align: center;
}

#content .liveMap .infoBox
{
}

#content .liveMap .infoBox a
{
	color: #990377;
	text-decoration: none;
}


#content .searchResults .sectionTitle
{
	text-align: center;
	color: #717171;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0 13px 0;
	padding: 0;
	line-height: 22px;
}

#content .searchResults .navigation
{
	padding: 10px 0px 15px 0px;
	
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
}

#content .searchResults .navigation .navigationCount
{
	float: left;
}

#content .searchResults .navigation .navigationPage
{
	float: right;
}

#content .searchResults .section
{
	padding-top: 15px;
}

#content .searchResults .section .searchResultsResult
{
	padding-top: 10px;
}

#content .searchForm
{
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
}

#content .searchForm .searchBox
{
	width: 405px;
}

#content .searchForm .searchList
{
	width: 250px;
}

#content .searchForm .searchRightElement
{
	width: 180px;
}

#content .searchForm .pages
{
	padding: 10px 7px 5px 0px;
	float: right;
}

#content .searchForm input[type="submit"]
{
	float: right;
	margin-right: 0px;
}

#content .searchForm a.buton
{
	background-color:#004D6B;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin:0 0 0 0px;
	padding: 2px 12px;
	text-decoration:none;
	
	float:right;
}

#content .contentHeader
{
	padding: 10px 15px 10px 0px;
	text-align: right;
}

#content .contentFooter
{
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/**********************************************footer*********************************/
#footer
{
	width: 949px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #E3E1E0;
	font-size: 11px;
	color: #BCBCBC;
}
#footer p
{
	text-align: center;
}
.checkb
{
	width: 30px;
}
#footer.popup
{
	width: 626px;
}

/***********************************************class*****************************/
.field
{
	border: 1px solid #779399;
	height: 18px;
	font-size: 10px;
	color: #1f1f1f;
	margin: 0 10px 0 0;
	padding: 1px 3px;
	float: left;
}
.width150
{
	width: 150px;
}
.width80
{
	width: 80px;
}
.width70
{
	width: 70px;
}
.width300
{
	width: 300px;
}
.width100
{
	width: 100px;
}
.width50
{
	width: 50px;
}
.width90
{
	width: 90px;
}
.width10
{
	width: 10px;
}
.width20
{
	width: 20px;
}
.checkColumnWidth
{
	width: 5px;
}
.width200
{
	width: 200px;
}
.width180
{
	width: 180px;
}
.width240
{
	width: 240px;
}
.width1
{
	width: 1px;
}
.buton_new
{
	/*color:white; 	background-color:#5377A9; margin-right:4px; overflow:hidden; text-align:center; cursor:pointer; display:-moz-inline-box; display:inline-block; height:13px; padding:4px; margin:0 padding-left:3px; padding-left:3px; font-family:verdana,tahoma,helvetica; font-size:11px; white-space:nowrap;*/
	border: none;
	padding: 2px 12px;
	margin: 0 0 0 10px;
	color: #004D6B;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}

.overlabel
{
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #999;
}

#facebox #content
{
	width: 500px;
}

#facebox .b
{
	background: url(../img/b.png);
}

#facebox .tl
{
	background: url(../img/tl.png);
}

#facebox .tr
{
	background: url(../img/tr.png);
}

#facebox .bl
{
	background: url(../img/bl.png);
}

#facebox .br
{
	background: url(../img/br.png);
}

#facebox_new
{
	display: block;
	height: 891px;
	left: 273px;
	opacity: 1;
	position: absolute;
	top: 0px;
	width: 692px;
}

#facebox
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup
{
	position: relative;
}

#facebox img .close_img
{
	cursor: pointer;
	display: block;
	float: right;
	position: absolute;
	top: 0pt;
	z-index: 102;
}

#facebox table
{
	border-collapse: collapse;
}

#facebox td
{
	border-bottom: 0;
	padding: 0;
}

#facebox .body
{
	padding: 10px;
	background: #fff;
	width: 370px;
}

#facebox .loading
{
	text-align: center;
}

#facebox .image
{
	text-align: center;
}

#facebox img
{
	border: 0;
	margin: 0;
}

#facebox .footer
{
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br
{
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facebox_hide
{
	z-index: -100;
}

.facebox_overlayBG
{
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay
{
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}
.indexArticleDiv
{
	clear:both;
    margin-left: 50px;
    margin-top: 20px;
}
.partentCheckbox
{
	float:left;
	margin: 0 5px 0 0;
}
.align {
	float:left;
	padding: 0 0 5px 0;
}
.expandButton
{
	float:left;
	margin: 0 5px 0 0;
}
.parentTitle
{
	float: left;
}
.parentEdit
{
	float:left;
	margin-left: 5px;
}
.childCheckbox
{
	float:left;
	margin: 0 5px 0 0;
}
.childTitle
{
	float: left;
}
.childEdit
{
	float:left;
	margin: 12px 0 0 5px;
}
.parentSet
{
}
.numberLinksDiv
{
}
.enterNumber
{
}
.links
{
}

.editInput
{
	width: 100%;
	overflow:auto;
	margin: 0px 0px 10px 0px;
}

.editInputLabel
{
	width: 100px;
	text-align: right;
	margin: 0px 5px 0px 0px;
	display: inline-table;
	font-weight: bold;
	font-size:11px;
	line-height:13px;
}

.editInputTextbox
{
	width: 190px;
	float: none;
	display: inline;
}

.editInputTextbox input
{
	width: 180px;
	float: none !important;
}
