|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
html, body{ |
|
|
|
|
margin: 0px; |
|
|
|
|
padding: 0px; |
|
|
|
|
background-color:#E8E8E8; |
|
|
|
|
background-color: #E8E8E8; |
|
|
|
|
} |
|
|
|
|
body,td |
|
|
|
|
{ |
|
|
|
@ -20,10 +20,6 @@ form{margin: 0;} |
|
|
|
|
padding: 6px; |
|
|
|
|
margin:8px; |
|
|
|
|
border:1px solid #a1a1a1; |
|
|
|
|
background-image: url(../images/panel_bg.gif); |
|
|
|
|
background-repeat: repeat-y; |
|
|
|
|
background-position: left top; |
|
|
|
|
background-color: #d9dbdc; |
|
|
|
|
} |
|
|
|
|
#leftCol legend { |
|
|
|
|
|
|
|
|
@ -87,9 +83,9 @@ overflow-x: hidden; |
|
|
|
|
max-height:380px; |
|
|
|
|
} |
|
|
|
|
.pagination_content{ |
|
|
|
|
margin-left: 200px; |
|
|
|
|
overflow: auto; |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
margin-left: 100px; |
|
|
|
|
overflow: auto; |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
} |
|
|
|
|
.leftToRightArrow{ |
|
|
|
|
background-image:url(../images/arrow_right.png); |
|
|
|
@ -166,16 +162,13 @@ float:left; |
|
|
|
|
#header |
|
|
|
|
{ |
|
|
|
|
text-align:left; |
|
|
|
|
margin:0; |
|
|
|
|
padding:0; |
|
|
|
|
margin:0px; |
|
|
|
|
padding:15px; |
|
|
|
|
padding-top:0px; |
|
|
|
|
padding-left:18px; |
|
|
|
|
padding-right:18px; |
|
|
|
|
height:59px; |
|
|
|
|
background-image: url(../images/header.jpg); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-position: right top; |
|
|
|
|
background-color:#ececed; |
|
|
|
|
background-color:#efefef; |
|
|
|
|
border-bottom-width: 1px; |
|
|
|
|
border-bottom-style: solid; |
|
|
|
|
border-bottom-color: #b3b3b4; |
|
|
|
@ -208,14 +201,13 @@ text-decoration:underline; |
|
|
|
|
#viewList{ |
|
|
|
|
position:absolute; |
|
|
|
|
left:18px; |
|
|
|
|
top:36px; |
|
|
|
|
top:56px; |
|
|
|
|
} |
|
|
|
|
#actionHeader |
|
|
|
|
{ |
|
|
|
|
list-style-type: none; |
|
|
|
|
margin:0; |
|
|
|
|
padding:0; |
|
|
|
|
text-align:right; |
|
|
|
|
margin:0px; |
|
|
|
|
padding:0px; |
|
|
|
|
} |
|
|
|
|
#actionHeader li{line-height: 24px;} |
|
|
|
|
/*~~~~~~Links Setting ~~~~~~~~*/ |
|
|
|
@ -609,10 +601,7 @@ padding: 2px 10px; |
|
|
|
|
|
|
|
|
|
.jqmBody{ |
|
|
|
|
|
|
|
|
|
border:1px solid #a1a1a1; |
|
|
|
|
background-image: url(../images/panel_bg.gif); |
|
|
|
|
background-repeat: repeat-y; |
|
|
|
|
background-position: left top; |
|
|
|
|
border:1px solid #a1a1a1; |
|
|
|
|
background-color: #d9dbdc; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|