﻿@import url('Default.css');

table.NewsNoticeDataList
{
  width: 100%; 
}

table.NewsNoticeDataList tr{border-bottom: 1px solid #e0e0e0;}

table.NewsNoticeDataList td.Image
{
  padding: 20px 20px 20px 0;
}

table.NewsNoticeDataList td.Content
{ 
  text-align: justify;
  padding: 20px 0 20px 0;
}

table.NewsNoticeDataList td.Content h3 {
	font-size: 12px;
  font-weight: normal;	
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  color: #5e5c5d;
  margin:0 0 5px 0;
  padding:0 0 5px 0;
}

/*EmailList*/

ul#EmailList{}
ul#EmailList li
{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;  
}

ul#EmailList li a,
ul#EmailList li a:link,
ul#EmailList li a:visited, 
ul#EmailList li a:active,
ul#EmailList li a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #376476;
	text-decoration: underline;
	padding-bottom: 3px;
}


/*LinkList*/

ul#LinkList{}
ul#LinkList li
{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;  
}

ul#LinkList li a,
ul#LinkList li a:link,
ul#LinkList li a:visited, 
ul#LinkList li a:active,
ul#LinkList li a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #376476;
	text-decoration: underline;
	padding-bottom: 3px;
}


/*Form List*/
table.FormList 
{
  width: 100%;  
}
table.FormList td.Info
{
  width: 30%;
}
table.FormList td.Item
{
  padding: 5px 0;
}
table.FormList td.Footer
{
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  padding:10px 0 5px 0;
}
table.FormList .LabelText
{
    color: #626061;
    display: block;
    font-weight: normal;
    margin-bottom: 4px;
}
table.FormList .Big
{
    font-size: 1.3em;
    font-weight: normal;
}
table.FormList .TextBox
{
    width: 98%;
    background: #FFFFFF;
    padding: 2px;
    border: 1px solid #cccccc;
}
table.FormList a.Button{
	color:#626061;
	font-size:14px;
	font-weight:normal;
	padding:3px 3px 3px 30px;
	text-decoration:none;
	background-image: url("Layout/FormBtnBg.gif");
	background-color: #FFFFFF;
	background-position:3px 50%;
	background-repeat:no-repeat;
}


/*Human Resource*/
div.HumanResource
{
	margin: 0 0 5px 0;
}
table.HumanResourceList
{
	width: 100%;
}
table.HumanResourceList tr
{
  border-bottom: solid 1px #e0e0e0;  
}
table.HumanResourceList td.Title
{
	color: #3c4548;
	padding: 10px;
}
table.HumanResourceList td.Url
{
	width: 30%;
	padding: 10px;
}
table.HumanResourceList td.Url a
{
	color:#626061;
	font-size:14px;
	font-weight:normal;
	padding:3px 3px 3px 30px;
	text-decoration:none;
	background-image: url("Layout/FormBtnBg.gif");
	background-color: #FFFFFF;
	background-position:3px 50%;
	background-repeat:no-repeat;
}


/*ProductDetail*/
table.ProductDetail{width: 100%;}
table.ProductDetail tr.ServiceMenu td
{
  text-align: right; 
  border-bottom: solid 1px #e0e0e0;  
  padding: 10px 0;
}
table.ProductDetail tr.ServiceMenu a
{
	color:#626061;
	font-size:14px;
	font-weight:normal;
	padding:3px 3px 3px 30px;
	text-decoration:none;
	background-image: url("Layout/FormBtnBg.gif");
	background-color: #FFFFFF;
	background-position:3px 50%;
	background-repeat:no-repeat;
}
table.ProductDetail td.Picture{ border-bottom: solid 1px #e0e0e0; }
table.ProductDetail td.Video
{
  border-bottom: solid 1px #e0e0e0;  
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
}

table.ProductDetail td.Header
{ 
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
} 
table.ProductDetail .Title
{
  color: #5e5c5d;
  font-size: 22px;
  font-weight: normal;
  margin: 0 10px 0 0;
}
table.ProductDetail .Summary{}
table.ProductDetail td.Content{}


/*Product List*/
table.ProductList
{
  width: 100%;
  margin: 20px 0 0 0;
}
table.ProductList tr.Header
{
  color: #5e5c5d;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #e0e0e0;
}
table.ProductList tr.Header td{padding: 5px 0;}
table.ProductList td.Title 
{
  width: 30%;  
  padding:3px 0;
}
table.ProductList td.Title a
{
  color: #5e5c5d;
  font-size: 12px;
  font-weight: bold; 
}
table.ProductList td.Summary
{
  padding: 3px 0;
}
table.ProductList td.Summary a
{
  color: #5e5c5d;
  font-size: 12px;
  font-weight: normal; 
}
table.ProductList tr.Footer td
{
  height: 20px;  
}


/*News Service Menu*/
ul#NewsServiceMenu{}
ul#NewsServiceMenu li
{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;  
}

ul#NewsServiceMenu li a,
ul#NewsServiceMenu li a:link,
ul#NewsServiceMenu li a:visited, 
ul#NewsServiceMenu li a:active,
ul#NewsServiceMenu li a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #757374;
	text-decoration: underline;
	padding-bottom: 3px;
}

/*Info Service Menu*/
ul#InfoServiceMenu{}
ul#InfoServiceMenu li
{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;  
}

ul#InfoServiceMenu li a,
ul#InfoServiceMenu li a:link,
ul#InfoServiceMenu li a:visited, 
ul#InfoServiceMenu li a:active,
ul#InfoServiceMenu li a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #757374;
	text-decoration: underline;
	padding-bottom: 3px;
}


/*Drag&Drop*/
ul#ulThumbnailList li div.imagecontainer{}
ul#ulThumbnailList li div.deletethumbnail{}

ul#ulThumbnailList li div.PageNumber
{
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;  
  color: #666666;
}

ul#ulThumbnailList li.photolistitem
{
  position: relative;
  display: block;
  float: left;    
  list-style-type: none;
  width: 120px;
  height: 170px;    
  padding: 10px 4px;
  border: solid 1px #c8c8c8;
  margin: 12px;
  background: #e8e8e8;
  text-align: center;
  cursor: move;
}