@media screen
{
    /*
    ===========================================================================
    GLOBAL BASIC DEFINITIONS
    ===========================================================================
    */
    html
    {
    	margin: 0px;
		padding: 0px;
    }
    
    body
    {
        font-size: 12px;
        font-family: Arial,Helvetica,sans-serif;
        color: #3d3d3d;
        margin: 0px;
		padding: 0px;		
    }
    img
    {
    	border: 0px;
    }
    input
    {
        font-family: Tahoma,sans-serif;
        font-size: 11px;
        box-shadow: 0px 1px 2px #DDDDDD;
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #aaaaaa;
        line-height: 15px;
        padding-left: 2px;
        color: #222222;
        width: 100%;
    }
    input[readonly]
    {
        background: -moz-linear-gradient(#f1eedd, #eae8e0) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1eedd), to(#eae8e0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1eedd', endColorstr='#eae8e0');
        background: -o-linear-gradient(top, #f1eedd, #eae8e0);
        background: linear-gradient(top, #f1eedd, #eae8e0);
    }
    input[type=text]
    {
        margin: 0;
        height: 15px;
    }
    input[type=text]:focus
    {
        /*background-color: #FFFFcc;*/
        background: -moz-linear-gradient(#ffffe2, #fffbd7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffe2), to(#fffbd7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe2', endColorstr='#fffbd7');
        background: -o-linear-gradient(top, #ffffe2, #fffbd7);
        background: linear-gradient(top, #ffffe2, #fffbd7);
        outline-width: 0;
		box-shadow: 0px 0px 2px #999999;
    }
    input[type=text]:hover
    {
    	box-shadow: 0px 0px 2px #6b81ab;
    }
    input[type=radio]
    {
        margin: 0px 0px 0px 2px;
        border: none;
        width: auto;
    }
    input[type=checkbox]
    {
        border: none;
        width: auto;
    }
    input[type=password]
    {
        margin: 0;
    }
    input[type=password]:focus
    {
        background: -moz-linear-gradient(#ffffe2, #fffbd7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffe2), to(#fffbd7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe2', endColorstr='#fffbd7');
        background: -o-linear-gradient(top, #ffffe2, #fffbd7);
        background: linear-gradient(top, #ffffe2, #fffbd7);
        outline-width: 0;
        box-shadow: 0px 2px 3px #DDDDDD;
    }
    select
    {
        font-family: Tahoma,sans-serif;
        font-size: 11px;
        border: 1px solid #aaaaaa;
        margin: 0;
        padding: 1px;
        height: 19px;
        box-shadow: 0px 1px 2px #DDDDDD;
        border-radius: 2px 2px 2px 2px;
        color: #222222;
        background: -moz-linear-gradient(#FFFFFF, #f7f7f7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f7f7f7');
        background: -o-linear-gradient(top, #FFFFFF, #f7f7f7);
        background: linear-gradient(top, #FFFFFF, #f7f7f7);
    }
    select:focus
    {
        background: -moz-linear-gradient(#ffffe2, #fffbd7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffe2), to(#fffbd7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe2', endColorstr='#fffbd7');
        background: -o-linear-gradient(top, #ffffe2, #fffbd7);
        background: linear-gradient(top, #ffffe2, #fffbd7);
        outline-width: 0;
        box-shadow: 0px 2px 3px #DDDDDD;
    }
    select:disabled
    {
        color: #000000;
        background: #ece9d8;
    }
    textarea
    {
        font-family: Tahoma,sans-serif;
        font-size: 11px;
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #aaaaaa;
        resize: none;
        margin: 0;
        padding: 1px;
        color: #222222;
        box-sizing: border-box; 
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-shadow: 0px 1px 2px #DDDDDD;
        background: -moz-linear-gradient(#FFFFFF, #f7f7f7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f7f7f7');
        background: -o-linear-gradient(top, #FFFFFF, #f7f7f7);
        background: linear-gradient(top, #FFFFFF, #f7f7f7);
    }
    textarea[readonly]
    {
        background: -moz-linear-gradient(#f1eedd, #eae8e0) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1eedd), to(#eae8e0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1eedd', endColorstr='#eae8e0');
        background: -o-linear-gradient(top, #f1eedd, #eae8e0);
        background: linear-gradient(top, #f1eedd, #eae8e0);
    }
    textarea:focus
    {
        background: -moz-linear-gradient(#ffffe2, #fffbd7) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffe2), to(#fffbd7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe2', endColorstr='#fffbd7');
        background: -o-linear-gradient(top, #ffffe2, #fffbd7);
        background: linear-gradient(top, #ffffe2, #fffbd7);
        outline-width: 0;
        box-shadow: 0px 2px 3px #DDDDDD;
    }
    a
    {
    	text-decoration: none;
    	outline: none;
    }
    a.selection,
    a.selectionTree
    {
    	text-decoration: none;
    	outline: none;
    	color: #2d2d2d;
    	display: block;
    	background: #e2e7eb;
    	padding: 3px;
    	border: 1px solid #cccccc;
    	box-shadow: 1px 1px 2px #555555;
    }
    a.selection:hover,
    a.selectionTree:hover
    {
    	text-decoration: none;
    	outline: none;
    	color: #2d2d2d;
    	display: block;
    	background: #d1d8dc;
    	padding: 3px;
    	border: 1px solid #cccccc;
    	box-shadow: 1px 1px 2px #555555;
    }
    a.selectionTree
    {
    	width: 160px;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	margin-bottom: 5px;
    }
    a.selectionTree:hover
    {
    	margin-bottom: 5px;
    }
    div.selectionTreeTag
    {
    	width: 160px;
    	color: #2d2d2d;
    	display: block;
    	background: #ecf5e7;
    	padding: 3px;
    	border: 1px solid #cccccc;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	margin-bottom: 5px;
    	box-shadow: 1px 1px 2px #555555;
    }
    
    input.modified[type=password],
    input.modified[type=text],
    input.modified[type=checkbox],
    select.modified,
    textarea.modified
    {
        /*border: 1px solid #ff6600;*/
        border: 1px solid #A44C4C;
	    border-radius: 2px 2px 2px 2px;
	    box-shadow: 0 0 2px #A44C4C;
    }
    
    div.menu
    {
    	position: absolute;
    	width: 100%;
    	height: 45px;
    	background: transparent url("/layout/menu_bg.png") repeat-x top left;
    	z-index: 20;
    }
    div.navBar
    {
    	width: 172px;
    	background-color: #f0f2f4;
    	height: 100%;
    	position: absolute;
    	border-right: 1px solid #333333;
    	z-index: 15;
    }
    div.title
    {
    	font-weight: bold;
    	text-decoration: underline;
    	padding-top: 5px;
    }
    div.menuContentContainer
    {
    	padding-top: 60px;
    	padding-left: 190px;
    }
    ul.callasMenuList
    {
    	margin-top: 45px;
    	list-style: none;
    	padding-left: 0px;
    }
    ul.callasMenuList li
    {
    	position: relative;
    }
    ul.callasMenuList li img.marker
    {
    	position: absolute;
    	top: 5px;
    	right: -1px;
    }
    ul.callasMenuList li.active a
    {
		padding-left: 10px;
    	display: block;
    	line-height: 38px;
    	font-size: 15px;
    	font-weight: bold;
    	text-decoration: none;
    	color: #333333;
    	background: transparent url("/layout/menu_hover.png");
    	border-top: 1px solid #2d2d2d;
    	border-bottom: 1px solid #2d2d2d;
    }
    ul.callasMenuList li.normal a
    {
		padding-left: 10px;
    	display: block;
    	line-height: 38px;
    	font-size: 15px;
    	font-weight: bold;
    	text-decoration: none;
    	color: #333333;
    	border-top: 1px solid #f0f2f4;
    	border-bottom: 1px solid #f0f2f4;
    }
    ul.callasMenuList li.normal a:hover,
    ul.callasMenuList li.active a:hover
    {
    	color: #333333;
    	background: transparent url("/layout/menu_hover.png");
    	border-top: 1px solid #2d2d2d;
    	border-bottom: 1px solid #2d2d2d;
    }
    img.tamasolLogo
    {
    	padding: 11px 25px 0px 0px;
    	float: right;
    }
    a.menuBtn
    {
    	display: inline-block;
    	width: 242px;
    	height: 40px;
    	background: transparent url("/layout/menu1_btn.png") no-repeat top left;
    	background-position: 0px 0px;
    	outline: none;
    }
    a.menuBtn:hover
    {
    	display: inline-block;
    	width: 242px;
    	height: 40px;
    	background: transparent url("/layout/menu1_btn.png") no-repeat top left;
    	background-position: 0px -40px;
    }
    a.menuBtnClicked
    {
    	display: inline-block;
    	width: 242px;
    	height: 40px;
    	background: transparent url("/layout/menu1_btn.png") no-repeat top left;
    	background-position: 0px -80px;
    }
    div.menuContent
    {
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	z-index: 10;
    	display: none;
    	background-color: #fefefe;
    }
    a.pmsAssignable,
    a.pmsAssigned
    {
    	border: 1px solid #aaaaaa;
	    color: #333333;
	    display: block;
	    line-height: 15px;
	    margin: 3px;
	    padding: 3px;
	    background: #e3b6b6;
	    text-decoration: none;
    }
    a.pmsAssignable:hover
    {
    	background: #f2c8c8;
    }
    a.pmsAssigned
    {
    	background: #b6d3e3;
    }
    a.pmsAssigned:hover
    {
    	background: #c8def2;
    }
    div.mainContent
    {
    	padding: 50px 5px 0px 5px;
    }
    div.boxTop
    {
    	background: transparent url("/layout/box_center.png") repeat-x bottom left;
    	background-position: 0px 0px;
    	height: 19px;
    	width: 100%;
    	position: relative;
    }
    div.boxTop div.left
    {
    	position: absolute;
    	width: 35px;
    	height: 19px;
    	top: 0;
    	left: 0;
    	background: transparent url("/layout/box_corner.png") no-repeat top right;
    	background-position: 0px 0px;
    }
    div.boxTop div.right
    {
    	position: absolute;
    	width: 9px;
    	height: 23px;
    	top: 0;
    	right: 0;
    	background: transparent url("/layout/box_corner.png") no-repeat top left;
    	background-position: -35px 0px;
    }
    div.boxContent
    {
    	position: relative;
    }
    div.boxContent div.left
    {
    	position: absolute;
    	width: 35px;
    	top: 0;
    	left: 0;
    	background: transparent url("/layout/box_middle.png") repeat-y top right;
    	background-position: 0px 0px;
    	height: 100%;
    }
    div.boxContent div.right
    {
    	position: absolute;
    	width: 9px;
    	top: 0;
    	right: 0;
    	background: transparent url("/layout/box_middle.png") repeat-y top right;
    	background-position: -35px 0px;
    	height: 100%;
    }
    div.boxInnerContent
    {
    	padding-right: 15px;
    	padding-left: 4px;
    }
    div.boxBottom
    {
    	background: transparent url("/layout/box_center.png") repeat-x top left;
    	background-position: 0px -19px;
    	height: 23px;
    	width: 100%;
    	position: relative;
    	margin-bottom: 10px;
    }
    div.boxBottom div.left
    {
    	position: absolute;
    	width: 35px;
    	height: 23px;
    	top: 0;
    	left: 0;
    	background: transparent url("/layout/box_corner.png") no-repeat top right;
    	background-position: 0px -19px;
    }
    div.boxBottom div.right
    {
    	position: absolute;
    	width: 9px;
    	height: 23px;
    	top: 0;
    	right: 0;
    	background: transparent url("/layout/box_corner.png") no-repeat top left;
    	background-position: -35px -19px;
    }
    img.title
    {
    	padding-left: 14px;
    }
    
    /* GENERAL SIZES */
    span.size0,
    span.size1,
    span.size2,
    span.size3,
    span.size4,
    span.size5,
    span.size6,
    span.size7,
    span.size8,
    span.size9,
    span.size10,
    span.size11,
    span.size12,
    span.size13,
    span.size14,
    span.size15,
    span.size16,
    span.size17,
    span.size18,
    span.size19,
    span.size20,
    span.size21,
    span.size22,
    span.size23,
    span.size24,
    span.size25,
    span.size26,
    span.size27,
    span.size28,
    span.sizeMax
    {
    	float: left;
    	padding-right: 0.5%;
    }
    span.size1
    {
    	width: 3%;
    }
    span.size2
    {
    	width: 6.5%;
    }
    span.size3
    {
    	width: 10%;
    }
    span.size4
    {
    	width: 13.5%;
    }
    span.size5
    {
    	width: 17%;
    }
    span.size6
    {
    	width: 20.5%;
    }
    span.size7
    {
    	width: 24%;
    }
    span.size8
    {
    	width: 27.5%;
    }
    span.size9
    {
    	width: 31%;
    }
    span.size10
    {
    	width: 34.5%;
    }
    span.size11
    {
    	width: 38%;
    }
    span.size12
    {
    	width: 41.5%;
    }
    span.size13
    {
    	width: 45%;
    }
    span.size14
    {
    	width: 48.5%;
    }
    span.size15
    {
    	width: 52%;
    }
    span.size16
    {
    	width: 55.5%;
    }
    span.size17
    {
    	width: 59%;
    }
    span.size18
    {
    	width: 62.5%;
    }
    span.size19
    {
    	width: 66%;
    }
    span.size20
    {
    	width: 69.5%;
    }
    span.size21
    {
    	width: 73%;
    }
    span.size22
    {
    	width: 76.5%;
    }
    span.size23
    {
    	width: 80%;
    }
    span.size24
    {
    	width: 83.5%;
    }
    span.size25
    {
    	width: 87%;
    }
    span.size26
    {
    	width: 90.5%;
    }
    span.size27
    {
    	width: 94%;
    }
    span.size28
    {
    	width: 97.5%;
    }
    span.sizeMax
    {
    	width: 99.5%;
    }
    span.sizeMax
    {
    	width: 99.5%;
    }
    span.tar
    {
    	text-align: right;
    }
    span.label
    {
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
    	padding-top: 1px;
    }
    div.rowFirst
	{
	}
    div.rowFirstScroll
	{
		padding-right: 17px;
	}
	div.row
	{
		padding-top: 5px;
	}
	hr.separator
	{
		border: none;
		height: 1px;
		background-color: #cccccc;
		margin: 12px 0px;
	}
	
	/* CONTENT CONTAINER */
	div.fdContent
	{
		padding-right: 17px;
		padding-left: 51px;
		position: relative;
	}
	div.fdContent div.filterDisplay
	{
		padding: 1px;
		position: absolute;
		width: 100%;
		height: 50px;
	}
	div.fdContent div.filterDisplay span.fiL
	{
		color: #3366cc;
	}
	div.lock
	{
		position: relative;
		padding-left: 0px;
	}
	div.lockContent
	{
		background: transparent url("/layout/lock_fog.png") repeat top left;
		width: 100%;
		height: 100%;
		position: absolute;
		top: -100px;
		padding-bottom: 42px;
		left: 0px;
		z-index: 50;
	}
	div.lockedContentInfo
	{
		background: transparent url("/layout/lock_fog.png") repeat top left;
		position: absolute;
		top: 240px;
		left: 50%;
		margin-left: -128px;
		width: 240px;
		border-radius: 10px 10px 10px 10px;
		box-shadow: 0px 2px 5px #777777;
		border: 1px solid #aaaaaa;
		padding: 5px;
		color: #666666;
		font-weight: bold;
		font-size: 11px;
	}
	div.lockBtn
	{
		opacity: 0.7;
		filter: alpha(opacity = 70);
	}
	div.pdContent
	{
		padding-right: 17px;
		padding-left: 51px;
	}
	div.cpContent
	{
		padding-left: 51px;
	}
	div.pContent
	{
		padding-left: 51px;
	}
	div.noContentProject
	{
		padding-left: 51px;
		height: 40px;
	}
	div.noContentDataset
	{
		padding-left: 51px;
		height: 95px;
	}
	div.cContent
	{
		text-align: center;
		position: relative;
	}
	div.cContent div.datasetInfo
	{
		position: absolute;
		left: 50px;
		top: 4px;
		font-weight: bold;
	}
	div.cContent div.saveInfo
	{
		position: absolute;
		right: 5px;
		top: 4px;
		font-weight: bold;
	}
	div.cContent input.manualPage
	{
		width: 45px;
		text-align: center;
		margin-right: 5px;
		padding-left: 2px;
		padding-right: 2px;
	}
	a.add
	{
		background: transparent url("/layout/add.png") no-repeat top left;
		width: 18px;
		height: 17px;
		position: absolute;
		left: 35px;
		background-position: 0px 0px;
	}
	a.add:hover
	{
		background: transparent url("/layout/add.png") no-repeat top left;
		width: 18px;
		height: 17px;
		position: absolute;
		left: 35px;
		background-position: 0px -17px;
	}
	
	a.pdExportLocked,
	a.pdExportReady
	{
		width: 20px;
		height: 80px;
		position: absolute;
		top: 15px;
		right: 4px;
		background: transparent url("/images/icons/export_locked.png") no-repeat top left;
		background-position: 0px 0px;
	}
	a.pdExportReady
	{
		background: transparent url("/images/icons/export_ready.png") no-repeat top left;
		background-position: 0px 0px;
	}
	a.pdExportLocked:hover,
	a.pdExportReady:hover
	{
		background: transparent url("/images/icons/export_locked.png") no-repeat top left;
		background-position: -20px 0px;
	}
	a.pdExportReady:hover
	{
		background: transparent url("/images/icons/export_ready.png") no-repeat top left;
		background-position: -20px 0px;
	}
	
	/* LIST CONTACT PERSONS */
	div.cpRowList
	{
		overflow-y: scroll;
		height: 74px;
	}

	
	table.pHead
	{
		border-collapse: collapse;
    	width: 100%;
	}
	table.pHead td.headBg
	{
		background: transparent url("/layout/tableHeadBg.png") repeat-x bottom left;
	    border-top: 1px solid #bbbbbb;
	    padding: 0;
	}
	table.pHead td.scrollDummy
	{
		border-top: 1px solid #bbbbbb;
		background: transparent url("/layout/tableHeadBg.png") repeat-x bottom left;
		border-right: 1px solid #bbbbbb;
	    padding: 0;
	    width: 1px;
	}
	table.pHead td.scrollDummy div
	{
	    height: 10px;
	    overflow-y: scroll;
	    visibility: hidden;
	}
	table.pHeadInner
	{
		border-collapse: collapse;
	    border-top-width: 0;
	    table-layout: fixed;
	    width: 100%;
	}
	table.pHeadInner td.hc1,
	table.pHeadInner td.hc2,
	table.pHeadInner td.hc3
	{
		background: none repeat scroll 0 0 transparent;
	    border: none;
	    border-left: 1px solid #bbbbbb;
	    border-right: 1px solid #bbbbbb;
	    color: #444444;
	    padding: 3px 2px;
	    word-wrap: break-word;
	    font-weight: bold;
	}
	div.peList
	{
		border: 1px solid #BBBBBB;
	    height: 360px;
	    overflow-x: hidden;
	    overflow-y: scroll;
	}
	a.protocolPrevious
	{
		vertical-align: middle;
		margin: 0px 3px;
		display: inline-block;
		width: 12px;
		height: 13px;
		background: transparent url("/images/icons/protocol_previous.png") no-repeat top left;
		background-position: 0px 0px;
	}
	a.protocolNext
	{
		vertical-align: middle;
		margin: 0px 3px;
		display: inline-block;
		width: 12px;
		height: 13px;
		background: transparent url("/images/icons/protocol_next.png") no-repeat top left;
		background-position: 0px 0px;
	}
	a.protocolPrevious:hover,
	a.protocolNext:hover
	{
		background-position: -12px 0px;
	}
	a.protocolPreviousDisabled
	{
		vertical-align: middle;
		margin: 0px 3px;
		display: inline-block;
		width: 12px;
		height: 13px;
		background: transparent url("/images/icons/protocol_previous.png") no-repeat top left;
		background-position: -24px 0px;
	}
	a.protocolNextDisabled
	{
		vertical-align: middle;
		margin: 0px 3px;
		display: inline-block;
		width: 12px;
		height: 13px;
		background: transparent url("/images/icons/protocol_next.png") no-repeat top left;
		background-position: -24px 0px;
	}
	table.pEntryList
	{
		border-collapse: collapse;
	    table-layout: fixed;
	    width: 100%;
	}
	
	td.hc1
	{
		width: 130px;
	}
	td.hc2
	{
		width: 75%;
	}
	td.hc3
	{
		width: 25%;
	}
	table.pEntryList td
	{
		padding: 2px;
		border: 1px solid #BBBBBB;
	}
	table.pEntryList td textarea.pe
	{
		width: 100%;
		resize: none;
		border: 0px;
		height: 275px;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 2px;
		display: none;
		border: 1px solid #ffffff;
		box-shadow: none;
	}
	table.pEntryList td div.pe
	{
		min-height: 35px;
		max-height: 269px;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 2px 2px 2px 3px;
		font-size: 11px;
		font-family: Tahoma;
		background: #ffffff;
		white-space: pre-wrap;
		word-wrap: break-word;
		cursor: text;
		border: 1px solid #ffffff;
	}
	table.pEntryList td div.pe:hover
	{
		border: 1px solid #6b81ab;
	}
	table.pEntryList td.c1
	{
		width: 130px;
		border-left: 0px;
	}
	table.pEntryList td.c2
	{
		width: 75%;
		padding: 0px;
	}
	table.pEntryList td.c3
	{
		width: 25%;
		padding: 0px;
		border-right: 0px;
	}
	td.c1 span.delete,
	td.c1 span.userInfo
	{
		float: left;
	}
	td.c1 span.delete
	{
		padding-left: 5px;
	}
	td.c1 span.delete img
	{
		border: 0px;
	}
	td.c1 span.date
	{
		padding-left: 5px;
	}
	td.c1 span.userInfo
	{
		padding-left: 5px;
		color: #5f809a;
		font-size: 10px;
	}
	div.tagList
	{
		border-bottom: 1px dashed #cccccc;
		background-color: #F0F0F0;
	}
	div.tag
	{
		padding: 3px 0px 3px 3px;
		float: left;
		height: 23px;
	}
	div.dummyTag
	{
		padding: 3px 0px 3px 3px;
		height: 23px;
		width: 1px;
	}
	div.tagRed,
	div.tagGreen
	{
		padding: 3px 0px 3px 3px;
		height: 23px;
	}
	div.tagLeft,
	div.tagMiddle,
	div.tagRight
	{
		height: 23px;
		float: left;
		line-height: 21px;
		color: #ffffff;
	}
	div.tag div.tagLeft
	{
		width: 10px;
		background: transparent url("/layout/tag_corner.png") no-repeat top right;
		background-position: 0px 0px;
	}
	div.tag div.tagRight
	{
		width: 10px;
		background: transparent url("/layout/tag_corner.png") no-repeat top left;
		background-position: -10px 0px;
	}
	div.tag div.tagMiddle
	{
		background: transparent url("/layout/tag_middle_bg.png") repeat-x top left;
		font-size: 11px;
		font-weight: bold;
	}
	div.tagGreen div.tagLeft
	{
		width: 10px;
		background: transparent url("/layout/tag_corner_green.png") no-repeat top right;
		background-position: 0px 0px;
	}
	div.tagGreen div.tagRight
	{
		width: 10px;
		background: transparent url("/layout/tag_corner_green.png") no-repeat top left;
		background-position: -10px 0px;
	}
	div.tagGreen div.tagMiddle
	{
		background: transparent url("/layout/tag_middle_green_bg.png") repeat-x top left;
		font-size: 11px;
		font-weight: bold;
	}
	div.tagRed div.tagLeft
	{
		width: 10px;
		background: transparent url("/layout/tag_corner_red.png") no-repeat top right;
		background-position: 0px 0px;
	}
	div.tagRed div.tagRight
	{
		width: 10px;
		background: transparent url("/layout/tag_corner_red.png") no-repeat top left;
		background-position: -10px 0px;
	}
	div.tagRed div.tagMiddle
	{
		background: transparent url("/layout/tag_middle_red_bg.png") repeat-x top left;
		font-size: 11px;
		font-weight: bold;
	}
	a.tagSel
	{
		float: right;
		padding-right: 15px;
	}
	img.tagSelPointer
	{
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 50;
		display: none;
	}
	input.weekHidden
	{
		display: none;
	}
	input.peDate[readonly]
	{
		border: none;
		box-shadow: none;
		margin-bottom: 3px;
		background: #ffffff;
	}
	
	/* IMPORT | EXPORT */
	table.uploadForm
	{
	   width: 100%;
	   text-align: center;
	}
	table.uploadForm td
	{
	   padding: 5px 10px 5px 10px;	   	   
	}
	table.uploadForm input[type=file]
	{
	   width: 100%;
	}
	
	table.fileImport	
    {
	   width: 100%;
	   padding: 5px 5px 5px 0px;
	}	
	table.fileImport div.fileImportList
	{
	   width: 100%;
	   height: 300px;
	   overflow-x: hidden;
	   overflox-y: auto;
	   border: 1px solid #c1c1c1;	    
	}
	table.fileExport
	{
	   padding: 5px 5px 5px 0px;
	}
	table.fileExport div.fileImportList
    {
       
       height: 200px;
       overflow-x: hidden;
       overflox-y: auto;
       border: 1px solid #c1c1c1;       
    }
	
	table.fiHead
    {
        border-collapse: collapse;
        width: 100%;
    }
    table.fidHead
    {
        border-collapse: collapse;
    }
    table.fiHead td.headBg,
    table.fidHead td.headBg    
    {
        background: transparent url("/layout/tableHeadBg.png") repeat-x bottom left;
        border-top: 1px solid #bbbbbb;
        padding: 0;
    }
    table.fiHead td.scrollDummy,
    table.fidHead td.scrollDummy
    {
        border-top: 1px solid #bbbbbb;
        background: transparent url("/layout/tableHeadBg.png") repeat-x bottom left;
        border-right: 1px solid #bbbbbb;
        padding: 0;
        width: 1px;
    }
    table.fiHead td.scrollDummy div,
    table.fidHead td.scrollDummy div
    {
        height: 10px;
        overflow-y: scroll;
        visibility: hidden;
    }
    table.fiHeadInner
    {
        border-collapse: collapse;
        border-top-width: 0;
        table-layout: fixed;
        width: 100%;
    }
    table.fiHeadInner td.hc1,
    table.fiHeadInner td.hc2,
    table.fiHeadInner td.hc3,
    table.fiHeadInner td.hc4,
    table.fiHeadInner td.hc5
    {
        background: none repeat scroll 0 0 transparent;
        border: none;
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        color: #444444;
        padding: 3px 2px;
        word-wrap: break-word;
        font-weight: bold;
    }
    div.fiList
    {
        border-style: solid;
        border-width: 1px;
        border-color: #BBBBBB;
        overflow-x: hidden;
        overflow-y: scroll;        
    }
    table.fileImport div.fiList
    {
        height: 510px;
    }
    table.fileExport div.fiList
    {
        height: 310px;
    }
    table.fiEntryList
    {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }
    
    table.fiEntryList tr.clickable:hover
    {
        cursor: pointer;
    }
    
    table.fiHeadInner td.hc1
    {
        width: 20px;
    }
    table.fiHeadInner td.hc2
    {
        width: 75%;
    }
    table.fiHeadInner td.hc3
    {
        width: 25%;
    }
    table.fiHeadInner td.hc4
    {
        width: 130px;
    }
    table.fiHeadInner td.hc5
    {
        width: 80px;
    }
    table.fiEntryList td
    {
        padding: 3px 2px;
        border: 1px solid #BBBBBB;
        word-wrap: break-word;
    }       
    table.fiEntryList td.c1
    {
        width: 20px;
        border-left: 0px;
    }
    table.fiEntryList td.c2
    {
        width: 75%;
    }
    table.fiEntryList td.c3
    {
        width: 25%;
    }
    table.fiEntryList td.c4
    {
        width: 130px;
        border-right: 0px;
    }
    table.fiEntryList td.c5
    {
        width: 80px;
    }
    
    div.fileImportPreview
    {
       overflow-x: scroll;
       overflow-y: hidden;
       margin-right: 10px;       
       padding: 5px;
    }
    div.fileImportPreview div.fiList
    {
        display: inline-block;
        height: 510px;
    }    
}