

body{
	width:90%;	
}

#container {

}
#tags ,#translation_result{
    left: 10px;
	/*overflow: auto;*/
	overflow:hidden;
	/*position:absolute; CAUSES PROBLEM WITH IE6 */
	font-size: 12px;
    font-family: arial;
}

#translation_result{
	margin: 5px;
}

/* Custom styles for full body scrollbar */
.jScrollPaneTrack {
	background: url(../images/osx_track.gif) repeat-y;
}
.jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
}
.jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
a.jScrollArrowUp {
	height: 24px;
	background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
}
a.jScrollArrowUp:hover {
	background-position: 0 0;
}
a.jScrollArrowDown {
	height: 24px;
	background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
}
a.jScrollArrowDown:hover {
	background-position: 0 0;
}

	
.tag_section {
    position: static;
    overflow:hidden;
    /*overflow:visible;*/
}

.tdag , #translation_result_container{
    font-family: arial;
    font-size: 12px;
    position: relative;
    margin-top: 0px;
    margin-left: 10px;
}

.tag_word {
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
    color: #272a2f;
    left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tag_type {
    position: relative;
    color: #2a71a3;
    text-transform: lowercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size:12px;
}

.tag_container {
    position: relative;
    top: -15px;
	margin-left: 25px;
}

.tag_translation {
    position: relative;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #272a2f;
    font-weight: bold;
}

.example_usage {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #515354;
    margin-left: 20px;
    background-color: #f9faea;
    border-width: 1px;
    border-color: #e7e8e3;
    border-style: solid;
    font-size: 12px;
}

.tag_definition {
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px;
    color: #272a2f;				
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
}

.gradient_bar {
    position: relative;
    margin-top: 0px;
}

.section_definition {
    position: absolute;
    left: 5px;
    top: 2px;
}

.section_title {
    top: 4px;
    left: 35px;
    font-size: 12px;
    color: #272a2f;
	font-family: arial;
}
